Interface KerberosTicketValidator
-
- All Known Implementing Classes:
SunJaasKerberosTicketValidator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface 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
-
-