Uses of Class
org.wildfly.security.http.Scope
-
Packages that use Scope Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes.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. -
-
Uses of Scope in org.wildfly.security.http
Methods in org.wildfly.security.http that return Scope Modifier and Type Method Description static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.http with parameters of type Scope Modifier and Type Method Description 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.Collection<String>HttpServerRequestWrapper. getScopeIds(Scope scope)Collection<String>HttpServerScopes. getScopeIds(Scope scope)Get the IDs available for the scope specified. -
Uses of Scope in org.wildfly.security.http.impl
Methods in org.wildfly.security.http.impl with parameters of type Scope Modifier and Type Method Description HttpScopeBaseHttpServerRequest. getScope(Scope scope)HttpScopeBaseHttpServerRequest. getScope(Scope scope, String id)Collection<String>BaseHttpServerRequest. getScopeIds(Scope scope) -
Uses of Scope in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc with parameters of type Scope Modifier and Type Method Description (package private) HttpScopeOidcHttpFacade. getScope(Scope scope)(package private) HttpScopeOidcHttpFacade. getScope(Scope scope, String id)(package private) Collection<String>OidcHttpFacade. getScopeIds(Scope scope) -
Uses of Scope in org.wildfly.security.http.spnego
Fields in org.wildfly.security.http.spnego declared as Scope Modifier and Type Field Description private Scope[]SpnegoAuthenticationMechanism. storageScopes -
Uses of Scope in org.wildfly.security.http.util
Methods in org.wildfly.security.http.util with parameters of type Scope Modifier and Type Method Description HttpScopePrivilegedServerMechanism.HttpServerRequestWrapper. getScope(Scope scope)HttpScopePrivilegedServerMechanism.HttpServerRequestWrapper. getScope(Scope scope, String id)Collection<String>PrivilegedServerMechanism.HttpServerRequestWrapper. getScopeIds(Scope scope)
-