Class SpnegoCredential
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 -
Method Summary
Methods inherited from class org.apereo.cas.authentication.credential.AbstractCredential
equals, getCredentialMetadata, hashCode, isValid, setCredentialMetadata, toString, validate
-
Constructor Details
-
SpnegoCredential
public SpnegoCredential(byte[] initToken)
-
-
Method Details
-
getId
-