Package io.helidon.security.abac.scope
Annotation Type ScopeValidator.Scope
-
@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.
-
-
Element Detail
-
value
String value
Name of scope the user must have to access this resource.- Returns:
- scope name
-
-