Interface ManagedAcl
- All Known Implementing Classes:
ManagedAclEntity,ManagedAclImpl
public interface ManagedAcl
Product type of an
AccessControlList and some metadata.-
Method Details
-
getId
Long getId()Return the ID of the ACL. -
getOrganizationId
String getOrganizationId()Return the ID of the organization the ACL belongs to. -
getName
String getName()Return the display name of the ACL. -
getAcl
AccessControlList getAcl()Return the ACL.
-