Class KerberosTicketValidation

java.lang.Object
org.springframework.security.kerberos.authentication.KerberosTicketValidation

public class KerberosTicketValidation extends Object
Result of ticket validation
  • Constructor Details

    • KerberosTicketValidation

      public KerberosTicketValidation(String username, String servicePrincipal, byte[] responseToken, GSSContext gssContext)
    • KerberosTicketValidation

      public KerberosTicketValidation(String username, String servicePrincipal, byte[] responseToken, GSSContext gssContext, GSSCredential delegationCredential)
    • KerberosTicketValidation

      public KerberosTicketValidation(String username, Subject subject, byte[] responseToken, GSSContext gssContext)
    • KerberosTicketValidation

      public KerberosTicketValidation(String username, Subject subject, byte[] responseToken, GSSContext gssContext, GSSCredential delegationCredential)
  • Method Details

    • username

      public String username()
    • responseToken

      public byte[] responseToken()
    • getGssContext

      public GSSContext getGssContext()
    • subject

      public Subject subject()
    • getDelegationCredential

      public GSSCredential getDelegationCredential()