|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A simple interface capturing some of the common methods of container classes (DBGroup, DBRole and DBCapability) for easier ACL manipulation.
Method Summary | |
void |
checkPermission(Operation o)
Convenience method: check that the client has the necessary privileges to perform the given operation on this container. |
DBACL |
getACL()
Return this container's ACL. |
java.lang.String |
getDN()
Return the name of this container. |
java.lang.String |
toString()
Convert to a human-readable string. |
Method Detail |
public java.lang.String getDN()
public java.lang.String toString()
toString
in class java.lang.Object
public DBACL getACL() throws GeneralDatabaseException
GeneralDatabaseException
public void checkPermission(Operation o) throws GeneralDatabaseException, VOMSSecurityException
GeneralDatabaseException
VOMSSecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |