Class AdminUtils


  • @SupportedAll
    public class AdminUtils
    extends Object
    This class contains methods to retrieve Top Level Administrator information. The information comes from the server configuration file (serverconfig.xml).
    • Constructor Detail

      • AdminUtils

        public AdminUtils()
    • Method Detail

      • initialize

        public static void initialize()
      • getAdminDN

        public static String 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.