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 HttpServerAuthenticationMechanismHttpAuthenticationFactory. 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 HttpServerAuthenticationMechanismHttpAuthenticationFactory. 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 voidHttpExchangeSpi. badRequest(HttpAuthenticationException error, String mechanismName)Notification that authentication has failed for a specific mechanism due to being a bad request.default voidHttpServerRequest. badRequest(HttpAuthenticationException failure)Notification to indicate that this was a bad request.voidHttpServerRequest. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)Notification to indicate that this was a bad request.voidHttpServerRequestWrapper. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)Methods in org.wildfly.security.http that throw HttpAuthenticationException Modifier and Type Method Description booleanHttpAuthenticator. authenticate()Perform authentication for the request.HttpServerAuthenticationMechanismHttpServerAuthenticationMechanismFactory. 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.voidHttpServerAuthenticationMechanism. evaluateRequest(HttpServerRequest request)Evaluate the current request and attempt to authenticate if appropriate.voidHttpServerMechanismsResponder. 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 HttpAuthenticationExceptionAuthenticationMechanismException. 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 HttpAuthenticationExceptionElytronMessages. digestMechanismInvalidRealm(String realm)HttpAuthenticationExceptionElytronMessages. digestMechanismRequireRealm()HttpAuthenticationExceptionElytronMessages. invalidNonceCount(int nonceCount)
-