Uses of Class
io.jans.configapi.core.protect.Scope
-
Packages that use Scope Package Description io.jans.configapi.core.protect -
-
Uses of Scope in io.jans.configapi.core.protect
Methods in io.jans.configapi.core.protect that return types with arguments of type Scope Modifier and Type Method Description List<Scope>
Condition. getGroupScopes()
List<Scope>
Condition. getScopes()
List<Scope>
Condition. getSuperScopes()
List<Scope>
RsResource. scopes(String httpMethod)
Method parameters in io.jans.configapi.core.protect with type arguments of type Scope Modifier and Type Method Description void
Condition. setGroupScopes(List<Scope> groupScopes)
void
Condition. setScopes(List<Scope> scopes)
void
Condition. setSuperScopes(List<Scope> superScopes)
-