Package com.iplanet.am.util
Class AdminUtils
java.lang.Object
com.iplanet.am.util.AdminUtils
This class contains methods to retrieve Top Level Administrator information.
The information comes from the server configuration file
(
serverconfig.xml
).-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the DN of the Top Level Administrator.static byte[]
Returns the password of the Top Level Administrator.static void
-
Constructor Details
-
AdminUtils
public AdminUtils()
-
-
Method Details
-
initialize
public static void initialize() -
getAdminDN
Returns the DN of the Top Level Administrator.- Returns:
- The DN of the Top Level Administrator; null if the Top Level Administrator is not defined in the server configuration file.
-
getAdminPassword
public static byte[] getAdminPassword()Returns the password of the Top Level Administrator.- Returns:
- The password of the Top Level Administrator; null if the Top Level Administrator is not defined in the server configuration file.
-