Package | Description |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.services.sessions |
Modifier and Type | Method and Description |
---|---|
void |
IAdmin.changePassword(String newPassword)
change the password for the current user.
|
void |
IAdmin.changePasswordWithOldPassword(String oldPassword,
String newPassword)
change the password for the current user by passing the old password.
|
void |
IAdmin.changePasswordWithOldPassword(String oldPassword,
String newPassword)
change the password for the current user by passing the old password.
|
void |
IAdmin.changeUserPassword(String omeName,
String newPassword)
change the password for the a given user.
|
long |
IAdmin.createExperimenterWithPassword(Experimenter experimenter,
String password,
ExperimenterGroup defaultGroup,
ExperimenterGroup... otherGroups)
create and return a new user in the given groups with password.
|
Session |
ISession.createSession(Principal principal,
String credentials)
Creates a new session and returns it to the user.
|
void |
IAdmin.updateExperimenterWithPassword(Experimenter experimenter,
String password)
Updates an experimenter if admin or owner of group.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionBean.createSession(Principal principal,
String credentials) |
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.