Uses of Interface
org.springframework.security.extensions.kerberos.KerberosTicketValidator

Packages that use KerberosTicketValidator
org.springframework.security.extensions.kerberos   
 

Uses of KerberosTicketValidator in org.springframework.security.extensions.kerberos
 

Classes in org.springframework.security.extensions.kerberos that implement KerberosTicketValidator
 class SunJaasKerberosTicketValidator
          Implementation of KerberosTicketValidator which uses the SUN JAAS login module, which is included in the SUN JRE, it will not work with an IBM JRE.
 

Methods in org.springframework.security.extensions.kerberos with parameters of type KerberosTicketValidator
 void KerberosServiceAuthenticationProvider.setTicketValidator(KerberosTicketValidator ticketValidator)
          The KerberosTicketValidator to use, for validating the Kerberos/SPNEGO tickets.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.