Package | Description |
---|---|
ome.security.auth |
Modifier and Type | Method and Description |
---|---|
static PasswordUtil.METHOD |
PasswordUtil.METHOD.valueOf(java.lang.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(java.lang.String user,
java.lang.String password,
PasswordUtil.METHOD method)
Actually perform the password change in the database and log the event against the user.
|
void |
PasswordUtil.changeUserPasswordById(java.lang.Long id,
java.lang.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.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.