org.jsecurity.subject
Interface RememberMeManager
- All Known Implementing Classes:
- AbstractRememberMeManager, WebRememberMeManager
public interface RememberMeManager
A RememberMeManager is responsible for remembering a Subject's identity across that Subject's sessions with
the application.
- Since:
- 0.9
- Author:
- Les Hazlewood
getRememberedPrincipals
PrincipalCollection getRememberedPrincipals()
onSuccessfulLogin
void onSuccessfulLogin(AuthenticationToken token,
AuthenticationInfo info)
onFailedLogin
void onFailedLogin(AuthenticationToken token,
AuthenticationException ae)
onLogout
void onLogout(PrincipalCollection subjectPrincipals)
Copyright © 2004-2008 JSecurity.