org.apache.jetspeed.administration
Class AdminUtil

java.lang.Object
  extended by org.apache.jetspeed.administration.AdminUtil

public class AdminUtil
extends Object

Helper for admininstration

Version:
$Id: $
Author:
David Sean Taylor, Chris Schaefer

Field Summary
protected static char[] PASS_CHARS
          the list of characters from which a password can be generatored.
 
Constructor Summary
AdminUtil()
           
 
Method Summary
protected  String concatenatePaths(String base, String path)
           
 String generatePassword()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PASS_CHARS

protected static final char[] PASS_CHARS
the list of characters from which a password can be generatored.

Constructor Detail

AdminUtil

public AdminUtil()
Method Detail

generatePassword

public String generatePassword()

concatenatePaths

protected String concatenatePaths(String base,
                                  String path)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.