Public Member Functions | |
ACLEntry[] | getACL (String container) throws VOMSException |
void | setACL (String container, ACLEntry[] acl) throws VOMSException |
void | addACLEntry (String container, ACLEntry aclEntry, boolean propagateToChildrenContexts) throws VOMSException |
void | removeACLEntry (String container, ACLEntry aclEntry, boolean removeFromChildrenContexts) throws VOMSException |
ACLEntry[] | getDefaultACL (String group) throws VOMSException |
void | setDefaultACL (String group, ACLEntry[] acl) throws VOMSException |
void | addDefaultACLEntry (String group, ACLEntry aclEntry) throws VOMSException |
void | removeDefaultACLEntry (String group, ACLEntry aclEntry) throws VOMSException |
Definition at line 34 of file VOMSACL.java.
|
Adds an ACL Entry to the ACL defined for container. A VOMS container (or context) is either a VOMS group (e.g., /atlas) or a VOMS qualified role (e.g., /atlas/Role=VO-Admin) Permission: ACL_READ, ACL_WRITE on the container.
|
|
Adds an entry to the default ACL defined for a VOMS group Permission: ACL_READ, ACL_DEFAULT, ACL_WRITE on the group.
|
|
Retrieves ACL for VOMS container A VOMS container (or context) is either a VOMS group (e.g., /atlas) or a VOMS qualified role (e.g., /atlas/Role=VO-Admin) Permission:ACL_READ on the container.
|
|
Retrieves Default ACL for group group Permission: ACL_READ, ACL_DEFAULT on the group.
|
|
Removes an ACL Entry from the ACL defined for the container. A VOMS container (or context) is either a VOMS group (e.g., /atlas) or a VOMS qualified role (e.g., /atlas/Role=VO-Admin) Permission: ACL_READ, ACL_WRITE on the container.
|
|
Removes an entry from the default ACL defined for a VOMS group Permission: ACL_READ, ACL_DEFAULT, ACL_WRITE on the group.
|
|
Sets ACL for VOMS container A VOMS container (or context) is either a VOMS group (e.g., /atlas) or a VOMS qualified role (e.g., /atlas/Role=VO-Admin) Permission: ACL_READ, ACL_WRITE on the container.
|
|
Sets Default ACL for group group Permission: ACL_READ, ACL_DEFAULT, ACL_WRITE on the group.
|