Uses of Interface
org.wildfly.security.http.HttpServerRequest
-
Packages that use HttpServerRequest Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes. -
-
Uses of HttpServerRequest in org.wildfly.security.http
Classes in org.wildfly.security.http that implement HttpServerRequest Modifier and Type Class Description class
HttpServerRequestWrapper
A wrapper delegating any request to the delegated implementation.Methods in org.wildfly.security.http with parameters of type HttpServerRequest Modifier and Type Method Description void
HttpServerAuthenticationMechanism. evaluateRequest(HttpServerRequest request)
Evaluate the current request and attempt to authenticate if appropriate.Constructors in org.wildfly.security.http with parameters of type HttpServerRequest Constructor Description HttpServerRequestWrapper(HttpServerRequest delegate)
Construct new instance.
-