Package org.springframework.security.kerberos.authentication
package org.springframework.security.kerberos.authentication
-
ClassDescriptionHolds the Subject of the currently authenticated user, since this Jaas object also has the credentials, and permits creating new credentials against other Kerberos services.
AuthenticationProvider
for kerberos.Allows creating tickets against other service principals storing the tickets in the KerberosAuthentication's JaasSubjectHolder.Authentication Provider which validates Kerberos Service Tickets or SPNEGO Tokens (which includes Kerberos Service Tickets).Holds the Kerberos/SPNEGO token for requesting a kerberized service and is also the output ofKerberosServiceAuthenticationProvider
.Result of ticket validationImplementations of this interface are used inKerberosServiceAuthenticationProvider
to validate a Kerberos/SPNEGO Ticket.Holds the Username/Password as well as the JAAS Subject allowing multi-tier authentications using Kerberos.