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.
|
String |
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.
|
String |
getHostName()
Returns the host name of the server.
|
int |
getPort()
Returns the port of the server.
|
void |
setBindDn(String 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 |
setHostName(String hostName)
Sets the host name of the server.
|
void |
setPort(int port)
Sets the port of the server.
|
getAdminPwd, getAdminUid, getBaseDNs, setAdminPwd, setAdminUid, setBaseDNs
public DisableReplicationUserData()
public String getBindDn()
public void setBindDn(String 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 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-2016 ForgeRock AS. All Rights Reserved.