Class MapRKerberosTicketValidator

java.lang.Object
com.mapr.web.security.MapRKerberosTicketValidator
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.security.kerberos.authentication.KerberosTicketValidator

public class MapRKerberosTicketValidator extends Object implements org.springframework.security.kerberos.authentication.KerberosTicketValidator, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • MapRKerberosTicketValidator

      public MapRKerberosTicketValidator()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • validateTicket

      public org.springframework.security.kerberos.authentication.KerberosTicketValidation validateTicket(byte[] bytes) throws org.springframework.security.authentication.BadCredentialsException
      Specified by:
      validateTicket in interface org.springframework.security.kerberos.authentication.KerberosTicketValidator
      Throws:
      org.springframework.security.authentication.BadCredentialsException
    • setDebug

      public void setDebug(boolean debug)