|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface AclProvider
Used in conjunction with @DefinePermissions to specify which AclProvider should be used to check permissions for the specified actions against the object.
Required Element Summary | |
---|---|
String |
action
|
String |
provider
|
Optional Element Summary | |
---|---|
int |
mask
|
Element Detail |
---|
public abstract String action
public abstract String provider
public abstract int mask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |