Uses of Interface
org.pac4j.kerberos.credentials.authenticator.KerberosTicketValidator
-
Packages that use KerberosTicketValidator Package Description org.pac4j.kerberos.credentials.authenticator -
-
Uses of KerberosTicketValidator in org.pac4j.kerberos.credentials.authenticator
Classes in org.pac4j.kerberos.credentials.authenticator that implement KerberosTicketValidator Modifier and Type Class Description classSunJaasKerberosTicketValidatorImplementation ofKerberosTicketValidatorwhich uses the SUN JAAS login module, which is included in the SUN JRE, it will not work with an IBM JRE.Fields in org.pac4j.kerberos.credentials.authenticator declared as KerberosTicketValidator Modifier and Type Field Description protected KerberosTicketValidatorKerberosAuthenticator. ticketValidatorConstructors in org.pac4j.kerberos.credentials.authenticator with parameters of type KerberosTicketValidator Constructor Description KerberosAuthenticator(KerberosTicketValidator ticketValidator)Initializes the authenticator that will validate Kerberos tickets.
-