Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,481

    I assume you mean my login() to the backend...

    I assume you mean my login() to the backend system because this event only gets fired on successful login to the site.

    Good point - It's always possible that login will fail, but highly...
  2. Replies
    6
    Views
    1,481

    I solved the problem by listening for a...

    I solved the problem by listening for a successful authentication (called on UsernamePassword and RememberMe) and then logging in the user:



    <beans:bean id="authenticationListener"
    ...
  3. Replies
    6
    Views
    1,481

    I've avoided taking advantage of this fact since...

    I've avoided taking advantage of this fact since my user has to login to actually get a ticket to the back end CMS. If the Authentication's Principal property gets set to the UserDetails returned by...
  4. Replies
    6
    Views
    1,481

    I should have mentioned - I made my...

    I should have mentioned - I made my AlfrescoPerson object implement Authentication and UserDetails.

    Maybe I'm going about it the wrong way. What I need is to have my UserDetails/Person object...
  5. Replies
    6
    Views
    1,481

    Want remember-me to return UserDetails

    I have Spring Security 3.0 working with an Alfresco CMS back-end (which was not easy since Alfresco won't give you back passwords, even hashed ones). I have <remember-me/> working with it too, using...
  6. Replies
    21
    Views
    25,650

    Poll: The problem with somnofungi and other JMS or JMX...

    The problem with somnofungi and other JMS or JMX implementations is that they are *too* multithreaded. Most of the time you want the message delivered on the same stack frame, if possible (click a...
  7. Replies
    21
    Views
    25,650

    Poll: EventBus

    FYI, I'm the author of the EventBus (http://eventbus.dev.java.net) another event alternative. I'm just starting to look into where the EventBus (and ELF and similar) fit in to Spring Rich. I've...
Results 1 to 7 of 7