@Target(value=java.lang.annotation.ElementType.METHOD)
@Retention(value=RUNTIME)
public @interface Authorize
| Modifier and Type | Optional Element and Description | 
|---|---|
java.lang.String | 
accessPoint
Access point used for authorization. 
 | 
Mode | 
mode
The authorization mode. 
 | 
Propagation | 
propagation
The authorization propagation type. 
 | 
Defaults to Propagation.REQUIRED.
Defaults to Mode.FIRST_ROLE