org.jasig.portal.security
Class Md5Passwd
java.lang.Object
org.jasig.portal.security.Md5Passwd
public class Md5Passwd
- extends Object
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.
- Version:
- $Revision: 19776 $
- Author:
- Andrew Newman, newman@yale.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Md5Passwd
public Md5Passwd(String user,
boolean create,
boolean lock)
throws IOException,
NoSuchAlgorithmException,
SQLException
- Throws:
IOException
NoSuchAlgorithmException
SQLException
main
public static void main(String[] args)
throws IOException,
NoSuchAlgorithmException,
SQLException
- Throws:
IOException
NoSuchAlgorithmException
SQLException
Copyright © 2010 Jasig. All Rights Reserved.