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