Uses of Class
org.wildfly.security.http.HttpAuthenticationException
Packages that use HttpAuthenticationException
Package
Description
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 HttpAuthenticationExceptionModifier and TypeMethodDescriptionvoidHttpExchangeSpi.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 HttpAuthenticationExceptionModifier and TypeMethodDescriptionbooleanHttpAuthenticator.authenticate()Perform authentication for the request.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.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.