Uses of Class
org.eclipse.jetty.security.ServerAuthException
Packages that use ServerAuthException
Package
Description
Jetty Jaspi : Java Authentication SPI
Jetty Jaspi : Java Authentication SPI
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
- 
Uses of ServerAuthException in org.eclipse.jetty.ee10.security.jaspi
Methods in org.eclipse.jetty.ee10.security.jaspi that throw ServerAuthExceptionModifier and TypeMethodDescriptionbooleanJaspiAuthenticator.secureResponse(JaspiMessageInfo messageInfo, AuthenticationState validatedUser) booleanJaspiAuthenticator.secureResponse(Request request, Response response, Callback callback, boolean mandatory, AuthenticationState.Succeeded validatedSucceeded) JaspiAuthenticator.validateRequest(JaspiMessageInfo messageInfo) JaspiAuthenticator.validateRequest(Request request, Response response, Callback callback)  - 
Uses of ServerAuthException in org.eclipse.jetty.ee11.security.jaspi
Methods in org.eclipse.jetty.ee11.security.jaspi that throw ServerAuthExceptionModifier and TypeMethodDescriptionbooleanJaspiAuthenticator.secureResponse(JaspiMessageInfo messageInfo, AuthenticationState validatedUser) booleanJaspiAuthenticator.secureResponse(Request request, Response response, Callback callback, boolean mandatory, AuthenticationState.Succeeded validatedSucceeded) JaspiAuthenticator.validateRequest(JaspiMessageInfo messageInfo) JaspiAuthenticator.validateRequest(Request request, Response response, Callback callback)  - 
Uses of ServerAuthException in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that throw ServerAuthExceptionModifier and TypeMethodDescriptionAuthenticator.NoOp.validateRequest(Request request, Response response, Callback callback) Authenticator.validateRequest(Request request, Response response, Callback callback) Attempts to validate the authentication state of the given request.MultiAuthenticator.validateRequest(Request request, Response response, Callback callback)  - 
Uses of ServerAuthException in org.eclipse.jetty.security.authentication
Methods in org.eclipse.jetty.security.authentication that throw ServerAuthExceptionModifier and TypeMethodDescriptionBasicAuthenticator.validateRequest(Request req, Response res, Callback callback) DigestAuthenticator.validateRequest(Request req, Response res, Callback callback) FormAuthenticator.validateRequest(Request request, Response response, Callback callback) SPNEGOAuthenticator.validateRequest(Request req, Response res, Callback callback) SslClientCertAuthenticator.validateRequest(Request req, Response res, Callback callback)  - 
Uses of ServerAuthException in org.eclipse.jetty.security.openid
Methods in org.eclipse.jetty.security.openid that throw ServerAuthExceptionModifier and TypeMethodDescriptionOpenIdAuthenticator.validateRequest(Request request, Response response, Callback cb)  - 
Uses of ServerAuthException in org.eclipse.jetty.security.siwe
Methods in org.eclipse.jetty.security.siwe that throw ServerAuthExceptionModifier and TypeMethodDescriptionEthereumAuthenticator.validateRequest(Request request, Response response, Callback callback)