public class CurrentAuthenticationResolvingProcessor extends Object implements RequestSecurityProcessor
Modifier and Type | Field and Description |
---|---|
protected AuthenticationManager |
authenticationManager |
Constructor and Description |
---|
CurrentAuthenticationResolvingProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
processRequest(org.craftercms.commons.http.RequestContext context,
RequestSecurityProcessorChain processorChain)
Sets the authentication for the current request.
|
void |
setAuthenticationManager(AuthenticationManager authenticationManager) |
protected AuthenticationManager authenticationManager
public CurrentAuthenticationResolvingProcessor()
public void setAuthenticationManager(AuthenticationManager authenticationManager)
public void processRequest(org.craftercms.commons.http.RequestContext context, RequestSecurityProcessorChain processorChain) throws Exception
profileLastModified
timestamp is in the
request, and it doesn't match the one from the current profile, a reload of the profile is forced.processRequest
in interface RequestSecurityProcessor
context
- the context which holds the current request and other security info pertinent to the
requestprocessorChain
- the processor chain, used to call the next processorException
Copyright © 2023 CrafterCMS. All rights reserved.