public interface RememberMeCredential extends Credential
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_ATTRIBUTE_REMEMBER_ME
Authentication attribute name for remember-me.
|
static String |
REQUEST_PARAMETER_REMEMBER_ME
Request parameter name.
|
UNKNOWN_ID| Modifier and Type | Method and Description |
|---|---|
boolean |
isRememberMe() |
void |
setRememberMe(boolean rememberMe) |
getIdstatic final String AUTHENTICATION_ATTRIBUTE_REMEMBER_ME
static final String REQUEST_PARAMETER_REMEMBER_ME
Copyright © 2004-2014 Jasig. All Rights Reserved.