public abstract class ReplicationUserData extends Object
| Constructor and Description |
|---|
ReplicationUserData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBaseDN(org.forgerock.opendj.ldap.DN baseDN)
Adds the provided base DN to the base DNs to replicate if not already present.
|
String |
getAdminPwd()
Returns the Global Administrator password.
|
String |
getAdminUid()
Returns the Global Administrator UID.
|
List<org.forgerock.opendj.ldap.DN> |
getBaseDNs()
Returns the Base DNs to replicate.
|
void |
setAdminPwd(String adminPwd)
Sets the Global Administrator password.
|
void |
setAdminUid(String adminUid)
Sets the Global Administrator UID.
|
void |
setBaseDNs(List<org.forgerock.opendj.ldap.DN> baseDNs)
Sets the Base DNs to replicate.
|
String |
toString() |
public String getAdminPwd()
public void setAdminPwd(String adminPwd)
adminPwd - the Global Administrator password.public String getAdminUid()
public void setAdminUid(String adminUid)
adminUid - the Global Administrator UID.public List<org.forgerock.opendj.ldap.DN> getBaseDNs()
public void setBaseDNs(List<org.forgerock.opendj.ldap.DN> baseDNs)
baseDNs - the Base DNs to replicate.public void addBaseDN(org.forgerock.opendj.ldap.DN baseDN)
baseDN - the new base DN to replicate.Copyright © 2010-2020 Wren Security. All Rights Reserved.