public class StatusReplicationUserData extends ReplicationUserData
| Constructor and Description |
|---|
StatusReplicationUserData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
Returns the host name of the server.
|
int |
getPort()
Returns the port of the server.
|
boolean |
isScriptFriendly()
Whether we must display information in a script-friendly mode or not.
|
void |
setHostName(String hostName)
Sets the host name of the server.
|
void |
setPort(int port)
Sets the port of the server.
|
void |
setScriptFriendly(boolean scriptFriendly)
Sets whether we must display information in a script-friendly mode or not.
|
getAdminPwd, getAdminUid, getBaseDNs, setAdminPwd, setAdminUid, setBaseDNspublic StatusReplicationUserData()
public boolean isScriptFriendly()
true if we must display the information in a
script-friendly mode and false otherwise.public void setScriptFriendly(boolean scriptFriendly)
scriptFriendly - whether we must display information in a
script-friendly mode or not.public String getHostName()
public void setHostName(String hostName)
hostName - the host name of the server.public int getPort()
public void setPort(int port)
port - the port of the server.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.