AclCommandService¶
AclCommandService
is an abstraction of AclCommand services for AclCommand.
Contract¶
addAcls¶
addAcls(): Unit
Used when:
- AclCommand is executed (with
--add
option)
listAcls¶
listAcls(): Unit
Used when:
- AclCommand is executed (with
--list
option)
removeAcls¶
removeAcls(): Unit
Used when:
- AclCommand is executed (with
--remove
option)