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.impl Implementation classes which do not form part of the public API.org.wildfly.security.http.oidc 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 HttpServerAuthenticationMechanismSecurityIdentityServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)Deprecated.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 HttpServerAuthenticationMechanismSecurityIdentityServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)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. httpAuthenticationFailedEvaluatingRequest()HttpAuthenticationExceptionElytronMessages. httpAuthenticationNoMechanisms()HttpAuthenticationExceptionElytronMessages. httpAuthenticationNoSuccessfulResponder()Methods in org.wildfly.security.http with parameters of type HttpAuthenticationException Modifier and Type Method Description voidHttpAuthenticator.AuthenticationExchange. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)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.private booleanHttpAuthenticator.AuthenticationExchange. authenticate()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)voidBasicAuthenticationMechanism. evaluateRequest(HttpServerRequest request) -
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)voidBearerTokenAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private StringBearerTokenAuthenticationMechanism. getRealmName()private voidBearerTokenAuthenticationMechanism. handleCallback(Callback callback)private voidBearerTokenAuthenticationMechanism. unauthorizedResponse(HttpServerResponse response) -
Uses of HttpAuthenticationException in org.wildfly.security.http.cert
Methods in org.wildfly.security.http.cert that throw HttpAuthenticationException Modifier and Type Method Description private booleanClientCertAuthenticationMechanism. attemptAuthentication(HttpServerRequest request, Function<SecurityDomain,IdentityCache> cacheFunction)private booleanClientCertAuthenticationMechanism. attemptReAuthentication(HttpServerRequest request, Function<SecurityDomain,IdentityCache> cacheFunction)HttpServerAuthenticationMechanismClientCertMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)voidClientCertAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidClientCertAuthenticationMechanism. fail(HttpServerRequest request)private booleanClientCertAuthenticationMechanism. succeed(HttpServerRequest request) -
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)voidDigestAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidDigestAuthenticationMechanism. prepareResponse(String realmName, HttpServerResponse response, boolean stale)private StringDigestAuthenticationMechanism. selectRealm()Select the realm which should be sent to the client in the challenge.private voidDigestAuthenticationMechanism. validateResponse(HashMap<String,byte[]> responseTokens, HttpServerRequest request) -
Uses of HttpAuthenticationException in org.wildfly.security.http.external
Methods in org.wildfly.security.http.external that throw HttpAuthenticationException Modifier and Type Method Description private booleanExternalAuthenticationMechanism. authorize(String username)HttpServerAuthenticationMechanismExternalMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)voidExternalAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidExternalAuthenticationMechanism. fail(HttpServerRequest request)private voidExternalAuthenticationMechanism. succeed(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 private voidFormAuthenticationMechanism. attemptAuthentication(HttpServerRequest request)private booleanFormAuthenticationMechanism. attemptReAuthentication(HttpServerRequest request)private booleanFormAuthenticationMechanism. authorize(String username, HttpServerRequest request, IdentityCache identityCache)HttpServerAuthenticationMechanismFormMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)voidFormAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private voidFormAuthenticationMechanism. sendLogin(HttpServerRequest request, HttpServerResponse response)private voidFormAuthenticationMechanism. sendPage(String page, HttpServerRequest request, HttpServerResponse response) -
Uses of HttpAuthenticationException in org.wildfly.security.http.impl
Methods in org.wildfly.security.http.impl that throw HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismServerMechanismFactoryImpl. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)Deprecated. -
Uses of HttpAuthenticationException in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that throw HttpAuthenticationException Modifier and Type Method Description HttpServerAuthenticationMechanismOidcMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)voidOidcAuthenticationMechanism. evaluateRequest(HttpServerRequest request) -
Uses of HttpAuthenticationException in org.wildfly.security.http.spnego
Methods in org.wildfly.security.http.spnego that throw HttpAuthenticationException Modifier and Type Method Description private booleanSpnegoAuthenticationMechanism. attemptReAuthentication(IdentityCache identityCache, HttpServerRequest request)private booleanSpnegoAuthenticationMechanism. authorizeSrcName(GSSContext gssContext, IdentityCache identityCache)HttpServerAuthenticationMechanismSpnegoMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)voidSpnegoAuthenticationMechanism. evaluateRequest(HttpServerRequest request)private HttpScopeSpnegoAuthenticationMechanism. getStorageScope(HttpServerRequest request)private voidSpnegoAuthenticationMechanism. handleCallback(Callback callback) -
Uses of HttpAuthenticationException in org.wildfly.security.http.util
Methods in org.wildfly.security.http.util with parameters of type HttpAuthenticationException Modifier and Type Method Description voidPrivilegedServerMechanism.HttpServerRequestWrapper. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)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)voidPrivilegedServerMechanism. evaluateRequest(HttpServerRequest request) -
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. httpServerAuthenticationMechanismNotFound(String mechanismName)Methods in org.wildfly.security.http.util.sso with parameters of type HttpAuthenticationException Modifier and Type Method Description voidProgrammaticSingleSignOnCache.SSOHttpServerRequest. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)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. digestMechanismInvalidRealm(String realm)HttpAuthenticationExceptionElytronMessages. digestMechanismRequireRealm()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)
-