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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform some post-processing on the AuthenticationInfo object.
|
static final String SERVICE_NAME
void postProcess(AuthenticationInfo info, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
info
- request
- response
- "Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"