Home
last modified time | relevance | path

Searched refs:SEND_CONTINUE (Results 1 – 5 of 5) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DAuthentication.java143 public final static Authentication SEND_CONTINUE = new Authentication.Challenge(){@Override field
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DBasicAuthenticator.java105 return Authentication.SEND_CONTINUE; in validateRequest()
DSpnegoAuthenticator.java90 return Authentication.SEND_CONTINUE; in validateRequest()
DDigestAuthenticator.java248 return Authentication.SEND_CONTINUE; in validateRequest()
DFormAuthenticator.java354 return Authentication.SEND_CONTINUE; in validateRequest()