Uses of Class
org.wildfly.security.http.HttpAuthenticationException
-
Packages that use HttpAuthenticationException Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.http org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes.org.wildfly.security.mechanism org.wildfly.security.mechanism._private -
-
Uses of HttpAuthenticationException in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that throw HttpAuthenticationException Modifier and Type Method Description protected HttpServerAuthenticationMechanism
HttpAuthenticationFactory. doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation)
Deprecated. -
Uses of HttpAuthenticationException in org.wildfly.security.auth.server.http
Methods in org.wildfly.security.auth.server.http that throw HttpAuthenticationException Modifier and Type Method Description protected HttpServerAuthenticationMechanism
HttpAuthenticationFactory. doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation)
-
Uses of HttpAuthenticationException in org.wildfly.security.http
Methods in org.wildfly.security.http with parameters of type HttpAuthenticationException Modifier and Type Method Description void
HttpExchangeSpi. badRequest(HttpAuthenticationException error, String mechanismName)
Notification that authentication has failed for a specific mechanism due to being a bad request.default void
HttpServerRequest. badRequest(HttpAuthenticationException failure)
Notification to indicate that this was a bad request.void
HttpServerRequest. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)
Notification to indicate that this was a bad request.void
HttpServerRequestWrapper. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)
Methods in org.wildfly.security.http that throw HttpAuthenticationException Modifier and Type Method Description boolean
HttpAuthenticator. authenticate()
Perform authentication for the request.HttpServerAuthenticationMechanism
HttpServerAuthenticationMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
Obtain an instance of the authentication mechanism requested provided this is allowed by any policy specified within the supplied properties.void
HttpServerAuthenticationMechanism. evaluateRequest(HttpServerRequest request)
Evaluate the current request and attempt to authenticate if appropriate.void
HttpServerMechanismsResponder. sendResponse(HttpServerResponse response)
Send any required response to the client. -
Uses of HttpAuthenticationException in org.wildfly.security.mechanism
Methods in org.wildfly.security.mechanism that return HttpAuthenticationException Modifier and Type Method Description HttpAuthenticationException
AuthenticationMechanismException. toHttpAuthenticationException()
Convert this exception to an HTTP exception with the same message and stack trace. -
Uses of HttpAuthenticationException in org.wildfly.security.mechanism._private
Methods in org.wildfly.security.mechanism._private that return HttpAuthenticationException Modifier and Type Method Description HttpAuthenticationException
ElytronMessages. digestMechanismInvalidRealm(String realm)
HttpAuthenticationException
ElytronMessages. digestMechanismRequireRealm()
HttpAuthenticationException
ElytronMessages. invalidNonceCount(int nonceCount)
-