Package io.helidon.security.abac.scope
Annotation Interface ScopeValidator.Scope
- Enclosing class:
ScopeValidator
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Documented
@Inherited
@AbacAnnotation
@Repeatable(Scopes.class)
public static @interface ScopeValidator.Scope
Scope annotation. You can have more than one scope annotation.
-
Required Element Summary
-
Element Details
-
value
String valueName of scope the user must have to access this resource.- Returns:
- scope name
-