Package org.ldaptive.props
Class AbstractConnectionFactoryManagerPropertySource<T extends ConnectionFactoryManager>
- java.lang.Object
-
- org.ldaptive.props.AbstractPropertySource<T>
-
- org.ldaptive.props.AbstractConnectionFactoryManagerPropertySource<T>
-
- Type Parameters:
T
- type of connection factory manager
- All Implemented Interfaces:
PropertySource<T>
- Direct Known Subclasses:
CompareAuthenticationHandlerPropertySource
,SearchDnResolverPropertySource
,SearchEntryResolverPropertySource
,SearchRoleResolverPropertySource
,SimpleBindAuthenticationHandlerPropertySource
public abstract class AbstractConnectionFactoryManagerPropertySource<T extends ConnectionFactoryManager> extends AbstractPropertySource<T>
Property source for classes that contain a connection factory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ldaptive.props.PropertySource
PropertySource.PropertyDomain
-
-
Field Summary
-
Fields inherited from class org.ldaptive.props.AbstractPropertySource
extraProps, logger, object, properties, PROPERTIES_FILE, propertiesDomain
-
-
Constructor Summary
Constructors Constructor Description AbstractConnectionFactoryManagerPropertySource(T resolver, PropertySource.PropertyDomain domain, Properties props)
Creates a new search dn resolver property source.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize()
Initializes the object for this property source.-
Methods inherited from class org.ldaptive.props.AbstractPropertySource
initializeObject, loadProperties, loadProperties
-
-
-
-
Constructor Detail
-
AbstractConnectionFactoryManagerPropertySource
public AbstractConnectionFactoryManagerPropertySource(T 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.
-
-