Search:

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

Search: Search took 0.02 seconds.

  1. In a Stateless cloud environment such as Heroku,...

    In a Stateless cloud environment such as Heroku, how would Authentication work? Heroku does not support session affinity and as a result with a RememberMe impl, that users auth status will eventually...
  2. Thanks a lot. Will try and implement this and see...

    Thanks a lot. Will try and implement this and see how it goes. :).
  3. I did check out the source code. Let me see if I...

    I did check out the source code. Let me see if I understand the workflow.

    Lets assume I want to use the default TokenBasedRememberMe service. In my controller, I need to first initialize the...
  4. Glad to give it a read. Which resource should I...

    Glad to give it a read. Which resource should I be reading? I need to understand the configuration as well as the implementation classes.

    This document...
  5. so do I need to implement the same interface as...

    so do I need to implement the same interface as defined in this class org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices ?
  6. That worked as expected and makes a lot more...

    That worked as expected and makes a lot more sense now.

    The next thing on my todo is to put in the remember me functionality. I read the docs -...
  7. Ok, now this is beginning to make some sense. As...

    Ok, now this is beginning to make some sense. As i was thinking the same thing from the containers perspective.

    So for the URL (in this case /signup) that the user submits the data to, I have...
  8. The authentication provider is an external system...

    The authentication provider is an external system for which I am using OAUTH to authenticate & authorize. I do all of the OAUTH communication in my controller. Once the user is successfully...
  9. Hacks using Programmatic Security for a SpringMVC application

    I have implemented programmatic security by reading through the docs and the forums when I ran into issues.

    Everything seems to be working fine but one thing is still bothering me.

    In my...
  10. import org.springframework.roo.addon.entity.RooEntity is unresolved

    Trying to get the pet clinic example to work.

    All my model entities are failing to compile. All of them seem to have an issue with this import org.springframework.roo.addon.entity.RooEntity

    I...
  11. Replies
    3
    Views
    340

    I downloaded roo 1.2.3 and used that in STS and...

    I downloaded roo 1.2.3 and used that in STS and the hanging issue is now resolved.
  12. Replies
    3
    Views
    340

    Roo shell issues in STS

    Just cannot get the roo shell to respond in STS. Any simple command I type in the Roo shell via STS and it just hangs forever.

    My versions - Spring Tool Suite

    Version: 3.1.0.RELEASE
    Build...
  13. Replies
    0
    Views
    206

    Getting started with Roo

    I have just begun reading your book - Getting Started with Roo. I am plowing through chapter 1 but have run into an issue with Neo4J. Roo is unable to find the Neo4J add on.

    ~.domain.Customer...
Results 1 to 13 of 13