| 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)orPasswordUtil.prepareSaltedPassword(Long, String)and passes the resulting
 value toSqlAction.setUserPassword(Long, String). | 
                
                
Version: 5.1.1-ice35-b43
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.