Uses of Interface
org.wildfly.security.http.HttpServerMechanismsResponder
Packages that use HttpServerMechanismsResponder
Package
Description
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 HttpServerMechanismsResponderModifier and TypeMethodDescriptionvoidHttpServerRequest.authenticationComplete(HttpServerMechanismsResponder responder) Notification that authentication is now complete.voidHttpServerRequest.authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler) Notification that authentication is now complete.voidHttpServerRequestWrapper.authenticationComplete(HttpServerMechanismsResponder responder) voidHttpServerRequestWrapper.authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler) voidHttpServerRequest.authenticationFailed(String message, HttpServerMechanismsResponder responder) Notification that authentication failes.voidHttpServerRequestWrapper.authenticationFailed(String message, HttpServerMechanismsResponder responder) voidHttpServerRequest.authenticationInProgress(HttpServerMechanismsResponder responder) Notification that this mechanism has commenced but not completed authentication, typically because another challenge / response round trip is required.voidHttpServerRequestWrapper.authenticationInProgress(HttpServerMechanismsResponder responder) voidHttpServerRequest.badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder) Notification to indicate that this was a bad request.voidHttpServerRequestWrapper.badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder) voidHttpServerRequest.noAuthenticationInProgress(HttpServerMechanismsResponder responder) Notification from the mechanism to state no authentication is in progress whilst evaluating the current request.voidHttpServerRequestWrapper.noAuthenticationInProgress(HttpServerMechanismsResponder responder)