Class GroupPropertiesSearchSettings
java.lang.Object
io.micronaut.security.ldap.configuration.GroupPropertiesSearchSettings
- All Implemented Interfaces:
 SearchSettings
Implementation of 
SearchSettings that derives values from an
 instance of LdapConfiguration.GroupConfiguration.- Since:
 - 1.0
 - Author:
 - James Kleeh
 
- 
Method Details
- 
isSubtree
public boolean isSubtree()- Specified by:
 isSubtreein interfaceSearchSettings- Returns:
 - True if the subtree should be searched
 
 - 
getBase
- Specified by:
 getBasein interfaceSearchSettings- Returns:
 - The base DN to start the search
 
 - 
getFilter
- Specified by:
 getFilterin interfaceSearchSettings- Returns:
 - The search filter
 
 - 
getArguments
- Specified by:
 getArgumentsin interfaceSearchSettings- Returns:
 - The search filter arguments
 
 - 
getAttributes
Description copied from interface:SearchSettingsA null value indicates all attributes should be returned.- Specified by:
 getAttributesin interfaceSearchSettings- Returns:
 - Which attributes should be returned from the search
 
 
 -