Package omero.api
Interface IAdmin
-
- All Superinterfaces:
_IAdminOperations
,_IAdminOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
- All Known Implementing Classes:
_IAdminDisp
,_IAdminTie
public interface IAdmin extends Ice.Object, _IAdminOperations, _IAdminOperationsNC, ServiceInterface
Administration interface providing access to admin-only functionality as well as JMX-based server access and selected user functions. Most methods require membership in privilegedgroups
. Methods which returnExperimenter
orExperimenterGroup
instances fetch and load all related instances ofExperimenterGroup
orExperimenter
, respectively.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._IAdminOperations
addGroupOwners_async, addGroups_async, canUpdate_async, changeExpiredCredentials_async, changeGroup_async, changeOwner_async, changePassword_async, changePasswordWithOldPassword_async, changePermissions_async, changeUserPassword_async, containedExperimenters_async, containedGroups_async, createExperimenter_async, createExperimenterWithPassword_async, createGroup_async, createRestrictedSystemUser_async, createRestrictedSystemUserWithPassword_async, createSystemUser_async, createUser_async, deleteExperimenter_async, deleteGroup_async, getAdminPrivileges_async, getAdminsWithPrivileges_async, getCurrentAdminPrivileges_async, getDefaultGroup_async, getEventContext_async, getExperimenter_async, getGroup_async, getLeaderOfGroupIds_async, getMemberOfGroupIds_async, getMyUserPhotos_async, getSecurityRoles_async, lookupExperimenter_async, lookupExperimenters_async, lookupGroup_async, lookupGroups_async, lookupLdapAuthExperimenter_async, lookupLdapAuthExperimenters_async, moveToCommonSpace_async, removeGroupOwners_async, removeGroups_async, reportForgottenPassword_async, setAdminPrivileges_async, setDefaultGroup_async, setGroupOwner_async, synchronizeLoginCache_async, unsetGroupOwner_async, updateExperimenter_async, updateExperimenterWithPassword_async, updateGroup_async, updateSelf_async, uploadMyUserPhoto_async
-
Methods inherited from interface omero.api._IAdminOperationsNC
addGroupOwners_async, addGroups_async, canUpdate_async, changeExpiredCredentials_async, changeGroup_async, changeOwner_async, changePassword_async, changePasswordWithOldPassword_async, changePermissions_async, changeUserPassword_async, containedExperimenters_async, containedGroups_async, createExperimenter_async, createExperimenterWithPassword_async, createGroup_async, createRestrictedSystemUser_async, createRestrictedSystemUserWithPassword_async, createSystemUser_async, createUser_async, deleteExperimenter_async, deleteGroup_async, getAdminPrivileges_async, getAdminsWithPrivileges_async, getCurrentAdminPrivileges_async, getDefaultGroup_async, getEventContext_async, getExperimenter_async, getGroup_async, getLeaderOfGroupIds_async, getMemberOfGroupIds_async, getMyUserPhotos_async, getSecurityRoles_async, lookupExperimenter_async, lookupExperimenters_async, lookupGroup_async, lookupGroups_async, lookupLdapAuthExperimenter_async, lookupLdapAuthExperimenters_async, moveToCommonSpace_async, removeGroupOwners_async, removeGroups_async, reportForgottenPassword_async, setAdminPrivileges_async, setDefaultGroup_async, setGroupOwner_async, synchronizeLoginCache_async, unsetGroupOwner_async, updateExperimenter_async, updateExperimenterWithPassword_async, updateGroup_async, updateSelf_async, uploadMyUserPhoto_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-