public interface AuthenticationHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
processAuthentication(ServletRequest request,
ServletResponse response,
String pathRequested)
Evaluates any authentication constraints, intercepting if auth is
required.
|
boolean processAuthentication(ServletRequest request, ServletResponse response, String pathRequested) throws IOException, ServletException
IOExceptionServletExceptionCopyright © 2014. All rights reserved.