Annotation Interface SecuredOperation
This annotation must be inserted on parameter that need a secure check by OperationName.
Method must be annoted by @Secured
- Author:
- npiedeloup
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueReturns the security configuration attributes (e.g. Operation read, Operation write).- Returns:
- String The secure method attribute
-