Package org.springframework.security.extensions.kerberos

Interface Summary
KerberosTicketValidator Implementations of this interface are used in KerberosServiceAuthenticationProvider to validate a Kerberos/SPNEGO Ticket.
 

Class Summary
KerberosServiceAuthenticationProvider Authentication Provider which validates Kerberos Service Tickets or SPNEGO Tokens (which includes Kerberos Service Tickets).
KerberosServiceRequestToken Holds the Kerberos/SPNEGO token for requesting a kerberized service and is also the output of KerberosServiceAuthenticationProvider.
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.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.