|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RememberMeAuthenticationToken
An AuthenticationToken
that indicates if the user wishes their identity to be remembered across sessions.
Subject.isRemembered()
JavaDoc for an in-depth explanation of the semantic
differences of what it means to be remembered vs. authenticated.
Subject.isRemembered()
Method Summary | |
---|---|
boolean |
isRememberMe()
Returns true if the submitting user wishes their identity (principal(s)) to be remembered
across sessions, false otherwise. |
Methods inherited from interface org.apache.shiro.authc.AuthenticationToken |
---|
getCredentials, getPrincipal |
Method Detail |
---|
boolean isRememberMe()
true
if the submitting user wishes their identity (principal(s)) to be remembered
across sessions, false
otherwise.
true
if the submitting user wishes their identity (principal(s)) to be remembered
across sessions, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |