Index

A C D O R S 
All Classes and Interfaces|All Packages

A

afterPropertiesSet() - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
 

C

commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoEntryPoint
 

D

doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
 

O

onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.kerberos.web.authentication.ResponseHeaderSettingKerberosAuthenticationSuccessHandler
 
org.springframework.security.kerberos.web.authentication - package org.springframework.security.kerberos.web.authentication
 

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
 

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.
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.
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.
setStopFilterChainOnSuccessfulAuthentication(boolean) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
If set to false (the default) and authentication is successful, the request will be processed by the next filter in the chain.
setSuccessHandler(AuthenticationSuccessHandler) - Method in class org.springframework.security.kerberos.web.authentication.SpnegoAuthenticationProcessingFilter
This handler is called after a successful authentication.
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.
SpnegoEntryPoint(String, HttpMethod) - Constructor for class org.springframework.security.kerberos.web.authentication.SpnegoEntryPoint
Instantiates a new spnego entry point.
A C D O R S 
All Classes and Interfaces|All Packages