public class WebJASPIOptionalAuthenticator
extends org.apache.catalina.valves.ValveBase
This class implements a JASPI authenticator for unprotected resources. In the JASPI Servlet profile, authentication for unprotected resources is optional but it is still allowed. When performed, the JASPI authentication modules must grant access to the unprotected resources irrespective of the caller, which may be anonymous (i.e, no security info supplied).
| Constructor and Description |
|---|
WebJASPIOptionalAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response) |
backgroundProcess, createObjectName, event, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toStringpublic void invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
throws IOException,
javax.servlet.ServletException
invoke in interface org.apache.catalina.Valveinvoke in class org.apache.catalina.valves.ValveBaseIOExceptionjavax.servlet.ServletExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.