Package joynr.infrastructure
Interface AccessControlListEditorProxy
-
- All Superinterfaces:
AccessControlListEditor,AccessControlListEditorAsync,AccessControlListEditorStatelessAsync,AccessControlListEditorSync
public interface AccessControlListEditorProxy extends AccessControlListEditorAsync, AccessControlListEditorStatelessAsync, AccessControlListEditorSync
-
-
Field Summary
Fields Modifier and Type Field Description static StringINTERFACE_NAME
-
Method Summary
-
Methods inherited from interface joynr.infrastructure.AccessControlListEditorAsync
removeMasterAccessControlEntry, removeMasterAccessControlEntry, removeMasterRegistrationControlEntry, removeMasterRegistrationControlEntry, removeMediatorAccessControlEntry, removeMediatorAccessControlEntry, removeMediatorRegistrationControlEntry, removeMediatorRegistrationControlEntry, removeOwnerAccessControlEntry, removeOwnerAccessControlEntry, removeOwnerRegistrationControlEntry, removeOwnerRegistrationControlEntry, updateMasterAccessControlEntry, updateMasterAccessControlEntry, updateMasterRegistrationControlEntry, updateMasterRegistrationControlEntry, updateMediatorAccessControlEntry, updateMediatorAccessControlEntry, updateMediatorRegistrationControlEntry, updateMediatorRegistrationControlEntry, updateOwnerAccessControlEntry, updateOwnerAccessControlEntry, updateOwnerRegistrationControlEntry, updateOwnerRegistrationControlEntry
-
Methods inherited from interface joynr.infrastructure.AccessControlListEditorStatelessAsync
removeMasterAccessControlEntry, removeMasterRegistrationControlEntry, removeMediatorAccessControlEntry, removeMediatorRegistrationControlEntry, removeOwnerAccessControlEntry, removeOwnerRegistrationControlEntry, updateMasterAccessControlEntry, updateMasterRegistrationControlEntry, updateMediatorAccessControlEntry, updateMediatorRegistrationControlEntry, updateOwnerAccessControlEntry, updateOwnerRegistrationControlEntry
-
Methods inherited from interface joynr.infrastructure.AccessControlListEditorSync
removeMasterAccessControlEntry, removeMasterAccessControlEntry, removeMasterRegistrationControlEntry, removeMasterRegistrationControlEntry, removeMediatorAccessControlEntry, removeMediatorAccessControlEntry, removeMediatorRegistrationControlEntry, removeMediatorRegistrationControlEntry, removeOwnerAccessControlEntry, removeOwnerAccessControlEntry, removeOwnerRegistrationControlEntry, removeOwnerRegistrationControlEntry, updateMasterAccessControlEntry, updateMasterAccessControlEntry, updateMasterRegistrationControlEntry, updateMasterRegistrationControlEntry, updateMediatorAccessControlEntry, updateMediatorAccessControlEntry, updateMediatorRegistrationControlEntry, updateMediatorRegistrationControlEntry, updateOwnerAccessControlEntry, updateOwnerAccessControlEntry, updateOwnerRegistrationControlEntry, updateOwnerRegistrationControlEntry
-
-
-
-
Field Detail
-
INTERFACE_NAME
static final String INTERFACE_NAME
- See Also:
- Constant Field Values
-
-