@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Authorization
PortalEntity
to define the permission class to be used to request authorization on instances and the actions for which authorization should be sort.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
permissionClass
Mandatory element that specifies the fully qualified name of the permission class to be used for the resource.
|
Modifier and Type | Optional Element and Description |
---|---|
PersistenceSecurityAction[] |
actions
Optional element used to specify the actions for which authorization information will be provided.
|
public abstract java.lang.String permissionClass
public abstract PersistenceSecurityAction[] actions