public class MapRKerberosTicketValidator
extends java.lang.Object
implements org.springframework.security.kerberos.authentication.KerberosTicketValidator, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
MapRKerberosTicketValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setDebug(boolean debug) |
org.springframework.security.kerberos.authentication.KerberosTicketValidation |
validateTicket(byte[] bytes) |
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic org.springframework.security.kerberos.authentication.KerberosTicketValidation validateTicket(byte[] bytes)
throws org.springframework.security.authentication.BadCredentialsException
validateTicket in interface org.springframework.security.kerberos.authentication.KerberosTicketValidatororg.springframework.security.authentication.BadCredentialsExceptionpublic void setDebug(boolean debug)