public interface KerberosTicketValidator
KerberosServiceAuthenticationProvider
to validate a Kerberos/SPNEGO
Ticket.KerberosServiceAuthenticationProvider
Modifier and Type | Method and Description |
---|---|
KerberosTicketValidation |
validateTicket(byte[] token)
Validates a Kerberos/SPNEGO ticket.
|
KerberosTicketValidation validateTicket(byte[] token) throws org.springframework.security.authentication.BadCredentialsException
token
- Kerbeos/SPNEGO ticketorg.springframework.security.authentication.BadCredentialsException
- if the ticket is not valid