Annotation Type AuthorizeAll
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AuthorizeAll
Indicates that the API method ought to authorize the user only if they are authorized by all of theAuthorizedBy
sub-elements.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description AuthorizedBy[]
value
The list of authorizations
-
-
-
Element Detail
-
value
AuthorizedBy[] value
The list of authorizations- Returns:
- The list of authorizations
-
-