Interface SearchSettings
- 
- All Known Implementing Classes:
 GroupPropertiesSearchSettings,SearchPropertiesSearchSettings
public interface SearchSettingsContract to provide settings to search LDAP.- Since:
 - 1.0
 - Author:
 - James Kleeh
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]getArguments()java.lang.String[]getAttributes()A null value indicates all attributes should be returned.java.lang.StringgetBase()java.lang.StringgetFilter()booleanisSubtree() 
 - 
 
- 
- 
Method Detail
- 
isSubtree
boolean isSubtree()
- Returns:
 - True if the subtree should be searched
 
 
- 
getBase
java.lang.String getBase()
- Returns:
 - The base DN to start the search
 
 
- 
getFilter
java.lang.String getFilter()
- Returns:
 - The search filter
 
 
- 
getArguments
java.lang.Object[] getArguments()
- Returns:
 - The search filter arguments
 
 
- 
getAttributes
java.lang.String[] getAttributes()
A null value indicates all attributes should be returned.- Returns:
 - Which attributes should be returned from the search
 
 
 - 
 
 -