Search:

Type: Posts; User: Sharishetty; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    323

    jdbctemplate vs hiberantetemplate

    Hi,

    A newbie question:This is in context of hibernate named queries for running oracle sql queries.
    Would I get better performance if I use jdbctemplate instead of hibernatetemplate's named query...
  2. Performance: HttpMessageConverter vs ContentNegotiatingViewResolver

    Hi,

    I am looking at implementing REST based web services using spring mvc. I have looked into HttpMessageConverter and ContentNegotiatingViewResolver. I see how they are different as far as the...
  3. Replies
    1
    Views
    500

    Access token - life span

    Hello,
    Will club a few questions together here

    1. Does oAuth support having a never expiring access token? The goal, is to get an access token and use it until the user logs out or does not use...
  4. Replies
    3
    Views
    497

    Thanks Dave. I am using M3 and that does not have...

    Thanks Dave. I am using M3 and that does not have Expression handler implementation. So could not use clientHasAnyRole().
    But I was able to implement my own AccessDecisionVoter and that works very...
  5. Replies
    4
    Views
    683

    That helped a lot. Position was the key. I was...

    That helped a lot. Position was the key. I was able to override OAuth2ExceptionHandlerFilter by providing the bean definition after oauth provider.
    Thank you.
  6. Replies
    3
    Views
    497

    Client Authorities

    Hi,

    We need to restrict access to certain services based on the client. If we provide authorities to the client, how to we map it to urls? Providing it to access attribute as below does not seem...
  7. Replies
    4
    Views
    683

    Thanks Dave. We are using M3. Will wait for M5...

    Thanks Dave. We are using M3. Will wait for M5 and see if that has more options to configure OAuth2ExceptionHandlerFilter. I have tried extending OAuth2ExceptionHandlerFilter to override the method...
  8. Replies
    4
    Views
    683

    Custom serialization service

    Hi,

    We are trying to provide oAuth responses in XML or JSON format based on the request header (Accept).
    We tried implementing our custom serialization service and provided the reference through...
Results 1 to 8 of 8