Uses of Interface
org.wildfly.security.http.HttpServerRequest
Packages that use HttpServerRequest
Package
Description
Package containing the HTTP based authentication APIs, SPIs and related classes.
Implementation classes which do not form part of the public API.
-
Uses of HttpServerRequest in org.wildfly.security.http
Classes in org.wildfly.security.http that implement HttpServerRequestModifier and TypeClassDescriptionclassA wrapper delegating any request to the delegated implementation.Methods in org.wildfly.security.http with parameters of type HttpServerRequestModifier and TypeMethodDescriptionvoidHttpServerAuthenticationMechanism.evaluateRequest(HttpServerRequest request) Evaluate the current request and attempt to authenticate if appropriate.Constructors in org.wildfly.security.http with parameters of type HttpServerRequestModifierConstructorDescriptionHttpServerRequestWrapper(HttpServerRequest delegate) Construct new instance. -
Uses of HttpServerRequest in org.wildfly.security.http.impl
Classes in org.wildfly.security.http.impl that implement HttpServerRequest