Search:

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

Search: Search took 0.04 seconds.

  1. Exactly. That's my idea... I have an Android...

    Exactly. That's my idea... I have an Android application that is a companion to a website/service built with Spring (including Spring Social and Spring Security). My idea was to use the Spring Social...
  2. Spring Social get underlying access tokens

    Is it possible to get the underlying access tokens being managed by Spring Social for each of the connections?
    For example, imagine that I have a Facebook account added to a user through Spring...
  3. But SocialAuthenticationFilter can also be used...

    But SocialAuthenticationFilter can also be used to do sign up in case the user hasn't connected the account yet? Just like described in...
  4. Answering myself... My Oauth2 base configuration...

    Answering myself... My Oauth2 base configuration was made by a Roo addon so it added another authorization-server element in webmvc-config.xml. I wasn't aware of that, but after the previous edit in...
  5. [SOLVED] - Authorization Server "authorization-code-services-ref" ignored

    I'm trying to set my project to use JdbcAuthorizationCodeService. I have set it as the following:


    <beans:bean id="authorizationCodeServices" c:dataSource-ref="dataSource"...
  6. Replies
    7
    Views
    539

    Thanks this mostly works. The only problem I have...

    Thanks this mostly works. The only problem I have now is that I wish I could have a default persistenceUnit. Now I have to add an annotation to every class I have so far so that it knows which...
  7. Replies
    7
    Views
    539

    Spring Roo with Multiple Databases

    I'm having a problem trying to figure out how to use multiple databases in the same Roo project. In this case, I need multiple entities mapped to database tables, however the tables will not be...
  8. Exactly. I thought that might work. Today I was...

    Exactly. I thought that might work. Today I was able to configure the Spring WS Tutorial to use Spring Security In Memory implementation. I haven't tried OAuth yet... but a doubt arises. OAuth makes...
  9. Spring Security OAuth with Spring Web Services

    Is it possible to secure Spring Webservices with Spring Security OAuth? I've read somewhere (http://static.springsource.org/spring-ws/site/reference/html/security.html#d5e2241) that Spring Security...
Results 1 to 9 of 9