Package | Description |
---|---|
ome.security.auth |
Modifier and Type | Method and Description |
---|---|
static PasswordUtil.METHOD |
PasswordUtil.METHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordUtil.METHOD[] |
PasswordUtil.METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcPasswordProvider.changePassword(String user,
String password,
PasswordUtil.METHOD method)
Actually perform the password change in the database and log the event against the user.
|
void |
PasswordUtil.changeUserPasswordById(Long id,
String password,
PasswordUtil.METHOD meth)
Calls either
PasswordUtil.preparePassword(String) or
PasswordUtil.prepareSaltedPassword(Long, String) and passes the resulting
value to SqlAction.setUserPassword(Long, String) . |
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.