public class DisableReplicationUserData extends ReplicationUserData
| Constructor and Description |
|---|
DisableReplicationUserData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
disableAll()
Tells whether the user wants to disable all the replication from the
server.
|
boolean |
disableReplicationServer()
Tells whether the user asked to disable the replication server in the
server.
|
org.forgerock.opendj.ldap.DN |
getBindDn()
Returns the bind DN to be used to connect to the server if no Administrator
has been defined.
|
String |
getBindPwd()
Returns the password to be used to connect to the server if no
Administrator has been defined.
|
HostPort |
getHostPort()
Returns the host name and port of the server.
|
void |
setBindDn(org.forgerock.opendj.ldap.DN bindDn)
Sets the bind DN to be used to connect to the server if no Administrator
has been defined.
|
void |
setBindPwd(String bindPwd)
Sets the password to be used to connect to the server if no Administrator
has been defined.
|
void |
setDisableAll(boolean disableAll)
Sets whether the user wants to disable all the replication from the
server.
|
void |
setDisableReplicationServer(boolean disableReplicationServer)
Sets whether the user asked to disable the replication server in the
server.
|
void |
setHostPort(HostPort hostPort)
Sets the host name and port of the server.
|
addBaseDN, getAdminPwd, getAdminUid, getBaseDNs, setAdminPwd, setAdminUid, setBaseDNs, toStringpublic org.forgerock.opendj.ldap.DN getBindDn()
public void setBindDn(org.forgerock.opendj.ldap.DN bindDn)
bindDn - the bind DN to be used.public String getBindPwd()
public void setBindPwd(String bindPwd)
bindPwd - the password to be used.public boolean disableAll()
true if the user wants to disable all replication
from the server and false otherwise.public void setDisableAll(boolean disableAll)
disableAll - whether the user wants to disable all the replication
from the server.public boolean disableReplicationServer()
true if the user wants to disable replication server
in the server and false otherwise.public void setDisableReplicationServer(boolean disableReplicationServer)
disableReplicationServer - whether the user asked to disable the
replication server in the server.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.