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 Scope
Scope. 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 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.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 HttpScope
BaseHttpServerRequest. getScope(Scope scope)
HttpScope
BaseHttpServerRequest. 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) HttpScope
OidcHttpFacade. getScope(Scope scope)
(package private) HttpScope
OidcHttpFacade. 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 HttpScope
PrivilegedServerMechanism.HttpServerRequestWrapper. getScope(Scope scope)
HttpScope
PrivilegedServerMechanism.HttpServerRequestWrapper. getScope(Scope scope, String id)
Collection<String>
PrivilegedServerMechanism.HttpServerRequestWrapper. getScopeIds(Scope scope)
-