Class DigestCredential

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.authentication.Credential, org.apereo.cas.authentication.CredentialMetaData

    @Deprecated(since="6.6")
    public class DigestCredential
    extends org.apereo.cas.authentication.credential.BasicIdentifiableCredential
    Deprecated.
    Since 6.6
    Since:
    5.0.0
    See Also:
    Serialized Form
    • Field Summary

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

        CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      DigestCredential​(java.lang.String id, java.lang.String realm, java.lang.String hash)
      Deprecated.
      Instantiates a new Basic identifiable credential.
    • Method Summary

      • Methods inherited from class org.apereo.cas.authentication.credential.BasicIdentifiableCredential

        canEqual, equals, getId, hashCode, setId, toString
      • Methods inherited from class org.apereo.cas.authentication.credential.AbstractCredential

        getCredentialClass, isValid, validate
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DigestCredential

        public DigestCredential​(java.lang.String id,
                                java.lang.String realm,
                                java.lang.String hash)
        Deprecated.
        Instantiates a new Basic identifiable credential.
        Parameters:
        id - the id
        realm - the realm
        hash - the hash