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.org.wildfly.security.http.util Package containing utility classes for HTTP authentication, predominantly special factory wrappers.org.wildfly.security.http.util.sso -
-
Uses of HttpServerMechanismsResponder in org.wildfly.security.http
Fields in org.wildfly.security.http declared as HttpServerMechanismsResponder Modifier and Type Field Description private HttpServerMechanismsResponderHttpAuthenticator.AuthenticationExchange. successResponderFields in org.wildfly.security.http with type parameters of type HttpServerMechanismsResponder Modifier and Type Field Description private List<HttpServerMechanismsResponder>HttpAuthenticator.AuthenticationExchange. respondersMethods in org.wildfly.security.http with parameters of type HttpServerMechanismsResponder Modifier and Type Method Description voidHttpAuthenticator.AuthenticationExchange. authenticationComplete(HttpServerMechanismsResponder responder)voidHttpAuthenticator.AuthenticationExchange. authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler)voidHttpServerRequest. 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)voidHttpAuthenticator.AuthenticationExchange. authenticationFailed(String message, HttpServerMechanismsResponder responder)voidHttpServerRequest. authenticationFailed(String message, HttpServerMechanismsResponder responder)Notification that authentication failes.voidHttpServerRequestWrapper. authenticationFailed(String message, HttpServerMechanismsResponder responder)voidHttpAuthenticator.AuthenticationExchange. authenticationInProgress(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)voidHttpAuthenticator.AuthenticationExchange. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)voidHttpServerRequest. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)Notification to indicate that this was a bad request.voidHttpServerRequestWrapper. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)voidHttpAuthenticator.AuthenticationExchange. noAuthenticationInProgress(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) -
Uses of HttpServerMechanismsResponder in org.wildfly.security.http.util
Methods in org.wildfly.security.http.util that return HttpServerMechanismsResponder Modifier and Type Method Description private HttpServerMechanismsResponderPrivilegedServerMechanism. wrap(HttpServerMechanismsResponder toWrap)Methods in org.wildfly.security.http.util with parameters of type HttpServerMechanismsResponder Modifier and Type Method Description voidPrivilegedServerMechanism.HttpServerRequestWrapper. authenticationComplete(HttpServerMechanismsResponder responder)voidPrivilegedServerMechanism.HttpServerRequestWrapper. authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler)voidPrivilegedServerMechanism.HttpServerRequestWrapper. authenticationFailed(String message, HttpServerMechanismsResponder responder)voidPrivilegedServerMechanism.HttpServerRequestWrapper. authenticationInProgress(HttpServerMechanismsResponder responder)voidPrivilegedServerMechanism.HttpServerRequestWrapper. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)voidPrivilegedServerMechanism.HttpServerRequestWrapper. noAuthenticationInProgress(HttpServerMechanismsResponder responder)private HttpServerMechanismsResponderPrivilegedServerMechanism. wrap(HttpServerMechanismsResponder toWrap) -
Uses of HttpServerMechanismsResponder in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso with parameters of type HttpServerMechanismsResponder Modifier and Type Method Description voidProgrammaticSingleSignOnCache.SSOHttpServerRequest. authenticationComplete(HttpServerMechanismsResponder responder)voidProgrammaticSingleSignOnCache.SSOHttpServerRequest. authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler)voidProgrammaticSingleSignOnCache.SSOHttpServerRequest. authenticationFailed(String message, HttpServerMechanismsResponder responder)voidProgrammaticSingleSignOnCache.SSOHttpServerRequest. authenticationInProgress(HttpServerMechanismsResponder responder)voidProgrammaticSingleSignOnCache.SSOHttpServerRequest. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)voidProgrammaticSingleSignOnCache.SSOHttpServerRequest. noAuthenticationInProgress(HttpServerMechanismsResponder responder)
-