Class | Description |
---|---|
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 |
RequestSecurityProcessor that returns the current authentication to the
client. |
SavedRequestAwareProcessor |
Uses
RequestCache to reconstitute a previously saved request (if there's one). |
SecurityExceptionProcessor |
Handles certain security exceptions:
If it's an
AuthenticationRequiredException , the AuthenticationRequiredHandler is used.
If it's an AccessDeniedException , and the user is anonymous, the AuthenticationRequiredHandler
is used. |
UrlAccessRestrictionCheckingProcessor |
Processor that checks if the current user has permission to access the current request URL.
|
Copyright © 2023 CrafterCMS. All rights reserved.