@Retention(RUNTIME)
@Target({METHOD,TYPE})
@Documented
@Inherited
@AbacAnnotation
@Repeatable(Scopes.class)
public static @interface ScopeValidator.Scope
| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.String |
value |
Name of scope the user must have to access this resource.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.