Class SpnegoCredential

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

    public class SpnegoCredential
    extends java.lang.Object
    implements org.apereo.cas.authentication.Credential
    Credential that are a holder for SPNEGO init token.
    Since:
    3.1
    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
      SpnegoCredential​(byte[] initToken)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      • Methods inherited from class java.lang.Object

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

      • SpnegoCredential

        public SpnegoCredential​(byte[] initToken)
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface org.apereo.cas.authentication.Credential