Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    232

    Mobile/Web-App can get Access-Token directly from...

    Mobile/Web-App can get Access-Token directly from third party auth server, and then send it to our application server. But our application server can only check this token against local (distributed)...
  2. Replies
    3
    Views
    232

    Validate token request

    Hi,

    Does oauth2RestTemplate or access token providers support validate token request?

    Is validation request part of the OAuth2 standard?

    Here is the flow:
    1. Mobile/Web-App authenticated...
  3. The same question... it would be great for some...

    The same question...
    it would be great for some cases
  4. Yes... probably OAuth2RestTemplate... just...

    Yes... probably OAuth2RestTemplate... just ClientTokenServices produces the same gap with created in runtime restTemplate - infinite loop of redirect requests...

    The main problem - I need to...
  5. OAuth2RestTemplate in stateless environment

    Hi,
    Can someone guide me with OAuth2RestTemplate for "stateless" services?


    OAuth2RestTemplate keeps obtained token in OAuth2ClientContext or in ClientTokenServices (in AccessTokenProviderChain)...
  6. Replies
    4
    Views
    514

    Yep, I like such answers :) If you don't like...

    Yep, I like such answers :)
    If you don't like our bad documentation - try to understand everything and write your own
    +1
  7. Replies
    4
    Views
    514

    Not sure, but I think oAuth2RestTemplate can't be...

    Not sure, but I think oAuth2RestTemplate can't be singletone... rather session or request scope

    (bad documented area... big minus to Spring :( )
  8. HibernateTransactionManager

    Hi, does it work with JPA?
    I've tried ChainedTransactionManager with org.springframework.orm.hibernate3.HibernateTransactionManager but it works only with "read" operations. Any attempt to write...
  9. Replies
    2
    Views
    507

    similar problem I use spring data for neo4j...

    similar problem

    I use spring data for neo4j but also JackRabbit...

    neo4j-lucene-index:1.5 uses lucene 3.0.1... JackRabbit needs lucene 2.4.1

    Probably that's the my problem... but have no...
  10. Replies
    3
    Views
    1,989

    I've also faced with this problem. We are...

    I've also faced with this problem.
    We are writing jobs configurator, so I prefer to set a lot of parameters by myself.

    You can define StepFactoryBean


    <bean id="factoryBean"...
  11. Replies
    8
    Views
    8,545

    2011

    Yep, 2011 and no any news about JSR 283 and spring support...

    Does anybody know are this pair still live together?? :confused:
Results 1 to 11 of 11