Uses of Interface
org.craftercms.security.processors.RequestSecurityProcessor
Packages that use RequestSecurityProcessor
-
Uses of RequestSecurityProcessor in org.craftercms.security.processors.impl
Classes in org.craftercms.security.processors.impl that implement RequestSecurityProcessorModifier and TypeClassDescriptionclass
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.class
RequestSecurityProcessor
that auto logins a user through the headers provided by the Apache mod_auth_mellon SAML authentication module.class
Obtains and sets the authentication for the current request.class
Processes login requests.class
Processes logout requests.class
RequestSecurityProcessor
that executes auto login when a valid remember me cookie is found in the request and there's no authentication present yet.class
RequestSecurityProcessor
that returns the current authentication to the client.class
UsesRequestCache
to reconstitute a previously saved request (if there's one).class
Handles certain security exceptions: If it's anAuthenticationRequiredException
, theAuthenticationRequiredHandler
is used. If it's anAccessDeniedException
, and the user is anonymous, theAuthenticationRequiredHandler
is used.class
Processor that checks if the current user has permission to access the current request URL.Constructor parameters in org.craftercms.security.processors.impl with type arguments of type RequestSecurityProcessorModifierConstructorDescriptionRequestSecurityProcessorChainImpl
(Iterator<RequestSecurityProcessor> processorIterator) Default constructor -
Uses of RequestSecurityProcessor in org.craftercms.security.servlet.filters
Fields in org.craftercms.security.servlet.filters with type parameters of type RequestSecurityProcessorModifier and TypeFieldDescriptionprotected List
<RequestSecurityProcessor> RequestSecurityFilter.securityProcessors
Methods in org.craftercms.security.servlet.filters that return RequestSecurityProcessorModifier and TypeMethodDescriptionprotected RequestSecurityProcessor
RequestSecurityFilter.getLastProcessorInChain
(jakarta.servlet.FilterChain chain) Returns the last processor of the chain, which should actually call theFilterChain
.Constructor parameters in org.craftercms.security.servlet.filters with type arguments of type RequestSecurityProcessorModifierConstructorDescriptionRequestSecurityFilter
(List<RequestSecurityProcessor> securityProcessors)