Uses of Interface
org.wildfly.security.http.HttpScope
-
Packages that use HttpScope Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes.org.wildfly.security.http.form org.wildfly.security.http.impl Implementation classes which do not form part of the public API.org.wildfly.security.http.oidc org.wildfly.security.http.spnego org.wildfly.security.http.util Package containing utility classes for HTTP authentication, predominantly special factory wrappers.org.wildfly.security.http.util.sso org.wildfly.security.mechanism._private -
-
Uses of HttpScope in org.wildfly.security.http
Methods in org.wildfly.security.http that return HttpScope Modifier and Type Method Description private HttpScope
HttpAuthenticator. getAttachableSessionScope(boolean createSession)
HttpScope
HttpServerRequestWrapper. getScope(Scope scope)
HttpScope
HttpServerRequestWrapper. getScope(Scope scope, String id)
HttpScope
HttpServerScopes. getScope(Scope scope)
Get the specifiedHttpScope
if available.HttpScope
HttpServerScopes. getScope(Scope scope, String id)
Get the specifiedHttpScope
with the specified ID. -
Uses of HttpScope in org.wildfly.security.http.form
Methods in org.wildfly.security.http.form that return HttpScope Modifier and Type Method Description private HttpScope
FormAuthenticationMechanism. getSessionScope(HttpServerRequest request, boolean createSession)
Methods in org.wildfly.security.http.form with parameters of type HttpScope Modifier and Type Method Description private void
FormAuthenticationMechanism. fixCachedLocation(HttpScope scope, String originalSessionID, String newSessionID)
-
Uses of HttpScope in org.wildfly.security.http.impl
Methods in org.wildfly.security.http.impl that return HttpScope Modifier and Type Method Description HttpScope
BaseHttpServerRequest. getScope(Scope scope)
HttpScope
BaseHttpServerRequest. getScope(Scope scope, String id)
-
Uses of HttpScope in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return HttpScope Modifier and Type Method Description (package private) HttpScope
OidcHttpFacade. getScope(Scope scope)
(package private) HttpScope
OidcHttpFacade. getScope(Scope scope, String id)
-
Uses of HttpScope in org.wildfly.security.http.spnego
Methods in org.wildfly.security.http.spnego that return HttpScope Modifier and Type Method Description private HttpScope
SpnegoAuthenticationMechanism. getStorageScope(HttpServerRequest request)
Methods in org.wildfly.security.http.spnego with parameters of type HttpScope Modifier and Type Method Description private static void
SpnegoAuthenticationMechanism. clearAttachments(HttpScope scope)
private IdentityCache
SpnegoAuthenticationMechanism. createIdentityCache(IdentityCache existingCache, HttpScope httpScope, boolean forUpdate)
-
Uses of HttpScope in org.wildfly.security.http.util
Methods in org.wildfly.security.http.util that return HttpScope Modifier and Type Method Description HttpScope
PrivilegedServerMechanism.HttpServerRequestWrapper. getScope(Scope scope)
HttpScope
PrivilegedServerMechanism.HttpServerRequestWrapper. getScope(Scope scope, String id)
-
Uses of HttpScope in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso with parameters of type HttpScope Modifier and Type Method Description (package private) void
DefaultSingleSignOnSession. invalidateLocalSession(HttpScope scope)
-
Uses of HttpScope in org.wildfly.security.mechanism._private
Methods in org.wildfly.security.mechanism._private with parameters of type HttpScope Modifier and Type Method Description static <R> R
MechanismUtil. computeIfAbsent(HttpScope scope, String key, Function<String,R> mappingFunction)
Get or compute the value for the given key in HttpScope, storing the computed value (if one is generated).
-