public class ClientcertAuthenticationHandler extends BaseAuthenticationHandler
AUTH_RESOURCES, constraints, realm, realmName| Constructor and Description |
|---|
ClientcertAuthenticationHandler(Node loginConfigNode,
List constraintNodes,
Set rolesAllowed,
AuthenticationRealm realm) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
requestAuthentication(HttpServletRequest request,
HttpServletResponse response,
String pathRequested)
Call this once we know that we need to authenticate
|
protected boolean |
validatePossibleAuthenticationResponse(HttpServletRequest request,
HttpServletResponse response,
String pathRequested)
Handling the (possible) response
|
doRoleCheck, processAuthentication, setNoCachepublic ClientcertAuthenticationHandler(Node loginConfigNode, List constraintNodes, Set rolesAllowed, AuthenticationRealm realm)
protected void requestAuthentication(HttpServletRequest request, HttpServletResponse response, String pathRequested) throws IOException
requestAuthentication in class BaseAuthenticationHandlerIOExceptionprotected boolean validatePossibleAuthenticationResponse(HttpServletRequest request, HttpServletResponse response, String pathRequested) throws IOException
validatePossibleAuthenticationResponse in class BaseAuthenticationHandlerIOExceptionCopyright © 2014. All rights reserved.