@ConsumerType
public interface AuthenticationInfoPostProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
The name under which an implementation of this interface must be
registered to be used as an authentication info post processor.
|
Modifier and Type | Method and Description |
---|---|
void |
postProcess(AuthenticationInfo info,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform some post-processing on the AuthenticationInfo object.
|
static final java.lang.String SERVICE_NAME
void postProcess(AuthenticationInfo info, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws LoginException
info
- request
- response
- LoginException
- if SlingAuthenticator should handle the exception (eg.
set the correct status in the response)
SlingException will not be caught by SlingAuthenticator, in this case
the method has to set the accurate status in the responseSlingException
- may be thrown to convey any problem while handling the
credentialsCopyright © 2018 The Apache Software Foundation. All rights reserved.