Uses of Class
org.wildfly.security.http.HttpAuthenticationException
Packages that use HttpAuthenticationException
Package
Description
Server side of authentication provided by Elytron.
Package containing the HTTP based authentication APIs, SPIs and related classes.
Package containing utility classes for HTTP authentication, predominantly special factory wrappers.
-
Uses of HttpAuthenticationException in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionprotected 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 HttpAuthenticationExceptionModifier and TypeMethodDescriptionprotected HttpServerAuthenticationMechanismHttpAuthenticationFactory.doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation) -
Uses of HttpAuthenticationException in org.wildfly.security.http
Methods in org.wildfly.security.http that return HttpAuthenticationExceptionModifier and TypeMethodDescriptionElytronMessages_$logger.httpAuthenticationFailedEvaluatingRequest()ElytronMessages_$logger.httpAuthenticationNoMechanisms()ElytronMessages_$logger.httpAuthenticationNoSuccessfulResponder()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. -
Uses of HttpAuthenticationException in org.wildfly.security.http.basic
Methods in org.wildfly.security.http.basic that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionBasicMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpAuthenticationException in org.wildfly.security.http.bearer
Methods in org.wildfly.security.http.bearer that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionBearerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpAuthenticationException in org.wildfly.security.http.cert
Methods in org.wildfly.security.http.cert that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionClientCertMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpAuthenticationException in org.wildfly.security.http.digest
Methods in org.wildfly.security.http.digest that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionDigestMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpAuthenticationException in org.wildfly.security.http.external
Methods in org.wildfly.security.http.external that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionExternalMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) voidExternalAuthenticationMechanism.evaluateRequest(HttpServerRequest request) -
Uses of HttpAuthenticationException in org.wildfly.security.http.form
Methods in org.wildfly.security.http.form that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionFormMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpAuthenticationException in org.wildfly.security.http.spnego
Methods in org.wildfly.security.http.spnego that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionSpnegoMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) voidSpnegoAuthenticationMechanism.evaluateRequest(HttpServerRequest request) -
Uses of HttpAuthenticationException in org.wildfly.security.http.util
Methods in org.wildfly.security.http.util that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionAggregateServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) FilterServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) Create the requestedHttpServerAuthenticationMechanismprovided it is available and allowed by the current filter.PrivilegedServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) PropertiesServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) Create an instance of the requestedHttpServerAuthenticationMechanismFactory.SecurityProviderServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) ServiceLoaderServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) SetMechanismInformationMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) SetRequestInformationCallbackMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) SocketAddressCallbackServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) SortedServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpAuthenticationException in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso that return HttpAuthenticationExceptionModifier and TypeMethodDescriptionElytronMessages_$logger.httpServerAuthenticationMechanismNotFound(String mechanismName) Methods in org.wildfly.security.http.util.sso that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionSingleSignOnServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) Deprecated. -
Uses of HttpAuthenticationException in org.wildfly.security.mechanism
Methods in org.wildfly.security.mechanism that return HttpAuthenticationExceptionModifier and TypeMethodDescriptionAuthenticationMechanismException.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 HttpAuthenticationExceptionModifier and TypeMethodDescriptionElytronMessages_$logger.digestMechanismInvalidRealm(String realm) ElytronMessages.digestMechanismInvalidRealm(String realm) ElytronMessages_$logger.digestMechanismRequireRealm()ElytronMessages.digestMechanismRequireRealm()ElytronMessages_$logger.invalidNonceCount(int nonceCount) ElytronMessages.invalidNonceCount(int nonceCount) -
Uses of HttpAuthenticationException in org.wildfly.security.mechanism.http
Methods in org.wildfly.security.mechanism.http that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionprotected booleanUsernamePasswordAuthenticationMechanism.authenticate(String realmName, String username, char[] password) Authenticates the user for provided realm using their username and password.protected booleanChecks if the user is authorized.