Uses of Interface
org.wildfly.security.http.HttpServerResponse
-
Packages that use HttpServerResponse Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes.org.wildfly.security.http.basic org.wildfly.security.http.bearer org.wildfly.security.http.digest org.wildfly.security.http.form org.wildfly.security.http.oidc org.wildfly.security.http.spnego -
-
Uses of HttpServerResponse in org.wildfly.security.http
Classes in org.wildfly.security.http that implement HttpServerResponse Modifier and Type Class Description private class
HttpAuthenticator.AuthenticationExchange
Methods in org.wildfly.security.http with parameters of type HttpServerResponse Modifier and Type Method Description void
HttpServerMechanismsResponder. sendResponse(HttpServerResponse response)
Send any required response to the client. -
Uses of HttpServerResponse in org.wildfly.security.http.basic
Methods in org.wildfly.security.http.basic with parameters of type HttpServerResponse Modifier and Type Method Description private void
BasicAuthenticationMechanism. prepareResponse(HttpServerRequest request, String realmName, HttpServerResponse response)
-
Uses of HttpServerResponse in org.wildfly.security.http.bearer
Methods in org.wildfly.security.http.bearer with parameters of type HttpServerResponse Modifier and Type Method Description private void
BearerTokenAuthenticationMechanism. unauthorizedResponse(HttpServerResponse response)
-
Uses of HttpServerResponse in org.wildfly.security.http.digest
Methods in org.wildfly.security.http.digest with parameters of type HttpServerResponse Modifier and Type Method Description private void
DigestAuthenticationMechanism. prepareResponse(String realmName, HttpServerResponse response, boolean stale)
private void
DigestAuthenticationMechanism. sendAuthenticationInfoHeader(HttpServerResponse response, byte[] salt)
-
Uses of HttpServerResponse in org.wildfly.security.http.form
Methods in org.wildfly.security.http.form with parameters of type HttpServerResponse Modifier and Type Method Description private void
FormAuthenticationMechanism. sendLogin(HttpServerRequest request, HttpServerResponse response)
private void
FormAuthenticationMechanism. sendPage(String page, HttpServerRequest request, HttpServerResponse response)
private void
FormAuthenticationMechanism. sendRedirect(HttpServerResponse response, String location)
-
Uses of HttpServerResponse in org.wildfly.security.http.oidc
Fields in org.wildfly.security.http.oidc with type parameters of type HttpServerResponse Modifier and Type Field Description private Consumer<HttpServerResponse>
OidcHttpFacade. responseConsumer
-
Uses of HttpServerResponse in org.wildfly.security.http.spnego
Methods in org.wildfly.security.http.spnego with parameters of type HttpServerResponse Modifier and Type Method Description private void
SpnegoAuthenticationMechanism. sendBareChallenge(HttpServerResponse response)
private void
SpnegoAuthenticationMechanism. sendChallenge(byte[] responseToken, HttpServerResponse response, int statusCode)
-