Package org.ldaptive.props
Class SearchDnResolverPropertySource
- java.lang.Object
-
- org.ldaptive.props.AbstractPropertySource<T>
-
- org.ldaptive.props.AbstractConnectionFactoryManagerPropertySource<SearchDnResolver>
-
- org.ldaptive.props.SearchDnResolverPropertySource
-
- All Implemented Interfaces:
PropertySource<SearchDnResolver>
public final class SearchDnResolverPropertySource extends AbstractConnectionFactoryManagerPropertySource<SearchDnResolver>
Reads properties specific toSearchDnResolver
and returns an initialized object of that type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ldaptive.props.PropertySource
PropertySource.PropertyDomain
-
-
Field Summary
Fields Modifier and Type Field Description private static SearchOperationFactoryPropertyInvoker
INVOKER
Invoker for search dn resolver.-
Fields inherited from class org.ldaptive.props.AbstractPropertySource
extraProps, logger, object, properties, PROPERTIES_FILE, propertiesDomain
-
-
Constructor Summary
Constructors Constructor Description SearchDnResolverPropertySource(SearchDnResolver resolver)
Creates a new search dn resolver property source using the default properties file.SearchDnResolverPropertySource(SearchDnResolver resolver, Reader... readers)
Creates a new search dn resolver property source.SearchDnResolverPropertySource(SearchDnResolver resolver, String... paths)
Creates a new search dn resolver property source.SearchDnResolverPropertySource(SearchDnResolver resolver, Properties props)
Creates a new search dn resolver property source.SearchDnResolverPropertySource(SearchDnResolver resolver, PropertySource.PropertyDomain domain, Properties props)
Creates a new search dn resolver property source.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Set<String>
getProperties()
Returns the property names for this property source.void
initialize()
Initializes the object for this property source.-
Methods inherited from class org.ldaptive.props.AbstractPropertySource
initializeObject, loadProperties, loadProperties
-
-
-
-
Field Detail
-
INVOKER
private static final SearchOperationFactoryPropertyInvoker INVOKER
Invoker for search dn resolver.
-
-
Constructor Detail
-
SearchDnResolverPropertySource
public SearchDnResolverPropertySource(SearchDnResolver resolver)
Creates a new search dn resolver property source using the default properties file.- Parameters:
resolver
- search dn resolver to invoke properties on
-
SearchDnResolverPropertySource
public SearchDnResolverPropertySource(SearchDnResolver resolver, String... paths)
Creates a new search dn resolver property source.- Parameters:
resolver
- search dn resolver to invoke properties onpaths
- to read properties from
-
SearchDnResolverPropertySource
public SearchDnResolverPropertySource(SearchDnResolver resolver, Reader... readers)
Creates a new search dn resolver property source.- Parameters:
resolver
- search dn resolver to invoke properties onreaders
- to read properties from
-
SearchDnResolverPropertySource
public SearchDnResolverPropertySource(SearchDnResolver resolver, Properties props)
Creates a new search dn resolver property source.- Parameters:
resolver
- search dn resolver to invoke properties onprops
- to read properties from
-
SearchDnResolverPropertySource
public SearchDnResolverPropertySource(SearchDnResolver resolver, PropertySource.PropertyDomain domain, Properties props)
Creates a new search dn resolver property source.- Parameters:
resolver
- search dn resolver to invoke properties ondomain
- that properties are inprops
- to read properties from
-
-
Method Detail
-
initialize
public void initialize()
Description copied from interface:PropertySource
Initializes the object for this property source.- Specified by:
initialize
in interfacePropertySource<SearchDnResolver>
- Overrides:
initialize
in classAbstractConnectionFactoryManagerPropertySource<SearchDnResolver>
-
-