Annotation Type SecuredOperation
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface SecuredOperation
This annotation must be inserted on parameter that need a secure check by OperationName. Method must be annoted by @Secured- Author:
- npiedeloup
-
-
Element Detail
-
value
String value
Returns the security configuration attributes (e.g. Operation read, Operation write).- Returns:
- String The secure method attribute
-
-