public class StatusReplicationUserData extends ReplicationUserData
| Constructor and Description |
|---|
StatusReplicationUserData() |
| Modifier and Type | Method and Description |
|---|---|
HostPort |
getHostPort()
Returns the host name and port of the server.
|
boolean |
isScriptFriendly()
Whether we must display information in a script-friendly mode or not.
|
void |
setHostPort(HostPort hostPort)
Sets the host name and port of the server.
|
void |
setScriptFriendly(boolean scriptFriendly)
Sets whether we must display information in a script-friendly mode or not.
|
addBaseDN, getAdminPwd, getAdminUid, getBaseDNs, setAdminPwd, setAdminUid, setBaseDNs, toStringpublic 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 HostPort getHostPort()
public void setHostPort(HostPort hostPort)
hostPort - the host name and port of the server.Copyright © 2010-2020 Wren Security. All Rights Reserved.