AclCommandService¶
AclCommandService is an abstraction of AclCommand services for AclCommand.
Contract¶
addAcls¶
addAcls(): Unit
Used when:
- AclCommand is executed (with
--addoption)
listAcls¶
listAcls(): Unit
Used when:
- AclCommand is executed (with
--listoption)
removeAcls¶
removeAcls(): Unit
Used when:
- AclCommand is executed (with
--removeoption)