Package | Description |
---|---|
org.wildfly.security.http |
Package containing the HTTP based authentication APIs, SPIs and related classes.
|
org.wildfly.security.mechanism |
Modifier and Type | Method and Description |
---|---|
default void |
HttpServerRequest.badRequest(HttpAuthenticationException failure)
Notification to indicate that this was a bad request.
|
void |
HttpServerRequestWrapper.badRequest(HttpAuthenticationException failure,
HttpServerMechanismsResponder responder) |
void |
HttpServerRequest.badRequest(HttpAuthenticationException failure,
HttpServerMechanismsResponder responder)
Notification to indicate that this was a bad request.
|
void |
HttpExchangeSpi.badRequest(HttpAuthenticationException error,
String mechanismName)
Notification that authentication has failed for a specific mechanism due to being a bad request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpAuthenticator.authenticate()
Perform authentication for the request.
|
HttpServerAuthenticationMechanism |
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.
|
void |
HttpServerAuthenticationMechanism.evaluateRequest(HttpServerRequest request)
Evaluate the current request and attempt to authenticate if appropriate.
|
void |
HttpServerMechanismsResponder.sendResponse(HttpServerResponse response)
Send any required response to the client.
|
Modifier and Type | Method and Description |
---|---|
HttpAuthenticationException |
AuthenticationMechanismException.toHttpAuthenticationException()
Convert this exception to an HTTP exception with the same message and stack trace.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.