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 HttpServerMechanismsResponder
HttpAuthenticator.AuthenticationExchange. successResponder
Fields in org.wildfly.security.http with type parameters of type HttpServerMechanismsResponder Modifier and Type Field Description private List<HttpServerMechanismsResponder>
HttpAuthenticator.AuthenticationExchange. responders
Methods in org.wildfly.security.http with parameters of type HttpServerMechanismsResponder Modifier and Type Method Description void
HttpAuthenticator.AuthenticationExchange. authenticationComplete(HttpServerMechanismsResponder responder)
void
HttpAuthenticator.AuthenticationExchange. authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler)
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
HttpAuthenticator.AuthenticationExchange. authenticationFailed(String message, HttpServerMechanismsResponder responder)
void
HttpServerRequest. authenticationFailed(String message, HttpServerMechanismsResponder responder)
Notification that authentication failes.void
HttpServerRequestWrapper. authenticationFailed(String message, HttpServerMechanismsResponder responder)
void
HttpAuthenticator.AuthenticationExchange. 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. authenticationInProgress(HttpServerMechanismsResponder responder)
void
HttpAuthenticator.AuthenticationExchange. badRequest(HttpAuthenticationException failure, 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
HttpAuthenticator.AuthenticationExchange. noAuthenticationInProgress(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)
-
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 HttpServerMechanismsResponder
PrivilegedServerMechanism. wrap(HttpServerMechanismsResponder toWrap)
Methods in org.wildfly.security.http.util with parameters of type HttpServerMechanismsResponder Modifier and Type Method Description void
PrivilegedServerMechanism.HttpServerRequestWrapper. authenticationComplete(HttpServerMechanismsResponder responder)
void
PrivilegedServerMechanism.HttpServerRequestWrapper. authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler)
void
PrivilegedServerMechanism.HttpServerRequestWrapper. authenticationFailed(String message, HttpServerMechanismsResponder responder)
void
PrivilegedServerMechanism.HttpServerRequestWrapper. authenticationInProgress(HttpServerMechanismsResponder responder)
void
PrivilegedServerMechanism.HttpServerRequestWrapper. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)
void
PrivilegedServerMechanism.HttpServerRequestWrapper. noAuthenticationInProgress(HttpServerMechanismsResponder responder)
private HttpServerMechanismsResponder
PrivilegedServerMechanism. 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 void
ProgrammaticSingleSignOnCache.SSOHttpServerRequest. authenticationComplete(HttpServerMechanismsResponder responder)
void
ProgrammaticSingleSignOnCache.SSOHttpServerRequest. authenticationComplete(HttpServerMechanismsResponder responder, Runnable logoutHandler)
void
ProgrammaticSingleSignOnCache.SSOHttpServerRequest. authenticationFailed(String message, HttpServerMechanismsResponder responder)
void
ProgrammaticSingleSignOnCache.SSOHttpServerRequest. authenticationInProgress(HttpServerMechanismsResponder responder)
void
ProgrammaticSingleSignOnCache.SSOHttpServerRequest. badRequest(HttpAuthenticationException failure, HttpServerMechanismsResponder responder)
void
ProgrammaticSingleSignOnCache.SSOHttpServerRequest. noAuthenticationInProgress(HttpServerMechanismsResponder responder)
-