Interface KerberosTicketValidator
-
- All Known Implementing Classes:
SunJaasKerberosTicketValidator
public interface KerberosTicketValidatorImplementations of this interface are used inDirectKerberosClientto validate a Kerberos/SPNEGO Ticket.- Since:
- 2.1.0
- Author:
- Garry Boyce
- See Also:
originally from spring-kerberos project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KerberosTicketValidationvalidateTicket(byte[] token)Validates a Kerberos/SPNEGO ticket.
-
-
-
Method Detail
-
validateTicket
KerberosTicketValidation validateTicket(byte[] token)
Validates a Kerberos/SPNEGO ticket.- Parameters:
token- Kerbeos/SPNEGO ticket- Returns:
- authenticated kerberos principal
-
-