Package joynr.infrastructure
Interface AccessControlListEditorSync
-
- All Superinterfaces:
AccessControlListEditor
- All Known Subinterfaces:
AccessControlListEditorProxy
public interface AccessControlListEditorSync extends AccessControlListEditor
-
-
Field Summary
-
Fields inherited from interface joynr.infrastructure.AccessControlListEditor
INTERFACE_NAME
-
-
Method Summary
-
-
-
Method Detail
-
updateMasterAccessControlEntry
Boolean updateMasterAccessControlEntry(MasterAccessControlEntry updatedMasterAce)
-
updateMasterAccessControlEntry
default Boolean updateMasterAccessControlEntry(MasterAccessControlEntry updatedMasterAce, MessagingQos messagingQos)
-
removeMasterAccessControlEntry
Boolean removeMasterAccessControlEntry(String uid, String domain, String interfaceName, String operation)
-
removeMasterAccessControlEntry
default Boolean removeMasterAccessControlEntry(String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
-
updateMediatorAccessControlEntry
Boolean updateMediatorAccessControlEntry(MasterAccessControlEntry updatedMediatorAce)
-
updateMediatorAccessControlEntry
default Boolean updateMediatorAccessControlEntry(MasterAccessControlEntry updatedMediatorAce, MessagingQos messagingQos)
-
removeMediatorAccessControlEntry
Boolean removeMediatorAccessControlEntry(String uid, String domain, String interfaceName, String operation)
-
removeMediatorAccessControlEntry
default Boolean removeMediatorAccessControlEntry(String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
-
updateOwnerAccessControlEntry
Boolean updateOwnerAccessControlEntry(OwnerAccessControlEntry updatedOwnerAce)
-
updateOwnerAccessControlEntry
default Boolean updateOwnerAccessControlEntry(OwnerAccessControlEntry updatedOwnerAce, MessagingQos messagingQos)
-
removeOwnerAccessControlEntry
Boolean removeOwnerAccessControlEntry(String uid, String domain, String interfaceName, String operation)
-
removeOwnerAccessControlEntry
default Boolean removeOwnerAccessControlEntry(String uid, String domain, String interfaceName, String operation, MessagingQos messagingQos)
-
updateMasterRegistrationControlEntry
Boolean updateMasterRegistrationControlEntry(MasterRegistrationControlEntry updatedMasterRce)
-
updateMasterRegistrationControlEntry
default Boolean updateMasterRegistrationControlEntry(MasterRegistrationControlEntry updatedMasterRce, MessagingQos messagingQos)
-
removeMasterRegistrationControlEntry
Boolean removeMasterRegistrationControlEntry(String uid, String domain, String interfaceName)
-
removeMasterRegistrationControlEntry
default Boolean removeMasterRegistrationControlEntry(String uid, String domain, String interfaceName, MessagingQos messagingQos)
-
updateMediatorRegistrationControlEntry
Boolean updateMediatorRegistrationControlEntry(MasterRegistrationControlEntry updatedMediatorRce)
-
updateMediatorRegistrationControlEntry
default Boolean updateMediatorRegistrationControlEntry(MasterRegistrationControlEntry updatedMediatorRce, MessagingQos messagingQos)
-
removeMediatorRegistrationControlEntry
Boolean removeMediatorRegistrationControlEntry(String uid, String domain, String interfaceName)
-
removeMediatorRegistrationControlEntry
default Boolean removeMediatorRegistrationControlEntry(String uid, String domain, String interfaceName, MessagingQos messagingQos)
-
updateOwnerRegistrationControlEntry
Boolean updateOwnerRegistrationControlEntry(OwnerRegistrationControlEntry updatedOwnerRce)
-
updateOwnerRegistrationControlEntry
default Boolean updateOwnerRegistrationControlEntry(OwnerRegistrationControlEntry updatedOwnerRce, MessagingQos messagingQos)
-
removeOwnerRegistrationControlEntry
Boolean removeOwnerRegistrationControlEntry(String uid, String domain, String interfaceName)
-
removeOwnerRegistrationControlEntry
default Boolean removeOwnerRegistrationControlEntry(String uid, String domain, String interfaceName, MessagingQos messagingQos)
-
-