Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.acegisecurity.ui.rememberme

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.