Class 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
    • Method Summary

      • Methods inherited from interface org.apereo.cas.authentication.Credential

        getId
      • 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
    • Constructor Detail

      • RememberMeUsernamePasswordCredential

        public RememberMeUsernamePasswordCredential()