uPortal 2.4.1
API Documentation

org.jasig.portal.security
Class md5passwd

java.lang.Object
  extended byorg.jasig.portal.security.md5passwd

public class md5passwd
extends java.lang.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: 1.18 $
Author:
Andrew Newman, newman@yale.edu

Constructor Summary
md5passwd(java.lang.String user, boolean create, boolean lock)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

md5passwd

public md5passwd(java.lang.String user,
                 boolean create,
                 boolean lock)
          throws java.io.IOException,
                 java.security.NoSuchAlgorithmException,
                 java.sql.SQLException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.security.NoSuchAlgorithmException,
                        java.sql.SQLException
Throws:
java.io.IOException
java.security.NoSuchAlgorithmException
java.sql.SQLException

uPortal 2.4.1
API Documentation