public abstract class ReplicationUserData extends Object
Constructor and Description |
---|
ReplicationUserData() |
Modifier and Type | Method and Description |
---|---|
void |
addBaseDN(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.
|
Set<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(Collection<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 Set<Dn> getBaseDNs()
public void setBaseDNs(Collection<Dn> baseDNs)
baseDNs
- the Base DNs to replicate.public void addBaseDN(Dn baseDN)
baseDN
- the new base DN to replicate.Copyright 2010-2020 ForgeRock AS.