java.lang.Object
org.apereo.cas.authentication.credential.AbstractCredential
org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.Credential

public class SpnegoCredential extends org.apereo.cas.authentication.credential.AbstractCredential
Credential that are a holder for SPNEGO init token.
Since:
3.1
See Also:
  • Field Summary

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

    CREDENTIAL_TYPE_ATTRIBUTE, UNKNOWN_ID
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpnegoCredential(byte[] initToken)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apereo.cas.authentication.credential.AbstractCredential

    equals, getCredentialMetadata, hashCode, isValid, setCredentialMetadata, toString, validate

    Methods inherited from class java.lang.Object

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

    • SpnegoCredential

      public SpnegoCredential(byte[] initToken)
  • Method Details

    • getId

      public String getId()