public class TopologyCacheFilter extends Object
| Constructor and Description |
|---|
TopologyCacheFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBaseDNsToSearch(Collection<org.forgerock.opendj.ldap.DN> dns)
Adds all the base DNs we must search for.
|
void |
addBaseDNToSearch(org.forgerock.opendj.ldap.DN dn)
Adds one of the base DNs we must search for.
|
Set<org.forgerock.opendj.ldap.DN> |
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.
|
String |
toString() |
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(org.forgerock.opendj.ldap.DN dn)
dn - the base DN to look for.public void addBaseDNsToSearch(Collection<org.forgerock.opendj.ldap.DN> dns)
dns - the base DNs to look for.public Set<org.forgerock.opendj.ldap.DN> getBaseDNsToSearch()
Copyright © 2010-2020 Wren Security. All Rights Reserved.