Searched refs:validateRequest (Results 1 - 8 of 8) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/
H A DAuthenticator.java68 Authentication validateRequest(ServletRequest request, ServletResponse response, boolean mandatory) throws ServerAuthException; method in interface:Authenticator
H A DSecurityHandler.java492 authentication=authenticator==null?Authentication.UNAUTHENTICATED:authenticator.validateRequest(request, response, isAuthMandatory);
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DBasicAuthenticator.java61 * @see org.eclipse.jetty.security.Authenticator#validateRequest(javax.servlet.ServletRequest, javax.servlet.ServletResponse, boolean)
63 public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) throws ServerAuthException method in class:BasicAuthenticator
H A DSpnegoAuthenticator.java65 public Authentication validateRequest(ServletRequest request, ServletResponse response, boolean mandatory) throws ServerAuthException method in class:SpnegoAuthenticator
H A DDeferredAuthentication.java68 Authentication authentication = _authenticator.validateRequest(request,__deferredResponse,true);
100 Authentication authentication = _authenticator.validateRequest(request,response,true);
H A DClientCertAuthenticator.java90 public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) throws ServerAuthException method in class:ClientCertAuthenticator
H A DDigestAuthenticator.java155 public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) throws ServerAuthException method in class:DigestAuthenticator
H A DFormAuthenticator.java201 public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) throws ServerAuthException method in class:FormAuthenticator

Completed in 128 milliseconds