Uses of Class
org.wildfly.security.http.HttpAuthenticationException
-
Packages that use HttpAuthenticationException Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes. -
-
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.
-