public interface AccessControlListEditorSync extends AccessControlListEditor
INTERFACE_NAMEgetDataTypesBoolean updateMasterAccessControlEntry(MasterAccessControlEntry updatedMasterAce)
default Boolean updateMasterAccessControlEntry(MasterAccessControlEntry updatedMasterAce, MessagingQos messagingQos)
Boolean removeMasterAccessControlEntry(String uid, String domain, String interfaceName, String operation)
default Boolean removeMasterAccessControlEntry(String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
Boolean updateMediatorAccessControlEntry(MasterAccessControlEntry updatedMediatorAce)
default Boolean updateMediatorAccessControlEntry(MasterAccessControlEntry updatedMediatorAce, MessagingQos messagingQos)
Boolean removeMediatorAccessControlEntry(String uid, String domain, String interfaceName, String operation)
default Boolean removeMediatorAccessControlEntry(String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
Boolean updateOwnerAccessControlEntry(OwnerAccessControlEntry updatedOwnerAce)
default Boolean updateOwnerAccessControlEntry(OwnerAccessControlEntry updatedOwnerAce, MessagingQos messagingQos)
Boolean removeOwnerAccessControlEntry(String uid, String domain, String interfaceName, String operation)
default Boolean removeOwnerAccessControlEntry(String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
Boolean updateMasterRegistrationControlEntry(MasterRegistrationControlEntry updatedMasterRce)
default Boolean updateMasterRegistrationControlEntry(MasterRegistrationControlEntry updatedMasterRce, MessagingQos messagingQos)
Boolean removeMasterRegistrationControlEntry(String uid, String domain, String interfaceName)
default Boolean removeMasterRegistrationControlEntry(String uid, String domain, String interfaceName, MessagingQos messagingQos)
Boolean updateMediatorRegistrationControlEntry(MasterRegistrationControlEntry updatedMediatorRce)
default Boolean updateMediatorRegistrationControlEntry(MasterRegistrationControlEntry updatedMediatorRce, MessagingQos messagingQos)
Boolean removeMediatorRegistrationControlEntry(String uid, String domain, String interfaceName)
default Boolean removeMediatorRegistrationControlEntry(String uid, String domain, String interfaceName, MessagingQos messagingQos)
Boolean updateOwnerRegistrationControlEntry(OwnerRegistrationControlEntry updatedOwnerRce)
default Boolean updateOwnerRegistrationControlEntry(OwnerRegistrationControlEntry updatedOwnerRce, MessagingQos messagingQos)
Boolean removeOwnerRegistrationControlEntry(String uid, String domain, String interfaceName)
default Boolean removeOwnerRegistrationControlEntry(String uid, String domain, String interfaceName, MessagingQos messagingQos)
Copyright © 2021. All rights reserved.