Package | Description |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.services.sessions |
Modifier and Type | Method and Description |
---|---|
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(Experimenter experimenter,
java.lang.String password,
ExperimenterGroup defaultGroup,
ExperimenterGroup... otherGroups)
create and return a new user in the given groups with password.
|
long |
IAdmin.createRestrictedSystemUserWithPassword(Experimenter newSystemUser,
java.util.List<AdminPrivilege> privileges,
java.lang.String password)
Create and return a new system user.
|
Session |
ISession.createSession(Principal principal,
java.lang.String credentials)
Creates a new session and returns it to the user.
|
void |
IAdmin.updateExperimenterWithPassword(Experimenter experimenter,
java.lang.String password)
Updates an experimenter if admin or owner of group.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionBean.createSession(Principal principal,
java.lang.String credentials) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.