Class ManagedAclImpl
java.lang.Object
org.opencastproject.authorization.xacml.manager.impl.ManagedAclImpl
- All Implemented Interfaces:
ManagedAcl
-
Constructor Summary
ConstructorsConstructorDescriptionManagedAclImpl(Long id, String name, String organizationId, AccessControlList acl) Create a managed acl -
Method Summary
-
Constructor Details
-
ManagedAclImpl
Create a managed acl- Parameters:
id- an idname- display nameacl- ACL
-
-
Method Details
-
getId
Description copied from interface:ManagedAclReturn the ID of the ACL.- Specified by:
getIdin interfaceManagedAcl
-
getName
Description copied from interface:ManagedAclReturn the display name of the ACL.- Specified by:
getNamein interfaceManagedAcl
-
getAcl
Description copied from interface:ManagedAclReturn the ACL.- Specified by:
getAclin interfaceManagedAcl
-
getOrganizationId
Description copied from interface:ManagedAclReturn the ID of the organization the ACL belongs to.- Specified by:
getOrganizationIdin interfaceManagedAcl
-