Uses of Interface
org.wildfly.security.http.HttpServerMechanismsResponder
-
Packages that use HttpServerMechanismsResponder Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes. -
-
Uses of HttpServerMechanismsResponder in org.wildfly.security.http
Methods in org.wildfly.security.http with parameters of type HttpServerMechanismsResponder Modifier and Type Method Description void
HttpServerRequest. authenticationComplete(HttpServerMechanismsResponder responder)
Notification that authentication is now complete.void
HttpServerRequest. authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler)
Notification that authentication is now complete.void
HttpServerRequestWrapper. authenticationComplete(HttpServerMechanismsResponder responder)
void
HttpServerRequestWrapper. authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler)
void
HttpServerRequest. authenticationFailed(String message, HttpServerMechanismsResponder responder)
Notification that authentication failes.void
HttpServerRequestWrapper. authenticationFailed(String message, 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. authenticationInProgress(HttpServerMechanismsResponder responder)
void
HttpServerRequest. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)
Notification to indicate that this was a bad request.void
HttpServerRequestWrapper. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)
void
HttpServerRequest. noAuthenticationInProgress(HttpServerMechanismsResponder responder)
Notification from the mechanism to state no authentication is in progress whilst evaluating the current request.void
HttpServerRequestWrapper. noAuthenticationInProgress(HttpServerMechanismsResponder responder)
-