public class ServerConfigMgr extends Object
ServiceConfigMgr
provides interfaces to set the
directory server information such as hostname, port number, admin DN and
password, and proxy user DN and password.Constructor and Description |
---|
ServerConfigMgr()
Constructor that get the serverconfig.xml file and gets the XML document.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
save()
Stores the directory server configuration information to the file system.
|
void |
setAdminUserPassword(String oldPassword,
String newPassword)
Sets the admin user's password.
|
protected void |
setProxyUserPassword(String oldPassword,
String newPassword)
Sets the proxy user's password.
|
public static void main(String[] args)
public void setAdminUserPassword(String oldPassword, String newPassword) throws Exception
Exception
protected void setProxyUserPassword(String oldPassword, String newPassword) throws Exception
Exception
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.