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