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 |
removeBaseDNToSearch(String dn)
Removes a base DN fom the list of baseDNs to search.
|
boolean |
searchAllBaseDNs()
Tells whether this filter specifies to search for all the base DNs or not.
|
boolean |
searchBaseDNInformation()
Returns whether we must search for base DN information or not.
|
boolean |
searchMonitoringInformation()
Returns whether we must search for monitoring information or not.
|
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 boolean searchBaseDNInformation()
true
if we must search base DN information and
false
otherwise.public void setSearchBaseDNInformation(boolean searchBaseDNInformation)
searchBaseDNInformation
- whether we must search for base DN
information or not.public boolean searchMonitoringInformation()
true
if we must search monitoring information and
false
otherwise.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 void removeBaseDNToSearch(String dn)
dn
- the DN of the base DN to be removed.public Set<String> getBaseDNsToSearch()
public boolean searchAllBaseDNs()
true
if the filter specifies to search for all the
base DNs and false
otherwise.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.