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.org.wildfly.security.http.external org.wildfly.security.http.impl Implementation classes which do not form part of the public API.org.wildfly.security.http.spnego org.wildfly.security.http.util.sso -
-
Uses of HttpServerRequest in org.wildfly.security.http
Classes in org.wildfly.security.http that implement HttpServerRequest Modifier and Type Class Description classHttpServerRequestWrapperA wrapper delegating any request to the delegated implementation.Methods in org.wildfly.security.http with parameters of type HttpServerRequest Modifier and Type Method Description voidHttpServerAuthenticationMechanism. 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. -
Uses of HttpServerRequest in org.wildfly.security.http.external
Methods in org.wildfly.security.http.external with parameters of type HttpServerRequest Modifier and Type Method Description voidExternalAuthenticationMechanism. evaluateRequest(HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.impl
Classes in org.wildfly.security.http.impl that implement HttpServerRequest Modifier and Type Class Description classBaseHttpServerRequestA base implementation ofHttpServerRequest -
Uses of HttpServerRequest in org.wildfly.security.http.spnego
Methods in org.wildfly.security.http.spnego with parameters of type HttpServerRequest Modifier and Type Method Description voidSpnegoAuthenticationMechanism. evaluateRequest(HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso with parameters of type HttpServerRequest Modifier and Type Method Description SingleSignOnSessionDefaultSingleSignOnSessionFactory. create(HttpServerRequest request, String mechanismName, boolean programmatic)SingleSignOnSessionSingleSignOnSessionFactory. create(HttpServerRequest request, String mechanismName, boolean programmatic)Creates a newSingleSignOnSessionfor the specified request and authentication mechanism.SingleSignOnSessionDefaultSingleSignOnSessionFactory. find(String id, HttpServerRequest request)SingleSignOnSessionSingleSignOnSessionFactory. find(String id, HttpServerRequest request)Returns aSingleSignOnSessioninstance associated with the specified identifier and request.Constructors in org.wildfly.security.http.util.sso with parameters of type HttpServerRequest Constructor Description DefaultSingleSignOnSession(SingleSignOnSessionContext context, HttpServerRequest request, String mechanismName, boolean programmatic)DefaultSingleSignOnSession(SingleSignOnSessionContext context, HttpServerRequest request, SingleSignOn sso)
-