パッケージ | 説明 |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
IAdmin.changePassword(java.lang.String newPassword)
change the password for the current user.
|
void |
IAdmin.changePasswordWithOldPassword(java.lang.String oldPassword,
java.lang.String newPassword)
change the password for the current user by passing the old password.
|
void |
IAdmin.changePasswordWithOldPassword(java.lang.String oldPassword,
java.lang.String newPassword)
change the password for the current user by passing the old password.
|
void |
IAdmin.changeUserPassword(java.lang.String omeName,
java.lang.String newPassword)
change the password for the a given user.
|
long |
IAdmin.createExperimenterWithPassword(ome.model.meta.Experimenter experimenter,
java.lang.String password,
ome.model.meta.ExperimenterGroup defaultGroup,
ome.model.meta.ExperimenterGroup... otherGroups)
create and return a new user in the given groups with password.
|
long |
IAdmin.createRestrictedSystemUserWithPassword(ome.model.meta.Experimenter newSystemUser,
java.util.List<ome.model.enums.AdminPrivilege> privileges,
java.lang.String password)
Create and return a new system user.
|
ome.model.meta.Session |
ISession.createSession(Principal principal,
java.lang.String credentials)
Creates a new session and returns it to the user.
|
void |
IAdmin.updateExperimenterWithPassword(ome.model.meta.Experimenter experimenter,
java.lang.String password)
Updates an experimenter if admin or owner of group.
|