public interface AuthenticationHandler
Modifier and Type | Method and Description |
---|---|
boolean |
processAuthentication(ServletRequest request,
ServletResponse response,
java.lang.String pathRequested)
Evaluates any authentication constraints, intercepting if auth is
required.
|
boolean processAuthentication(ServletRequest request, ServletResponse response, java.lang.String pathRequested) throws java.io.IOException, ServletException
java.io.IOException
ServletException
Copyright © 2013. All Rights Reserved.