@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface SecurityRoles
| Modifier and Type | Optional Element | Description | 
|---|---|---|
| java.lang.String[] | rolesAllowed | Deprecated. Specifies a list of roles permitted to access the Web Service. | 
| java.lang.String[] | rolesReferenced | Deprecated. Specifies a list of roles referenced by the Web Service. | 
java.lang.String[] rolesAllowed