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.http.basic org.wildfly.security.http.bearer org.wildfly.security.http.cert org.wildfly.security.http.digest org.wildfly.security.http.external org.wildfly.security.http.form org.wildfly.security.http.spnego org.wildfly.security.http.util Package containing utility classes for HTTP authentication, predominantly special factory wrappers.org.wildfly.security.http.util.sso org.wildfly.security.mechanism org.wildfly.security.mechanism._private org.wildfly.security.mechanism.http -
-
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 that return HttpAuthenticationException Modifier and Type Method Description HttpAuthenticationExceptionElytronMessages_$logger. httpAuthenticationFailedEvaluatingRequest()HttpAuthenticationExceptionElytronMessages_$logger. httpAuthenticationNoMechanisms()HttpAuthenticationExceptionElytronMessages_$logger. httpAuthenticationNoSuccessfulResponder()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.http.basic
Methods in org.wildfly.security.http.basic that throw HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismBasicMechanismFactory. 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 HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismBearerMechanismFactory. 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 HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismClientCertMechanismFactory. 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 HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismDigestMechanismFactory. 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 HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismExternalMechanismFactory. 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 HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismFormMechanismFactory. 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 HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismSpnegoMechanismFactory. 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 HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismAggregateServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)HttpServerAuthenticationMechanismFilterServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)Create the requestedHttpServerAuthenticationMechanismprovided it is available and allowed by the current filter.HttpServerAuthenticationMechanismPrivilegedServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)HttpServerAuthenticationMechanismPropertiesServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)Create an instance of the requestedHttpServerAuthenticationMechanismFactory.HttpServerAuthenticationMechanismSecurityProviderServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)HttpServerAuthenticationMechanismServiceLoaderServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)HttpServerAuthenticationMechanismSetMechanismInformationMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)HttpServerAuthenticationMechanismSocketAddressCallbackServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)HttpServerAuthenticationMechanismSortedServerMechanismFactory. 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 HttpAuthenticationException Modifier and Type Method Description HttpAuthenticationExceptionElytronMessages_$logger. httpServerAuthenticationMechanismNotFound(String mechanismName)Methods in org.wildfly.security.http.util.sso that throw HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismSingleSignOnServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler) -
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_$logger. digestMechanismInvalidRealm(String realm)HttpAuthenticationExceptionElytronMessages. digestMechanismInvalidRealm(String realm)HttpAuthenticationExceptionElytronMessages_$logger. digestMechanismRequireRealm()HttpAuthenticationExceptionElytronMessages. digestMechanismRequireRealm()HttpAuthenticationExceptionElytronMessages_$logger. invalidNonceCount(int nonceCount)HttpAuthenticationExceptionElytronMessages. invalidNonceCount(int nonceCount) -
Uses of HttpAuthenticationException in org.wildfly.security.mechanism.http
Methods in org.wildfly.security.mechanism.http that throw HttpAuthenticationException Modifier and Type Method Description protected booleanUsernamePasswordAuthenticationMechanism. authenticate(String realmName, String username, char[] password)protected booleanUsernamePasswordAuthenticationMechanism. authorize(String username)
-