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. -
-
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.
-