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