Package org.acegisecurity.ui.rememberme

Support for remembering a user between different web sessions.

See:
          Description

Interface Summary
RememberMeServices Implement by a class that is capable of providing a remember-me service.
 

Class Summary
NullRememberMeServices Implementation of NullRememberMeServices that does nothing.
RememberMeProcessingFilter Detects if there is no Authentication object in the SecurityContext, and populates it with a remember-me authentication token if a RememberMeServices implementation so requests.
TokenBasedRememberMeServices Identifies previously remembered users by a Base-64 encoded cookie.
 

Package org.acegisecurity.ui.rememberme Description

Support for remembering a user between different web sessions.



Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.