Uses of Class
io.helidon.security.abac.scope.ScopeValidator.Scope
-
Packages that use ScopeValidator.Scope Package Description io.helidon.security.abac.scope Scope (OAuth2) attribute validator. -
-
Uses of ScopeValidator.Scope in io.helidon.security.abac.scope
Methods in io.helidon.security.abac.scope that return ScopeValidator.Scope Modifier and Type Method Description ScopeValidator.Scope[]
value()
Repeatable annotation holder.Method parameters in io.helidon.security.abac.scope with type arguments of type ScopeValidator.Scope Modifier and Type Method Description static ScopeValidator.ScopesConfig
ScopeValidator.ScopesConfig. create(List<ScopeValidator.Scope> scopes)
Create an instance from a list of annotations.
-