Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- additionalAuthenticationChecks(UserDetails, KerberosServiceRequestToken) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider
-
Allows subclasses to perform any additional checks of a returned
UserDetails
for a given authentication request. - addToken(String, byte[]) - Method in class org.springframework.security.kerberos.authentication.JaasSubjectHolder
- afterPropertiesSet() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider
- afterPropertiesSet() - Method in class org.springframework.security.kerberos.authentication.sun.GlobalSunJaasKerberosConfig
- afterPropertiesSet() - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
- afterPropertiesSet() - Method in class org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig
- afterPropertiesSet() - Method in class org.springframework.security.kerberos.client.ldap.KerberosLdapContextSource
- afterPropertiesSet() - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
- authenticate(Authentication) - Method in class org.springframework.security.kerberos.authentication.KerberosAuthenticationProvider
- authenticate(Authentication) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider
- authenticateService(Authentication, String, int, String) - Static method in class org.springframework.security.kerberos.authentication.KerberosMultiTier
-
Create a new ticket for the
C
- commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoEntryPoint
- copySubject(Subject) - Static method in class org.springframework.security.kerberos.authentication.sun.JaasUtil
-
Copy the principal and the credentials into a new Subject.
- createConf() - Static method in class org.springframework.security.kerberos.test.MiniKdc
-
Convenience method that returns MiniKdc default configuration.
- createMiniKdcConf() - Method in class org.springframework.security.kerberos.test.KerberosSecurityTestcase
-
Create a Kdc configuration
- createPrincipal(File, String...) - Method in class org.springframework.security.kerberos.test.MiniKdc
-
Creates multiple principals in the KDC and adds them to a keytab file.
- createPrincipal(String, String) - Method in class org.springframework.security.kerberos.test.MiniKdc
-
Creates a principal in the KDC with the specified user and password.
- createTestDir() - Method in class org.springframework.security.kerberos.test.KerberosSecurityTestcase
-
Create a working directory, it should be the build directory.
D
- DEBUG - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- decrypt(byte[]) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Unwraps an encrypted message using the gss context
- decrypt(byte[], int, int) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Unwraps an encrypted message using the gss context
- doExecute(URI, String, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.security.kerberos.client.KerberosRestTemplate
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
E
- encrypt(byte[]) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Wraps an message using the gss context
- encrypt(byte[], int, int) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Wraps an message using the gss context
- equals(Object) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
equals() is based only on the Kerberos token
G
- getAppConfigurationEntry(String) - Method in class org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig
- getConf() - Method in class org.springframework.security.kerberos.test.KerberosSecurityTestcase
- getCredentials() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
- getDelegationCredential() - Method in class org.springframework.security.kerberos.authentication.KerberosTicketValidation
- getDirContextInstance(Hashtable) - Method in class org.springframework.security.kerberos.client.ldap.KerberosLdapContextSource
- getEncodedResponseToken() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Gets the (Base64) encoded response token assuming one is available.
- getGssContext() - Method in class org.springframework.security.kerberos.authentication.KerberosTicketValidation
- getHost() - Method in class org.springframework.security.kerberos.test.MiniKdc
-
Returns the host of the MiniKdc.
- getJaasSubject() - Method in class org.springframework.security.kerberos.authentication.JaasSubjectHolder
- getJaasSubjectHolder() - Method in interface org.springframework.security.kerberos.authentication.KerberosAuthentication
- getJaasSubjectHolder() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
- getJaasSubjectHolder() - Method in class org.springframework.security.kerberos.authentication.KerberosUsernamePasswordAuthenticationToken
- getKdc() - Method in class org.springframework.security.kerberos.test.KerberosSecurityTestcase
- getKrb5conf() - Method in class org.springframework.security.kerberos.test.MiniKdc
- getPort() - Method in class org.springframework.security.kerberos.test.MiniKdc
-
Returns the port of the MiniKdc.
- getPrincipal() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
- getRealm() - Method in class org.springframework.security.kerberos.test.MiniKdc
-
Returns the realm of the MiniKdc.
- getTicketValidation() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Gets the ticket validation
- getToken() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Returns the Kerberos token
- getToken(String) - Method in class org.springframework.security.kerberos.authentication.JaasSubjectHolder
- getTokenForService(Authentication, String) - Static method in class org.springframework.security.kerberos.authentication.KerberosMultiTier
- getUsername() - Method in class org.springframework.security.kerberos.authentication.JaasSubjectHolder
- getWorkDir() - Method in class org.springframework.security.kerberos.test.KerberosSecurityTestcase
- GlobalSunJaasKerberosConfig - Class in org.springframework.security.kerberos.authentication.sun
-
Config for global jaas.
- GlobalSunJaasKerberosConfig() - Constructor for class org.springframework.security.kerberos.authentication.sun.GlobalSunJaasKerberosConfig
H
- hashCode() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Calculates hashcode based on the Kerberos token
- hasResponseToken() - Method in class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Determines whether an authenticated token has a response token
I
J
- JaasSubjectHolder - Class in org.springframework.security.kerberos.authentication
-
Holds the Subject of the currently authenticated user, since this Jaas object also has the credentials, and permits creating new credentials against other Kerberos services.
- JaasSubjectHolder(Subject) - Constructor for class org.springframework.security.kerberos.authentication.JaasSubjectHolder
- JaasSubjectHolder(Subject, String) - Constructor for class org.springframework.security.kerberos.authentication.JaasSubjectHolder
- JaasUtil - Class in org.springframework.security.kerberos.authentication.sun
-
JAAS utility functions.
- JaasUtil() - Constructor for class org.springframework.security.kerberos.authentication.sun.JaasUtil
- JAVA_SECURITY_KRB5_CONF - Static variable in class org.springframework.security.kerberos.test.MiniKdc
K
- KDC_BIND_ADDRESS - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- KDC_PORT - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- KERBEROS_OID - Static variable in class org.springframework.security.kerberos.authentication.KerberosMultiTier
- KERBEROS_OID_STRING - Static variable in class org.springframework.security.kerberos.authentication.KerberosMultiTier
- KerberosAuthentication - Interface in org.springframework.security.kerberos.authentication
- KerberosAuthenticationProvider - Class in org.springframework.security.kerberos.authentication
-
AuthenticationProvider
for kerberos. - KerberosAuthenticationProvider() - Constructor for class org.springframework.security.kerberos.authentication.KerberosAuthenticationProvider
- KerberosClient - Interface in org.springframework.security.kerberos.authentication
- KerberosLdapContextSource - Class in org.springframework.security.kerberos.client.ldap
-
Implementation of an
LdapContextSource
that authenticates with the ldap server using Kerberos. - KerberosLdapContextSource(String) - Constructor for class org.springframework.security.kerberos.client.ldap.KerberosLdapContextSource
-
Instantiates a new kerberos ldap context source.
- KerberosLdapContextSource(List<String>, String) - Constructor for class org.springframework.security.kerberos.client.ldap.KerberosLdapContextSource
-
Instantiates a new kerberos ldap context source.
- KerberosMultiTier - Class in org.springframework.security.kerberos.authentication
-
Allows creating tickets against other service principals storing the tickets in the KerberosAuthentication's JaasSubjectHolder.
- KerberosMultiTier() - Constructor for class org.springframework.security.kerberos.authentication.KerberosMultiTier
- KerberosRestTemplate - Class in org.springframework.security.kerberos.client
-
RestTemplate
that is able to make kerberos SPNEGO authenticated REST requests. - KerberosRestTemplate() - Constructor for class org.springframework.security.kerberos.client.KerberosRestTemplate
-
Instantiates a new kerberos rest template.
- KerberosRestTemplate(String, String) - Constructor for class org.springframework.security.kerberos.client.KerberosRestTemplate
-
Instantiates a new kerberos rest template.
- KerberosRestTemplate(String, String, String, Map<String, Object>) - Constructor for class org.springframework.security.kerberos.client.KerberosRestTemplate
-
Instantiates a new kerberos rest template.
- KerberosRestTemplate(String, String, Map<String, Object>) - Constructor for class org.springframework.security.kerberos.client.KerberosRestTemplate
-
Instantiates a new kerberos rest template.
- KerberosRestTemplate(String, String, HttpClient) - Constructor for class org.springframework.security.kerberos.client.KerberosRestTemplate
-
Instantiates a new kerberos rest template.
- KerberosRestTemplate(Map<String, Object>) - Constructor for class org.springframework.security.kerberos.client.KerberosRestTemplate
-
Instantiates a new kerberos rest template.
- KerberosRestTemplate(Map<String, Object>, HttpClient) - Constructor for class org.springframework.security.kerberos.client.KerberosRestTemplate
-
Instantiates a new kerberos rest template.
- KerberosRestTemplate(HttpClient) - Constructor for class org.springframework.security.kerberos.client.KerberosRestTemplate
-
Instantiates a new kerberos rest template.
- KerberosSecurityTestcase - Class in org.springframework.security.kerberos.test
-
KerberosSecurityTestcase provides a base class for using MiniKdc with other testcases.
- KerberosSecurityTestcase() - Constructor for class org.springframework.security.kerberos.test.KerberosSecurityTestcase
- KerberosServiceAuthenticationProvider - Class in org.springframework.security.kerberos.authentication
-
Authentication Provider which validates Kerberos Service Tickets or SPNEGO Tokens (which includes Kerberos Service Tickets).
- KerberosServiceAuthenticationProvider() - Constructor for class org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider
- KerberosServiceRequestToken - Class in org.springframework.security.kerberos.authentication
-
Holds the Kerberos/SPNEGO token for requesting a kerberized service and is also the output of
KerberosServiceAuthenticationProvider
. - KerberosServiceRequestToken(byte[]) - Constructor for class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Creates an unauthenticated instance which should then be authenticated by
KerberosServiceAuthenticationProvider
. - KerberosServiceRequestToken(Object, KerberosTicketValidation, Collection<? extends GrantedAuthority>, byte[]) - Constructor for class org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
-
Creates an authenticated token, normally used as an output of an authentication provider.
- KerberosTicketValidation - Class in org.springframework.security.kerberos.authentication
-
Result of ticket validation
- KerberosTicketValidation(String, String, byte[], GSSContext) - Constructor for class org.springframework.security.kerberos.authentication.KerberosTicketValidation
- KerberosTicketValidation(String, String, byte[], GSSContext, GSSCredential) - Constructor for class org.springframework.security.kerberos.authentication.KerberosTicketValidation
- KerberosTicketValidation(String, Subject, byte[], GSSContext) - Constructor for class org.springframework.security.kerberos.authentication.KerberosTicketValidation
- KerberosTicketValidation(String, Subject, byte[], GSSContext, GSSCredential) - Constructor for class org.springframework.security.kerberos.authentication.KerberosTicketValidation
- KerberosTicketValidator - Interface in org.springframework.security.kerberos.authentication
-
Implementations of this interface are used in
KerberosServiceAuthenticationProvider
to validate a Kerberos/SPNEGO Ticket. - KerberosUsernamePasswordAuthenticationToken - Class in org.springframework.security.kerberos.authentication
-
Holds the Username/Password as well as the JAAS Subject allowing multi-tier authentications using Kerberos.
- KerberosUsernamePasswordAuthenticationToken(Object, Object, Collection<? extends GrantedAuthority>, JaasSubjectHolder) - Constructor for class org.springframework.security.kerberos.authentication.KerberosUsernamePasswordAuthenticationToken
-
Creates an authentication token that holds the username and password, and the Subject that the user will need to create new authentication tokens against other services.
L
- login(String, String) - Method in interface org.springframework.security.kerberos.authentication.KerberosClient
- login(String, String) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosClient
M
- main(String[]) - Static method in class org.springframework.security.kerberos.test.MiniKdc
- MAX_RENEWABLE_LIFETIME - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- MAX_TICKET_LIFETIME - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- MIN_TICKET_LIFETIME - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- MiniKdc - Class in org.springframework.security.kerberos.test
-
Mini KDC based on Apache Directory Server that can be embedded in testcases or used from command line as a standalone KDC.
- MiniKdc(Properties, File) - Constructor for class org.springframework.security.kerberos.test.MiniKdc
-
Creates a MiniKdc.
O
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.kerberos.web.authentication.ResponseHeaderSettingKerberosAuthenticationSuccessHandler
- ORG_DOMAIN - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- ORG_NAME - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- org.springframework.security.kerberos.authentication - package org.springframework.security.kerberos.authentication
- org.springframework.security.kerberos.authentication.sun - package org.springframework.security.kerberos.authentication.sun
- org.springframework.security.kerberos.client - package org.springframework.security.kerberos.client
- org.springframework.security.kerberos.client.config - package org.springframework.security.kerberos.client.config
- org.springframework.security.kerberos.client.ldap - package org.springframework.security.kerberos.client.ldap
- org.springframework.security.kerberos.test - package org.springframework.security.kerberos.test
- org.springframework.security.kerberos.web.authentication - package org.springframework.security.kerberos.web.authentication
P
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.security.kerberos.authentication.sun.GlobalSunJaasKerberosConfig
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.security.kerberos.authentication.sun.GlobalSunJaasKerberosConfig
R
- ResponseHeaderSettingKerberosAuthenticationSuccessHandler - Class in org.springframework.security.kerberos.web.authentication
-
Adds a WWW-Authenticate (or other) header to the response following successful authentication.
- ResponseHeaderSettingKerberosAuthenticationSuccessHandler() - Constructor for class org.springframework.security.kerberos.web.authentication.ResponseHeaderSettingKerberosAuthenticationSuccessHandler
- responseToken() - Method in class org.springframework.security.kerberos.authentication.KerberosTicketValidation
S
- setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
-
Sets the authentication details source.
- setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
-
The authentication manager for validating the ticket.
- setDebug(boolean) - Method in class org.springframework.security.kerberos.authentication.sun.GlobalSunJaasKerberosConfig
-
Enable debug logs from the Sun Kerberos Implementation.
- setDebug(boolean) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosClient
- setDebug(boolean) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
-
Enables the debug mode of the JAAS Kerberos login module.
- setDebug(Boolean) - Method in class org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig
- setFailureHandler(AuthenticationFailureHandler) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
-
This handler is called after a failure authentication.
- setHeaderName(String) - Method in class org.springframework.security.kerberos.web.authentication.ResponseHeaderSettingKerberosAuthenticationSuccessHandler
-
Sets the name of the header to set.
- setHeaderPrefix(String) - Method in class org.springframework.security.kerberos.web.authentication.ResponseHeaderSettingKerberosAuthenticationSuccessHandler
-
Sets the value of the prefix for the encoded response token value.
- setHoldOnToGSSContext(boolean) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
-
Determines whether to hold on to the
GSS security context
or otherwisedispose
of it immediately (the default behaviour). - setIsInitiator(Boolean) - Method in class org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig
- setKerberosClient(KerberosClient) - Method in class org.springframework.security.kerberos.authentication.KerberosAuthenticationProvider
-
Sets the kerberos client.
- setKeyTabLocation(Resource) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
-
The location of the keytab.
- setKeyTabLocation(Resource) - Method in class org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig
- setKrbConfLocation(String) - Method in class org.springframework.security.kerberos.authentication.sun.GlobalSunJaasKerberosConfig
-
Kerberos config file location can be specified here.
- setLoginConfig(Configuration) - Method in class org.springframework.security.kerberos.client.ldap.KerberosLdapContextSource
-
The login configuration to get the serviceSubject from LoginContext
- setMultiTier(boolean) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosClient
- setMultiTier(boolean) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
- setRealmName(String) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
-
The realm name of the application.
- setRefreshKrb5Config(boolean) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
-
Enables configuration to be refreshed before the login method is called.
- setServicePrincipal(String) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
-
The service principal of the application.
- setServicePrincipal(String) - Method in class org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig
- setSessionAuthenticationStrategy(SessionAuthenticationStrategy) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
-
The session handling strategy which will be invoked immediately after an authentication request is successfully processed by the AuthenticationManager.
- setSkipIfAlreadyAuthenticated(boolean) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
-
Should Kerberos authentication be skipped if a user is already authenticated for this request (e.g.
- setSuccessHandler(AuthenticationSuccessHandler) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
-
This handler is called after a successful authentication.
- setTicketValidator(KerberosTicketValidator) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider
-
The
KerberosTicketValidator
to use, for validating the Kerberos/SPNEGO tickets. - setTransport(String) - Method in class org.springframework.security.kerberos.test.MiniKdc
- setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.kerberos.authentication.KerberosAuthenticationProvider
-
Sets the user details service.
- setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider
-
The
UserDetailsService
to use, for loading the user properties and theGrantedAuthorities
. - setUseTicketCache(Boolean) - Method in class org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig
- SpnegoAuthenticationProcessingFilter - Class in org.springframework.security.kerberos.web.authentication
-
Parses the SPNEGO authentication Header, which was generated by the browser and creates a
KerberosServiceRequestToken
out if it. - SpnegoAuthenticationProcessingFilter() - Constructor for class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
- SpnegoEntryPoint - Class in org.springframework.security.kerberos.web.authentication
-
Sends back a request for a Negotiate Authentication to the browser.
- SpnegoEntryPoint() - Constructor for class org.springframework.security.kerberos.web.authentication.SpnegoEntryPoint
-
Instantiates a new spnego entry point.
- SpnegoEntryPoint(String) - Constructor for class org.springframework.security.kerberos.web.authentication.SpnegoEntryPoint
-
Instantiates a new spnego entry point.
- start() - Method in class org.springframework.security.kerberos.test.MiniKdc
-
Starts the MiniKdc.
- startMiniKdc() - Method in class org.springframework.security.kerberos.test.KerberosSecurityTestcase
- stop() - Method in class org.springframework.security.kerberos.test.MiniKdc
-
Stops the MiniKdc
- stopMiniKdc() - Method in class org.springframework.security.kerberos.test.KerberosSecurityTestcase
- subject() - Method in class org.springframework.security.kerberos.authentication.KerberosTicketValidation
- SUN_SECURITY_KRB5_DEBUG - Static variable in class org.springframework.security.kerberos.test.MiniKdc
- SunJaasKerberosClient - Class in org.springframework.security.kerberos.authentication.sun
-
Implementation of
KerberosClient
which uses the SUN JAAS login module, which is included in the SUN JRE, it will not work with an IBM JRE. - SunJaasKerberosClient() - Constructor for class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosClient
- SunJaasKerberosTicketValidator - Class in org.springframework.security.kerberos.authentication.sun
-
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. - SunJaasKerberosTicketValidator() - Constructor for class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
- SunJaasKrb5LoginConfig - Class in org.springframework.security.kerberos.client.config
-
Implementation of
Configuration
which uses Sun's JAAS Krb5LoginModule. - SunJaasKrb5LoginConfig() - Constructor for class org.springframework.security.kerberos.client.config.SunJaasKrb5LoginConfig
- supports(Class<? extends Object>) - Method in class org.springframework.security.kerberos.authentication.KerberosAuthenticationProvider
- supports(Class<? extends Object>) - Method in class org.springframework.security.kerberos.authentication.KerberosServiceAuthenticationProvider
T
U
- username() - Method in class org.springframework.security.kerberos.authentication.KerberosTicketValidation
V
- validateTicket(byte[]) - Method in interface org.springframework.security.kerberos.authentication.KerberosTicketValidator
-
Validates a Kerberos/SPNEGO ticket.
- validateTicket(byte[]) - Method in class org.springframework.security.kerberos.authentication.sun.SunJaasKerberosTicketValidator
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form