Methods in org.eclipse.jetty.security.authentication that throw ServerAuthException |
boolean |
SpnegoAuthenticator.secureResponse(ServletRequest request,
ServletResponse response,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
FormAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
DigestAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
ClientCertAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
BasicAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
Authentication |
SpnegoAuthenticator.validateRequest(ServletRequest request,
ServletResponse response,
boolean mandatory)
|
Authentication |
FormAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory)
|
Authentication |
DigestAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory)
|
Authentication |
ClientCertAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory)
|
Authentication |
BasicAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory)
|