| java.lang.Object org.jasig.portal.security.Md5Passwd
Md5Passwd | public class Md5Passwd (Code) | | A utility class that demonstrates changing and locking md5 passwords in
the UP_PERSON_DIR table. The program accepts two optional flags -c
causes the user to be created if he/she doesn't exist. The -l
flag causes the specified user's account to be locked.
author: Andrew Newman, newman@yale.edu version: $Revision: 35498 $ |
Constructor Summary | |
public | Md5Passwd(String user, boolean create, boolean lock) |
Method Summary | |
public static void | main(String[] args) |
|
|