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 HttpScopeHttpAuthenticator. getAttachableSessionScope(boolean createSession)HttpScopeHttpServerRequestWrapper. getScope(Scope scope)HttpScopeHttpServerRequestWrapper. getScope(Scope scope, String id)HttpScopeHttpServerScopes. getScope(Scope scope)Get the specifiedHttpScopeif available.HttpScopeHttpServerScopes. getScope(Scope scope, String id)Get the specifiedHttpScopewith 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 HttpScopeFormAuthenticationMechanism. getSessionScope(HttpServerRequest request, boolean createSession)Methods in org.wildfly.security.http.form with parameters of type HttpScope Modifier and Type Method Description private voidFormAuthenticationMechanism. 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 HttpScopeBaseHttpServerRequest. getScope(Scope scope)HttpScopeBaseHttpServerRequest. 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) HttpScopeOidcHttpFacade. getScope(Scope scope)(package private) HttpScopeOidcHttpFacade. 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 HttpScopeSpnegoAuthenticationMechanism. getStorageScope(HttpServerRequest request)Methods in org.wildfly.security.http.spnego with parameters of type HttpScope Modifier and Type Method Description private static voidSpnegoAuthenticationMechanism. clearAttachments(HttpScope scope)private IdentityCacheSpnegoAuthenticationMechanism. 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 HttpScopePrivilegedServerMechanism.HttpServerRequestWrapper. getScope(Scope scope)HttpScopePrivilegedServerMechanism.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) voidDefaultSingleSignOnSession. 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> RMechanismUtil. 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).
-