Package | Description |
---|---|
org.wildfly.security.http |
Package containing the HTTP based authentication APIs, SPIs and related classes.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServerRequestWrapper.authenticationComplete(HttpServerMechanismsResponder responder) |
void |
HttpServerRequest.authenticationComplete(HttpServerMechanismsResponder responder)
Notification that authentication is now complete.
|
void |
HttpServerRequestWrapper.authenticationComplete(HttpServerMechanismsResponder responder,
Runnable logoutHandler) |
void |
HttpServerRequest.authenticationComplete(HttpServerMechanismsResponder responder,
Runnable logoutHandler)
Notification that authentication is now complete.
|
void |
HttpServerRequestWrapper.authenticationFailed(String message,
HttpServerMechanismsResponder responder) |
void |
HttpServerRequest.authenticationFailed(String message,
HttpServerMechanismsResponder responder)
Notification that authentication failes.
|
void |
HttpServerRequestWrapper.authenticationInProgress(HttpServerMechanismsResponder responder) |
void |
HttpServerRequest.authenticationInProgress(HttpServerMechanismsResponder responder)
Notification that this mechanism has commenced but not completed authentication, typically because another challenge /
response round trip is required.
|
void |
HttpServerRequestWrapper.badRequest(HttpAuthenticationException failure,
HttpServerMechanismsResponder responder) |
void |
HttpServerRequest.badRequest(HttpAuthenticationException failure,
HttpServerMechanismsResponder responder)
Notification to indicate that this was a bad request.
|
void |
HttpServerRequestWrapper.noAuthenticationInProgress(HttpServerMechanismsResponder responder) |
void |
HttpServerRequest.noAuthenticationInProgress(HttpServerMechanismsResponder responder)
Notification from the mechanism to state no authentication is in progress whilst evaluating the current request.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.