Package org.apereo.cas.authentication
Class RememberMeUsernamePasswordCredential
- java.lang.Object
-
- org.apereo.cas.authentication.UsernamePasswordCredential
-
- org.apereo.cas.authentication.RememberMeUsernamePasswordCredential
-
- All Implemented Interfaces:
java.io.Serializable,org.apereo.cas.authentication.Credential,org.apereo.cas.authentication.RememberMeCredential
public class RememberMeUsernamePasswordCredential extends UsernamePasswordCredential implements org.apereo.cas.authentication.RememberMeCredential
Handles both remember me services and username and password.- Since:
- 3.2.1
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.apereo.cas.authentication.Credential
CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID
-
Fields inherited from interface org.apereo.cas.authentication.RememberMeCredential
AUTHENTICATION_ATTRIBUTE_REMEMBER_ME, REQUEST_PARAMETER_REMEMBER_ME
-
Fields inherited from class org.apereo.cas.authentication.UsernamePasswordCredential
AUTHENTICATION_ATTRIBUTE_PASSWORD
-
-
Constructor Summary
Constructors Constructor Description RememberMeUsernamePasswordCredential()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apereo.cas.authentication.RememberMeCredential
isRememberMe, setRememberMe
-
Methods inherited from class org.apereo.cas.authentication.UsernamePasswordCredential
getId, validate
-
-