Uses of Enum
org.wildfly.security.http.Scope
Packages that use Scope
Package
Description
Package containing the HTTP based authentication APIs, SPIs and related classes.
Implementation classes which do not form part of the public API.
-
Uses of Scope in org.wildfly.security.http
Methods in org.wildfly.security.http that return ScopeModifier and TypeMethodDescriptionstatic ScopeReturns 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 ScopeModifier and TypeMethodDescriptionGet the specifiedHttpScopeif available.Get the specifiedHttpScopewith the specified ID.HttpServerRequestWrapper.getScopeIds(Scope scope) 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