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