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
ConstructorsConstructorDescriptionAbstractConnectionFactoryManagerPropertySource
(T resolver, PropertySource.PropertyDomain domain, Properties props) Creates a new search dn resolver property source. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initializes the object for this property source.Methods inherited from class org.ldaptive.props.AbstractPropertySource
initializeObject, loadProperties, loadProperties
-
Constructor Details
-
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 Details
-
initialize
public void initialize()Description copied from interface:PropertySource
Initializes the object for this property source.
-