public interface RememberMeCredential extends Credential
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHENTICATION_ATTRIBUTE_REMEMBER_ME
Authentication attribute name for remember-me.
|
static java.lang.String |
REQUEST_PARAMETER_REMEMBER_ME
Request parameter name.
|
UNKNOWN_ID| Modifier and Type | Method and Description |
|---|---|
boolean |
isRememberMe()
Checks if remember-me is enabled.
|
void |
setRememberMe(boolean rememberMe)
Sets the remember me.
|
getIdstatic final java.lang.String AUTHENTICATION_ATTRIBUTE_REMEMBER_ME
static final java.lang.String REQUEST_PARAMETER_REMEMBER_ME