Package ome.services.blitz.impl
Class AdminI
- java.lang.Object
-
- ome.services.blitz.impl.AbstractAmdServant
-
- ome.services.blitz.impl.AdminI
-
- All Implemented Interfaces:
_IAdminOperations,_ServiceInterfaceOperations,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class AdminI extends AbstractAmdServant implements _IAdminOperations
Implementation of theIAdminservice.- Since:
- 3.0-Beta4
- See Also:
IAdmin
-
-
Constructor Summary
Constructors Constructor Description AdminI(ome.api.IAdmin service, BlitzExecutor be)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGroupOwners_async(AMD_IAdmin_addGroupOwners __cb, ExperimenterGroup group, java.util.List<Experimenter> owners, Ice.Current __current)Adds the given users to the owner list for this group.voidaddGroups_async(AMD_IAdmin_addGroups __cb, Experimenter user, java.util.List<ExperimenterGroup> groups, Ice.Current __current)Adds a user to the given groups.voidcanUpdate_async(AMD_IAdmin_canUpdate __cb, IObject obj, Ice.Current __current)Returns true if the currently logged in user can modify the givenIObject.voidchangeExpiredCredentials_async(AMD_IAdmin_changeExpiredCredentials __cb, java.lang.String name, java.lang.String oldCred, java.lang.String newCred, Ice.Current __current)Used after anExpiredCredentialExceptioninstance is thrown.voidchangeGroup_async(AMD_IAdmin_changeGroup __cb, IObject obj, java.lang.String omeName, Ice.Current __current)voidchangeOwner_async(AMD_IAdmin_changeOwner __cb, IObject obj, java.lang.String omeName, Ice.Current __current)voidchangePassword_async(AMD_IAdmin_changePassword __cb, RString newPassword, Ice.Current __current)Changes the password for the current user.voidchangePasswordWithOldPassword_async(AMD_IAdmin_changePasswordWithOldPassword __cb, RString oldPassword, RString newPassword, Ice.Current __current)Changes the password for the current user by passing the old password.voidchangePermissions_async(AMD_IAdmin_changePermissions __cb, IObject obj, Permissions perms, Ice.Current __current)voidchangeUserPassword_async(AMD_IAdmin_changeUserPassword __cb, java.lang.String omeName, RString newPassword, Ice.Current __current)Changes the password for the a given user.voidcontainedExperimenters_async(AMD_IAdmin_containedExperimenters __cb, long groupId, Ice.Current __current)Fetches allExperimenterusers contained in this group.voidcontainedGroups_async(AMD_IAdmin_containedGroups __cb, long experimenterId, Ice.Current __current)Fetches allExperimenterGroupgroups of which the given user is a member.voidcreateExperimenter_async(AMD_IAdmin_createExperimenter __cb, Experimenter user, ExperimenterGroup defaultGroup, java.util.List<ExperimenterGroup> groups, Ice.Current __current)Creates and returns a new user in the given groups.voidcreateExperimenterWithPassword_async(AMD_IAdmin_createExperimenterWithPassword __cb, Experimenter user, RString password, ExperimenterGroup defaultGroup, java.util.List<ExperimenterGroup> groups, Ice.Current __current)Creates and returns a new user in the given groups with password.voidcreateGroup_async(AMD_IAdmin_createGroup __cb, ExperimenterGroup group, Ice.Current __current)Creates and returns a new group.voidcreateRestrictedSystemUser_async(AMD_IAdmin_createRestrictedSystemUser __cb, Experimenter experimenter, java.util.List<AdminPrivilege> privileges, Ice.Current __current)Creates and returns a new system user.voidcreateRestrictedSystemUserWithPassword_async(AMD_IAdmin_createRestrictedSystemUserWithPassword __cb, Experimenter experimenter, java.util.List<AdminPrivilege> privileges, RString password, Ice.Current __current)Creates and returns a new system user.voidcreateSystemUser_async(AMD_IAdmin_createSystemUser __cb, Experimenter experimenter, Ice.Current __current)Creates and returns a new system user.voidcreateUser_async(AMD_IAdmin_createUser __cb, Experimenter experimenter, java.lang.String group, Ice.Current __current)Creates and returns a new user.voiddeleteExperimenter_async(AMD_IAdmin_deleteExperimenter __cb, Experimenter user, Ice.Current __current)Removes a user by removing the password information for that user as well as allGroupExperimenterMapinstances.voiddeleteGroup_async(AMD_IAdmin_deleteGroup __cb, ExperimenterGroup group, Ice.Current __current)Removes a group by first removing all users in the group, and then deleting the actualExperimenterGroupinstance.voidgetAdminPrivileges_async(AMD_IAdmin_getAdminPrivileges __cb, Experimenter user, Ice.Current __current)Gets the light administrator privileges for the given user.voidgetAdminsWithPrivileges_async(AMD_IAdmin_getAdminsWithPrivileges __cb, java.util.List<AdminPrivilege> privileges, Ice.Current __current)Gets the administrators who have all the given privileges.voidgetCurrentAdminPrivileges_async(AMD_IAdmin_getCurrentAdminPrivileges __cb, Ice.Current __current)Gets the light administrator privileges for the current user.voidgetDefaultGroup_async(AMD_IAdmin_getDefaultGroup __cb, long experimenterId, Ice.Current __current)Retrieves the defaultExperimenterGroupgroup for the given user id.voidgetEventContext_async(AMD_IAdmin_getEventContext __cb, Ice.Current __current)Returns an implementation ofEventContextloaded with the security for the current user and thread.voidgetExperimenter_async(AMD_IAdmin_getExperimenter __cb, long id, Ice.Current __current)Fetches anExperimenterand all relatedExperimenterGroup.voidgetGroup_async(AMD_IAdmin_getGroup __cb, long id, Ice.Current __current)Fetches anExperimenterGroupand all containedExperimenterusers.voidgetLeaderOfGroupIds_async(AMD_IAdmin_getLeaderOfGroupIds __cb, Experimenter exp, Ice.Current __current)Finds the ids for all groups for which the givenExperimenteris owner/leader.voidgetMemberOfGroupIds_async(AMD_IAdmin_getMemberOfGroupIds __cb, Experimenter exp, Ice.Current __current)Finds the ids for all groups for which the givenExperimenteris a member.voidgetMyUserPhotos_async(AMD_IAdmin_getMyUserPhotos __cb, Ice.Current __current)Retrieves theOriginalFileobject attached to this user as specified byuploadMyUserPhoto.voidgetSecurityRoles_async(AMD_IAdmin_getSecurityRoles __cb, Ice.Current __current)Returns the activeRolesin use by the server.voidlookupExperimenter_async(AMD_IAdmin_lookupExperimenter __cb, java.lang.String name, Ice.Current __current)Looks up anExperimenterand all relatedExperimenterGroupby name.voidlookupExperimenters_async(AMD_IAdmin_lookupExperimenters __cb, Ice.Current __current)Looks up allExperimenterexperimenters present and all relatedExperimenterGroupgroups.voidlookupGroup_async(AMD_IAdmin_lookupGroup __cb, java.lang.String name, Ice.Current __current)Looks up anExperimenterGroupand all containedExperimenterusers by name.voidlookupGroups_async(AMD_IAdmin_lookupGroups __cb, Ice.Current __current)Looks up allExperimenterGroupgroups present and all relatedExperimenterexperimenters.voidlookupLdapAuthExperimenter_async(AMD_IAdmin_lookupLdapAuthExperimenter __cb, long id, Ice.Current __current)Looks upExperimenterexperimenters who use LDAP authentication (has set dn on password table).voidlookupLdapAuthExperimenters_async(AMD_IAdmin_lookupLdapAuthExperimenters __cb, Ice.Current __current)Looks up all ids ofExperimenterexperimenters who use LDAP authentication (has set dn on password table).voidmoveToCommonSpace_async(AMD_IAdmin_moveToCommonSpace __cb, java.util.List<IObject> objects, Ice.Current __current)Moves the given objects into the user group to make them visible and linkable from all security contexts.voidremoveGroupOwners_async(AMD_IAdmin_removeGroupOwners __cb, ExperimenterGroup group, java.util.List<Experimenter> owners, Ice.Current __current)removes the given users from the owner list for this group.voidremoveGroups_async(AMD_IAdmin_removeGroups __cb, Experimenter user, java.util.List<ExperimenterGroup> groups, Ice.Current __current)Removes an experimenter from the given groups.voidreportForgottenPassword_async(AMD_IAdmin_reportForgottenPassword __cb, java.lang.String name, java.lang.String email, Ice.Current __current)voidsetAdminPrivileges_async(AMD_IAdmin_setAdminPrivileges __cb, Experimenter user, java.util.List<AdminPrivilege> privileges, Ice.Current __current)Sets the set of light administrator privileges for the given user.voidsetDefaultGroup_async(AMD_IAdmin_setDefaultGroup __cb, Experimenter user, ExperimenterGroup group, Ice.Current __current)Sets the default group for a given user.voidsetGroupOwner_async(AMD_IAdmin_setGroupOwner __cb, ExperimenterGroup group, Experimenter owner, Ice.Current __current)Adds the user to the owner list for this group.voidsynchronizeLoginCache_async(AMD_IAdmin_synchronizeLoginCache __cb, Ice.Current __current)Uses JMX to refresh the login cache if supported.voidunsetGroupOwner_async(AMD_IAdmin_unsetGroupOwner __cb, ExperimenterGroup group, Experimenter owner, Ice.Current __current)Removes the user from the owner list for this group.voidupdateExperimenter_async(AMD_IAdmin_updateExperimenter __cb, Experimenter experimenter, Ice.Current __current)Updates an experimenter if admin or owner of group.voidupdateExperimenterWithPassword_async(AMD_IAdmin_updateExperimenterWithPassword __cb, Experimenter experimenter, RString password, Ice.Current __current)Updates an experimenter if admin or owner of group.voidupdateGroup_async(AMD_IAdmin_updateGroup __cb, ExperimenterGroup group, Ice.Current __current)Updates an experimenter group if admin or owner of group.voidupdateSelf_async(AMD_IAdmin_updateSelf __cb, Experimenter experimenter, Ice.Current __current)Allows a user to update his/her own information.voiduploadMyUserPhoto_async(AMD_IAdmin_uploadMyUserPhoto __cb, java.lang.String filename, java.lang.String format, byte[] data, Ice.Current __current)Uploads a photo for the user which will be displayed on his/her profile.-
Methods inherited from class ome.services.blitz.impl.AbstractAmdServant
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
-
-
-
-
Constructor Detail
-
AdminI
public AdminI(ome.api.IAdmin service, BlitzExecutor be)
-
-
Method Detail
-
addGroups_async
public void addGroups_async(AMD_IAdmin_addGroups __cb, Experimenter user, java.util.List<ExperimenterGroup> groups, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsAdds a user to the given groups.- Specified by:
addGroups_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.user- A currently managed entity. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
canUpdate_async
public void canUpdate_async(AMD_IAdmin_canUpdate __cb, IObject obj, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsReturns true if the currently logged in user can modify the givenIObject. This uses the same logic that would be applied during a Hibernate flush to the database.- Specified by:
canUpdate_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
changeExpiredCredentials_async
public void changeExpiredCredentials_async(AMD_IAdmin_changeExpiredCredentials __cb, java.lang.String name, java.lang.String oldCred, java.lang.String newCred, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsUsed after anExpiredCredentialExceptioninstance is thrown.- Specified by:
changeExpiredCredentials_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
changeGroup_async
public void changeGroup_async(AMD_IAdmin_changeGroup __cb, IObject obj, java.lang.String omeName, Ice.Current __current) throws ServerError
- Specified by:
changeGroup_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
changeOwner_async
public void changeOwner_async(AMD_IAdmin_changeOwner __cb, IObject obj, java.lang.String omeName, Ice.Current __current) throws ServerError
- Specified by:
changeOwner_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
changePassword_async
public void changePassword_async(AMD_IAdmin_changePassword __cb, RString newPassword, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsChanges the password for the current user.Warning:This method requires the user to be authenticated with a password and not with a one-time session id. To avoid this problem, use
See also ticket 911 and ticket 3201changePasswordWithOldPassword.- Specified by:
changePassword_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.newPassword- Possibly null to allow logging in with no password.__current- The Current object for the invocation.- Throws:
ServerError
-
changePasswordWithOldPassword_async
public void changePasswordWithOldPassword_async(AMD_IAdmin_changePasswordWithOldPassword __cb, RString oldPassword, RString newPassword, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsChanges the password for the current user by passing the old password.- Specified by:
changePasswordWithOldPassword_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.oldPassword- Not-null. Must pass validation in the security sub-system.newPassword- Possibly null to allow logging in with no password.__current- The Current object for the invocation.- Throws:
ServerError
-
changePermissions_async
public void changePermissions_async(AMD_IAdmin_changePermissions __cb, IObject obj, Permissions perms, Ice.Current __current) throws ServerError
- Specified by:
changePermissions_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
changeUserPassword_async
public void changeUserPassword_async(AMD_IAdmin_changeUserPassword __cb, java.lang.String omeName, RString newPassword, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsChanges the password for the a given user.- Specified by:
changeUserPassword_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.newPassword- Not-null. Might must pass validation in the security sub-system.__current- The Current object for the invocation.- Throws:
ServerError
-
containedExperimenters_async
public void containedExperimenters_async(AMD_IAdmin_containedExperimenters __cb, long groupId, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsFetches allExperimenterusers contained in this group. The returned users will have all fields filled in and all collections unloaded.- Specified by:
containedExperimenters_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.groupId- id of the ExperimenterGroup__current- The Current object for the invocation.- Throws:
ServerError
-
containedGroups_async
public void containedGroups_async(AMD_IAdmin_containedGroups __cb, long experimenterId, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsFetches allExperimenterGroupgroups of which the given user is a member. The returned groups will have all fields filled in and all collections unloaded.- Specified by:
containedGroups_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.experimenterId- id of the Experimenter. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
createExperimenter_async
public void createExperimenter_async(AMD_IAdmin_createExperimenter __cb, Experimenter user, ExperimenterGroup defaultGroup, java.util.List<ExperimenterGroup> groups, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsCreates and returns a new user in the given groups.- Specified by:
createExperimenter_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.user- A newExperimenterinstance. Not null.defaultGroup- Instance ofExperimenterGroup. Not null.groups- Array ofExperimenterGroupinstances. Can be null.__current- The Current object for the invocation.- Throws:
ServerError
-
createExperimenterWithPassword_async
public void createExperimenterWithPassword_async(AMD_IAdmin_createExperimenterWithPassword __cb, Experimenter user, RString password, ExperimenterGroup defaultGroup, java.util.List<ExperimenterGroup> groups, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsCreates and returns a new user in the given groups with password.- Specified by:
createExperimenterWithPassword_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.user- A newExperimenterinstance. Not null.password- Not-null. Must pass validation in the security sub-system.defaultGroup- Instance ofExperimenterGroup. Not null.groups- Array ofExperimenterGroupinstances. Can be null.__current- The Current object for the invocation.- Throws:
ServerError
-
createGroup_async
public void createGroup_async(AMD_IAdmin_createGroup __cb, ExperimenterGroup group, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsCreates and returns a new group. Theomero.model.Details.setPermissionsmethod should be called on the instance which is passed. The givenPermissionswill become the default for all objects created while logged into this group, possibly modified by the user's umask settings. If no permissions is set, the default will beomero.model.Permissions.USER_PRIVATE, i.e. a group in which no user can see the other group member's data. See also ticket 1434- Specified by:
createGroup_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.group- a newExperimenterGroupinstance. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
createSystemUser_async
public void createSystemUser_async(AMD_IAdmin_createSystemUser __cb, Experimenter experimenter, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsCreates and returns a new system user. This user will be created with the System (administration) group as default and will also be in the user group.- Specified by:
createSystemUser_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.experimenter- a newExperimenterinstance__current- The Current object for the invocation.- Throws:
ServerError
-
createRestrictedSystemUser_async
public void createRestrictedSystemUser_async(AMD_IAdmin_createRestrictedSystemUser __cb, Experimenter experimenter, java.util.List<AdminPrivilege> privileges, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsCreates and returns a new system user. This user will be created with the System (administration) group as default and will also be in the user group. Their light administrator privileges will be set as given.- Specified by:
createRestrictedSystemUser_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.experimenter- a newExperimenterinstanceprivileges- the privileges to set for the user__current- The Current object for the invocation.- Throws:
ServerError
-
createRestrictedSystemUserWithPassword_async
public void createRestrictedSystemUserWithPassword_async(AMD_IAdmin_createRestrictedSystemUserWithPassword __cb, Experimenter experimenter, java.util.List<AdminPrivilege> privileges, RString password, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsCreates and returns a new system user. This user will be created with the System (administration) group as default and will also be in the user group. Their light administrator privileges and password will be set as given.- Specified by:
createRestrictedSystemUserWithPassword_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.experimenter- a newExperimenterinstanceprivileges- the privileges to set for the user__current- The Current object for the invocation.- Throws:
ServerError
-
createUser_async
public void createUser_async(AMD_IAdmin_createUser __cb, Experimenter experimenter, java.lang.String group, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsCreates and returns a new user. This user will be created with the default group specified.- Specified by:
createUser_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.experimenter- a newExperimenterinstancegroup- group name of the default group for this user__current- The Current object for the invocation.- Throws:
ServerError
-
deleteExperimenter_async
public void deleteExperimenter_async(AMD_IAdmin_deleteExperimenter __cb, Experimenter user, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsRemoves a user by removing the password information for that user as well as allGroupExperimenterMapinstances.- Specified by:
deleteExperimenter_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.user- Experimenter to be deleted. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
deleteGroup_async
public void deleteGroup_async(AMD_IAdmin_deleteGroup __cb, ExperimenterGroup group, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsRemoves a group by first removing all users in the group, and then deleting the actualExperimenterGroupinstance.- Specified by:
deleteGroup_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.group-ExperimenterGroupto be deleted. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
getDefaultGroup_async
public void getDefaultGroup_async(AMD_IAdmin_getDefaultGroup __cb, long experimenterId, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsRetrieves the defaultExperimenterGroupgroup for the given user id.- Specified by:
getDefaultGroup_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.experimenterId- of the Experimenter. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
getEventContext_async
public void getEventContext_async(AMD_IAdmin_getEventContext __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsReturns an implementation ofEventContextloaded with the security for the current user and thread. If called remotely, not all values ofEventContextwill be sensible.- Specified by:
getEventContext_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
getExperimenter_async
public void getExperimenter_async(AMD_IAdmin_getExperimenter __cb, long id, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsFetches anExperimenterand all relatedExperimenterGroup.- Specified by:
getExperimenter_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.id- id of the Experimenter__current- The Current object for the invocation.- Throws:
ServerError
-
getGroup_async
public void getGroup_async(AMD_IAdmin_getGroup __cb, long id, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsFetches anExperimenterGroupand all containedExperimenterusers.- Specified by:
getGroup_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.id- id of the ExperimenterGroup__current- The Current object for the invocation.- Throws:
ServerError
-
getSecurityRoles_async
public void getSecurityRoles_async(AMD_IAdmin_getSecurityRoles __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsReturns the activeRolesin use by the server.- Specified by:
getSecurityRoles_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
lookupExperimenter_async
public void lookupExperimenter_async(AMD_IAdmin_lookupExperimenter __cb, java.lang.String name, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsLooks up anExperimenterand all relatedExperimenterGroupby name.- Specified by:
lookupExperimenter_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.name- Name of the Experimenter__current- The Current object for the invocation.- Throws:
ServerError
-
lookupExperimenters_async
public void lookupExperimenters_async(AMD_IAdmin_lookupExperimenters __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsLooks up allExperimenterexperimenters present and all relatedExperimenterGroupgroups.- Specified by:
lookupExperimenters_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
lookupGroup_async
public void lookupGroup_async(AMD_IAdmin_lookupGroup __cb, java.lang.String name, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsLooks up anExperimenterGroupand all containedExperimenterusers by name.- Specified by:
lookupGroup_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.name- Name of the ExperimenterGroup__current- The Current object for the invocation.- Throws:
ServerError
-
lookupGroups_async
public void lookupGroups_async(AMD_IAdmin_lookupGroups __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsLooks up allExperimenterGroupgroups present and all relatedExperimenterexperimenters. The experimenter's groups are also loaded.- Specified by:
lookupGroups_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
lookupLdapAuthExperimenter_async
public void lookupLdapAuthExperimenter_async(AMD_IAdmin_lookupLdapAuthExperimenter __cb, long id, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsLooks upExperimenterexperimenters who use LDAP authentication (has set dn on password table).- Specified by:
lookupLdapAuthExperimenter_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.id- id of the Experimenter. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
lookupLdapAuthExperimenters_async
public void lookupLdapAuthExperimenters_async(AMD_IAdmin_lookupLdapAuthExperimenters __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsLooks up all ids ofExperimenterexperimenters who use LDAP authentication (has set dn on password table).- Specified by:
lookupLdapAuthExperimenters_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
removeGroups_async
public void removeGroups_async(AMD_IAdmin_removeGroups __cb, Experimenter user, java.util.List<ExperimenterGroup> groups, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsRemoves an experimenter from the given groups.- The root experimenter is required to be in both the user and system groups.
- An experimenter may not remove themselves from the user or system group.
- An experimenter may not be a member of only the user group, some other group is also required as the default group.
- An experimenter must remain a member of some group.
- Specified by:
removeGroups_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.user- A currently managed entity. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
reportForgottenPassword_async
public void reportForgottenPassword_async(AMD_IAdmin_reportForgottenPassword __cb, java.lang.String name, java.lang.String email, Ice.Current __current) throws ServerError
- Specified by:
reportForgottenPassword_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
setDefaultGroup_async
public void setDefaultGroup_async(AMD_IAdmin_setDefaultGroup __cb, Experimenter user, ExperimenterGroup group, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsSets the default group for a given user.- Specified by:
setDefaultGroup_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.user- A currently managedExperimenter. Not null.group- The group which should be set as default group for this user. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
setGroupOwner_async
public void setGroupOwner_async(AMD_IAdmin_setGroupOwner __cb, ExperimenterGroup group, Experimenter owner, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsAdds the user to the owner list for this group. Since Beta 4.2 multiple users can be the owner of a group.- Specified by:
setGroupOwner_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.group- A currently managedExperimenterGroup. Not null.owner- A currently managedExperimenter. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
unsetGroupOwner_async
public void unsetGroupOwner_async(AMD_IAdmin_unsetGroupOwner __cb, ExperimenterGroup group, Experimenter owner, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsRemoves the user from the owner list for this group. Since Beta 4.2 multiple users can be the owner of a group.- Specified by:
unsetGroupOwner_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.group- A currently managedExperimenterGroup. Not null.owner- A currently managedExperimenter. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
synchronizeLoginCache_async
public void synchronizeLoginCache_async(AMD_IAdmin_synchronizeLoginCache __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsUses JMX to refresh the login cache if supported. Some backends may not provide refreshing. This may be called internally during some other administrative tasks. The exact implementation of this depends on the application server and the authentication/authorization backend.- Specified by:
synchronizeLoginCache_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
updateExperimenter_async
public void updateExperimenter_async(AMD_IAdmin_updateExperimenter __cb, Experimenter experimenter, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsUpdates an experimenter if admin or owner of group. Only string fields on the object are taken into account. The root and guest experimenters may not be renamed. Before a SecurityViolation would be thrown, however, this method will pass to#updateSelfif the current user matches the given experimenter.- Specified by:
updateExperimenter_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.experimenter- the Experimenter to update.__current- The Current object for the invocation.- Throws:
ServerError
-
updateExperimenterWithPassword_async
public void updateExperimenterWithPassword_async(AMD_IAdmin_updateExperimenterWithPassword __cb, Experimenter experimenter, RString password, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsUpdates an experimenter if admin or owner of group. Only string fields on the object are taken into account. The root and guest experimenters may not be renamed.- Specified by:
updateExperimenterWithPassword_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.experimenter- the Experimenter to update.__current- The Current object for the invocation.- Throws:
ServerError
-
updateGroup_async
public void updateGroup_async(AMD_IAdmin_updateGroup __cb, ExperimenterGroup group, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsUpdates an experimenter group if admin or owner of group. Only string fields on the object are taken into account. The root, system and guest groups may not be renamed, nor may the user's current group.- Specified by:
updateGroup_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.group- the ExperimenterGroup to update.__current- The Current object for the invocation.- Throws:
ServerError
-
updateSelf_async
public void updateSelf_async(AMD_IAdmin_updateSelf __cb, Experimenter experimenter, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsAllows a user to update his/her own information. This is limited to the fields on Experimenter, all other fields (groups, etc.) are ignored. The experimenter argument need not have the proper id nor the proper omeName (which is immutable). To change the users default group (which is the only other customizable option), usesetDefaultGroup- Specified by:
updateSelf_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
addGroupOwners_async
public void addGroupOwners_async(AMD_IAdmin_addGroupOwners __cb, ExperimenterGroup group, java.util.List<Experimenter> owners, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsAdds the given users to the owner list for this group.- Specified by:
addGroupOwners_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.group- A currently managedExperimenterGroup. Not null.owners- A set of currently managedExperimenters. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
removeGroupOwners_async
public void removeGroupOwners_async(AMD_IAdmin_removeGroupOwners __cb, ExperimenterGroup group, java.util.List<Experimenter> owners, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsremoves the given users from the owner list for this group.- Specified by:
removeGroupOwners_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.group- A currently managedExperimenterGroup. Notowners- A set of currently managedExperimenters. Not null.__current- The Current object for the invocation.- Throws:
ServerError
-
getLeaderOfGroupIds_async
public void getLeaderOfGroupIds_async(AMD_IAdmin_getLeaderOfGroupIds __cb, Experimenter exp, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsFinds the ids for all groups for which the givenExperimenteris owner/leader.- Specified by:
getLeaderOfGroupIds_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.exp- Non-null, managed (i.e. with id)__current- The Current object for the invocation.- Throws:
ServerError
-
getMemberOfGroupIds_async
public void getMemberOfGroupIds_async(AMD_IAdmin_getMemberOfGroupIds __cb, Experimenter exp, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsFinds the ids for all groups for which the givenExperimenteris a member.- Specified by:
getMemberOfGroupIds_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.exp- Non-null, managed (i.e. with id)__current- The Current object for the invocation.- Throws:
ServerError
-
getMyUserPhotos_async
public void getMyUserPhotos_async(AMD_IAdmin_getMyUserPhotos __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsRetrieves theOriginalFileobject attached to this user as specified byuploadMyUserPhoto. The return value is order by the most recently modified file first.- Specified by:
getMyUserPhotos_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
uploadMyUserPhoto_async
public void uploadMyUserPhoto_async(AMD_IAdmin_uploadMyUserPhoto __cb, java.lang.String filename, java.lang.String format, byte[] data, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsUploads a photo for the user which will be displayed on his/her profile. This photo will be saved as anOriginalFileobject with the given format, and attached to the user'sExperimenterobject via anFileAnnotationwith the namespace: openmicroscopy.org/omero/experimenter/photo (NSEXPERIMENTERPHOTO). If such anOriginalFileinstance already exists, it will be overwritten. If more than one photo is present, the oldest version will be modified (i.e. the highest updateEvent id). Note: as outlined in ticket 1794 this photo will be placed in the user group and therefore will be visible to everyone on the system.- Specified by:
uploadMyUserPhoto_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.filename- Not null. String name which will be used.data- Not null. Data from the image. This will be written to disk.__current- The Current object for the invocation.- Throws:
ServerError
-
moveToCommonSpace_async
public void moveToCommonSpace_async(AMD_IAdmin_moveToCommonSpace __cb, java.util.List<IObject> objects, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsMoves the given objects into the user group to make them visible and linkable from all security contexts. See also ticket 1794- Specified by:
moveToCommonSpace_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
getCurrentAdminPrivileges_async
public void getCurrentAdminPrivileges_async(AMD_IAdmin_getCurrentAdminPrivileges __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsGets the light administrator privileges for the current user.- Specified by:
getCurrentAdminPrivileges_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.__current- The Current object for the invocation.- Throws:
ServerError
-
getAdminPrivileges_async
public void getAdminPrivileges_async(AMD_IAdmin_getAdminPrivileges __cb, Experimenter user, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsGets the light administrator privileges for the given user.- Specified by:
getAdminPrivileges_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.user- the user whose privileges are being queried__current- The Current object for the invocation.- Throws:
ServerError
-
getAdminsWithPrivileges_async
public void getAdminsWithPrivileges_async(AMD_IAdmin_getAdminsWithPrivileges __cb, java.util.List<AdminPrivilege> privileges, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsGets the administrators who have all the given privileges. Consistent with the results from "getAdminPrivileges".- Specified by:
getAdminsWithPrivileges_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.privileges- the required privileges__current- The Current object for the invocation.- Throws:
ServerError
-
setAdminPrivileges_async
public void setAdminPrivileges_async(AMD_IAdmin_setAdminPrivileges __cb, Experimenter user, java.util.List<AdminPrivilege> privileges, Ice.Current __current) throws ServerError
Description copied from interface:_IAdminOperationsSets the set of light administrator privileges for the given user.- Specified by:
setAdminPrivileges_asyncin interface_IAdminOperations- Parameters:
__cb- The callback object for the operation.user- the user whose privileges are to be set__current- The Current object for the invocation.- Throws:
ServerError
-
-