@Retention(RUNTIME)
@Target(TYPE)
public @interface SecurityRole
Modifier and Type | Required Element | Description |
---|---|---|
java.lang.String |
role |
Deprecated.
role name of <Security-Role> in the deployment descriptor
|
Modifier and Type | Optional Element | Description |
---|---|---|
java.lang.String[] |
mapToPrincipals |
Deprecated.
A list of principals listed in weblogic deployment descriptor.
|