| AddSecurityCookiesProcessor |
RequestSecurityProcessor implementation that creates a wrapper so that
the ticket and profile last update cookies are added to the response, just before it is sent to the client.
|
| AuthenticationHeadersLoginProcessor |
RequestSecurityProcessor that auto logins a user through the headers
provided by the Apache mod_auth_mellon SAML authentication module.
|
| CurrentAuthenticationResolvingProcessor |
Obtains and sets the authentication for the current request.
|
| LoginProcessor |
Processes login requests.
|
| LogoutProcessor |
Processes logout requests.
|
| RememberMeAutoLoginProcessor |
RequestSecurityProcessor that executes auto login when a valid remember
me cookie is found in the request and there's no authentication present yet.
|
| RequestSecurityProcessorChainImpl |
Default implementation of a handler chain, using an iterator.
|
| ReturnCurrentAuthenticationProcessor |
|
| SavedRequestAwareProcessor |
Uses RequestCache to reconstitute a previously saved request (if there's one).
|
| SecurityExceptionProcessor |
Handles certain security exceptions:
|
| UrlAccessRestrictionCheckingProcessor |
Processor that checks if the current user has permission to access the current request URL.
|