Home
last modified time | relevance | path

Searched refs:SEND_FAILURE (Results 1 – 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DAuthentication.java151 public final static Authentication SEND_FAILURE = new Authentication.Failure(){@Override field
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DClientCertAuthenticator.java137 return Authentication.SEND_FAILURE; in validateRequest()
DFormAuthenticator.java269 return Authentication.SEND_FAILURE; in validateRequest()