@InterceptorBinding @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface RolesPermitted
| Modifier and Type | Optional Element and Description |
|---|---|
LogicalOperator |
semantics
Whether accessing caller must be in any one of the given roles (OR) or all given roles (AND).
|
@NotNull String[] |
value
The roles which are allowed to access this method.
|
@NotNull public abstract @NotNull String[] value
public abstract LogicalOperator semantics
LogicalOperatorCopyright © 2019. All rights reserved.