public class TopologyCacheFilter extends Object
Constructor and Description |
---|
TopologyCacheFilter() |
Modifier and Type | Method and Description |
---|---|
void |
addBaseDNToSearch(String dn)
Adds one of the base DNs we must search for.
|
Set<String> |
getBaseDNsToSearch()
Returns the list of base DNs that will be searched for.
|
void |
setSearchBaseDNInformation(boolean searchBaseDNInformation)
Sets whether we must search for base DN information or not.
|
void |
setSearchMonitoringInformation(boolean searchMonitoringInformation)
Sets whether we must search for monitoring information or not.
|
public TopologyCacheFilter()
public void setSearchBaseDNInformation(boolean searchBaseDNInformation)
searchBaseDNInformation
- whether we must search for base DN
information or not.public void setSearchMonitoringInformation(boolean searchMonitoringInformation)
searchMonitoringInformation
- whether we must search for monitoring
information or not.public void addBaseDNToSearch(String dn)
dn
- the DN of the base DN to look for.public Set<String> getBaseDNsToSearch()
Copyright 2010-2017 ForgeRock AS.