public interface AuthenticationInfoPostProcessor
| Modifier and Type | Field and Description |
|---|---|
static 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,
HttpServletRequest request,
HttpServletResponse response)
Perform some post-processing on the AuthenticationInfo object.
|
static final String SERVICE_NAME
void postProcess(AuthenticationInfo info, HttpServletRequest request, HttpServletResponse response)
info - request - response - Copyright © 2010 - 2020 Adobe. All Rights Reserved