- 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.
- 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.