com.iplanet.am.util
Class AdminUtils

java.lang.Object
  |
  +--com.iplanet.am.util.AdminUtils

public class AdminUtils
extends java.lang.Object

This class contains methods to retrieve TopLevelAdmin information. The information comes from the server configuration file (serverconfig.xml).


Constructor Summary
AdminUtils()
           
 
Method Summary
static java.lang.String getAdminDN()
          Returns the DN of the TopLevelAdmin.
static byte[] getAdminPassword()
          Returns the password of the TopLevelAdmin.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminUtils

public AdminUtils()
Method Detail

getAdminDN

public static java.lang.String getAdminDN()
Returns the DN of the TopLevelAdmin.
Returns:
The DN of the TopLevelAdmin; null if the TopLevelAdmin is not defined in the server configuration file

getAdminPassword

public static byte[] getAdminPassword()
Returns the password of the TopLevelAdmin.
Returns:
The password of the TopLevelAdmin; null if the TopLevelAdmin is not defined in the server configuration file