|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.voms.service.ACLEntry
Represents ACL entries within the VOMS database.
Constructor Summary | |
ACLEntry()
|
Method Summary | |
java.lang.String |
getAdminCA()
|
java.lang.String |
getAdminDN()
Returns the principal of this ACL entry. |
java.lang.String |
getOperationName()
Returns the operation field of this ACL entry. |
boolean |
isAllow()
Returns the allow field of this ACL entry. |
void |
setAdminCA(java.lang.String ca)
|
void |
setAdminDN(java.lang.String dn)
Sets the principal of this ACL entry. |
void |
setAllow(boolean allow)
Sets the allow field of this ACL entry. |
void |
setOperationName(java.lang.String operation)
Sets the operation field of this ACL entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ACLEntry()
Method Detail |
public java.lang.String getAdminDN()
public java.lang.String getAdminCA()
public void setAdminDN(java.lang.String dn)
public void setAdminCA(java.lang.String ca)
public java.lang.String getOperationName()
public void setOperationName(java.lang.String operation)
public boolean isAllow()
public void setAllow(boolean allow)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |