Class BasicIdentifiableCredential

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

    public class BasicIdentifiableCredential
    extends AbstractCredential
    This is BasicIdentifiableCredential, a simple credential implementation that is only recognized by its id. The id generally represents an authentication token encrypted in some fashion.
    Since:
    4.2.0
    See Also:
    Serialized Form
    • Field Summary

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

        CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID
    • Method Summary

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

        getId
      • Methods inherited from interface org.apereo.cas.authentication.CredentialMetaData

        getId
      • Methods inherited from class java.lang.Object

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

      • BasicIdentifiableCredential

        public BasicIdentifiableCredential()