Administering access control list extended attributes

Extended attributes for an ACL can be obtained, set, and deleted.

The following table lists the methods available for administering ACL extended attributes.

Methods Description
ivadmin_acl_attrdelkey()

PDAcl.deleteAttribute
PDAcl object.deleteAttribute

Deletes the specified extended attribute key from the specified ACL.
ivadmin_acl_attrdelval()

PDAcl.deleteAttributeValue
PDAcl object.deleteAttributeValue

Deletes the specified value from the specified extended attribute key in the specified ACL.
ivadmin_acl_attrget()PDAcl object.getAttributeValues Gets the extended attribute values for the specified extended attribute key from the specified ACL.
ivadmin_acl_attrlist()PDAcl object.getAttributeNames Lists the extended attribute keys associated with the specified ACL.
ivadmin_acl_attrput()

PDAcl.setAttributeValue
PDAcl object.setAttributeValue

Creates an extended attribute with the specified name and value, if it does not exist, and adds the attribute to the specified ACL. If the attribute specified exists, the specified value is added to the existing values for the attribute.

For detailed reference information about these methods, see the Javadoc HTML documentation.