public class TopologyCacheFilter extends Object
Constructor and Description |
---|
TopologyCacheFilter() |
Modifier and Type | Method and Description |
---|---|
TopologyCacheFilter |
addBaseDnsToSearch(Collection<Dn> dns)
Adds all the base DNs we must search for.
|
TopologyCacheFilter |
addBaseDnsToSearch(Dn... dns)
Adds all the base DNs we must search for.
|
Set<Dn> |
getBaseDnsToSearch()
Returns the list of base DNs that will be searched for.
|
TopologyCacheFilter |
setSearchBaseDnInformation(boolean searchBaseDnInformation)
Sets whether we must search for base DN information or not.
|
TopologyCacheFilter |
setSearchMonitoringInformation(boolean searchMonitoringInformation)
Sets whether we must search for monitoring information or not.
|
String |
toString() |
public TopologyCacheFilter setSearchBaseDnInformation(boolean searchBaseDnInformation)
searchBaseDnInformation
- whether we must search for base DN information or not.public TopologyCacheFilter setSearchMonitoringInformation(boolean searchMonitoringInformation)
searchMonitoringInformation
- whether we must search for monitoring information or not.public TopologyCacheFilter addBaseDnsToSearch(Dn... dns)
dns
- the base DNs to look for.public TopologyCacheFilter addBaseDnsToSearch(Collection<Dn> dns)
dns
- the base DNs to look for.public Set<Dn> getBaseDnsToSearch()
Copyright 2010-2018 ForgeRock AS.