public class VerifyConfig extends Object
Constructor and Description |
---|
VerifyConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addCleanIndex(String index)
Add the name of an index to those indexes to be verified for cleanliness.
|
void |
addCompleteIndex(String index)
Add the name of an index to those indexes to be verified for completeness.
|
Dn |
getBaseDN()
Get the base DN to be verified.
|
List<String> |
getCleanList()
Get the names of indexes to be verified for cleanliness.
|
List<String> |
getCompleteList()
Get the names of indexes to be verified for completeness.
|
void |
setBaseDN(Dn baseDN)
Set the base DN to be verified.
|
public Dn getBaseDN()
public void setBaseDN(Dn baseDN)
baseDN
- The base DN to be verified.public List<String> getCompleteList()
public void addCompleteIndex(String index)
index
- The name of an index to be verified for completeness.public List<String> getCleanList()
public void addCleanIndex(String index)
index
- The name of an index to be verified for cleanliness.Copyright 2010-2022 ForgeRock AS.