Serialized Form
-
Package org.apereo.cas.support.spnego.authentication.principal
-
Class org.apereo.cas.support.spnego.authentication.principal.SpnegoCredential extends java.lang.Object implements Serializable
- serialVersionUID:
- 84084596791289548L
-
Serialized Fields
-
initToken
byte[] initToken
The SPNEGO Init Token. -
isNtlm
boolean isNtlm
The authentication type should be Kerberos or NTLM. -
nextToken
byte[] nextToken
The SPNEGO Next Token. -
principal
org.apereo.cas.authentication.principal.Principal principal
The Principal.
-
-