Interface SearchSettings
- All Known Implementing Classes:
 GroupPropertiesSearchSettings,SearchPropertiesSearchSettings
public interface SearchSettings
Contract to provide settings to search LDAP.
- Since:
 - 1.0
 - Author:
 - James Kleeh
 
- 
Method Details
- 
isSubtree
boolean isSubtree()- Returns:
 - True if the subtree should be searched
 
 - 
getBase
String getBase()- Returns:
 - The base DN to start the search
 
 - 
getFilter
String getFilter()- Returns:
 - The search filter
 
 - 
getArguments
Object[] getArguments()- Returns:
 - The search filter arguments
 
 - 
getAttributes
String[] getAttributes()A null value indicates all attributes should be returned.- Returns:
 - Which attributes should be returned from the search
 
 
 -