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.
Package containing utility classes for HTTP authentication, predominantly special factory wrappers.
-
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.external
Methods in org.wildfly.security.http.external with parameters of type HttpServerRequestModifier and TypeMethodDescriptionvoidExternalAuthenticationMechanism.evaluateRequest(HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.impl
Classes in org.wildfly.security.http.impl that implement HttpServerRequest -
Uses of HttpServerRequest in org.wildfly.security.http.spnego
Methods in org.wildfly.security.http.spnego with parameters of type HttpServerRequestModifier and TypeMethodDescriptionvoidSpnegoAuthenticationMechanism.evaluateRequest(HttpServerRequest request) -
Uses of HttpServerRequest in org.wildfly.security.http.util
Constructor parameters in org.wildfly.security.http.util with type arguments of type HttpServerRequestModifierConstructorDescriptionSetRequestInformationCallbackMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, HashMap<String, Function<HttpServerRequest, String>> httpServerRequestInformationMap) Construct a wrapping mechanism factory instance. -
Uses of HttpServerRequest in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso with parameters of type HttpServerRequestModifier and TypeMethodDescriptionDefaultSingleSignOnSessionFactory.create(HttpServerRequest request, String mechanismName, boolean programmatic) SingleSignOnSessionFactory.create(HttpServerRequest request, String mechanismName, boolean programmatic) Creates a newSingleSignOnSessionfor the specified request and authentication mechanism.DefaultSingleSignOnSessionFactory.find(String id, HttpServerRequest request) SingleSignOnSessionFactory.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 HttpServerRequestModifierConstructorDescriptionDefaultSingleSignOnSession(SingleSignOnSessionContext context, HttpServerRequest request, String mechanismName, boolean programmatic) DefaultSingleSignOnSession(SingleSignOnSessionContext context, HttpServerRequest request, SingleSignOn sso)