.. java:import:: java.math BigInteger .. java:import:: java.security MessageDigest .. java:import:: java.security NoSuchAlgorithmException .. java:import:: java.security SecureRandom .. java:import:: java.sql PreparedStatement .. java:import:: java.sql SQLException .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces SetPasswordImpl .. java:import:: org.caosdb.server.database.exceptions TransactionException .. java:import:: org.caosdb.server.utils Utils MySQLSetPassword ================ .. java:package:: org.caosdb.server.database.backend.implementation.MySQL :noindex: .. java:type:: public class MySQLSetPassword extends MySQLTransaction implements SetPasswordImpl Fields ------ algorithm ^^^^^^^^^ .. java:field:: public static final String algorithm :outertype: MySQLSetPassword Constructors ------------ MySQLSetPassword ^^^^^^^^^^^^^^^^ .. java:constructor:: public MySQLSetPassword(Access access) :outertype: MySQLSetPassword Methods ------- execute ^^^^^^^ .. java:method:: @Override public void execute(String name, String password) throws TransactionException :outertype: MySQLSetPassword