|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Capability
This is represents a capability or access to some resource
| Method Summary | |
|---|---|
int |
getPermissionLevel(Persistable obj)
Determines whether this capability can access the given object |
void |
grantCapability(Capability capability)
Grants a new capability to this capability |
void |
grantCapability(Persistable object)
Grants a new capability to this capability |
boolean |
hasPermission(java.security.acl.Permission permision)
Determines whether this capability has the given system permission |
| Methods inherited from interface java.security.acl.Permission |
|---|
equals, toString |
| Method Detail |
|---|
int getPermissionLevel(Persistable obj)
obj -
boolean hasPermission(java.security.acl.Permission permision)
permision -
void grantCapability(Capability capability)
capability - void grantCapability(Persistable object)
capability -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||