Annotation Interface Secured
This annotation must be inserted on methods and classes that need a secure check by AuthorizationName.
- Author:
- npiedeloup
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueReturns the security configuration attributes (e.g. RoleUser, RoleAdmin).- Returns:
- String The secure method attribute
-