Package org.ldaptive.props
Interface PropertySource<T>
-
- Type Parameters:
T- type of object to invoke properties on
- All Known Implementing Classes:
AbstractConnectionFactoryManagerPropertySource,AbstractPropertySource,AuthenticationRequestPropertySource,AuthenticatorPropertySource,BeanGeneratorPropertySource,BindConnectionInitializerPropertySource,BlockingConnectionPoolPropertySource,CompareAuthenticationHandlerPropertySource,ConnectionConfigPropertySource,DefaultConnectionFactoryPropertySource,PooledConnectionFactoryPropertySource,SearchConnectionValidatorPropertySource,SearchDnResolverPropertySource,SearchEntryResolverPropertySource,SearchRequestPropertySource,SearchRoleResolverPropertySource,SimpleBindAuthenticationHandlerPropertySource,SimplePropertySource,SslConfigPropertySource
public interface PropertySource<T>Interface for property driven object initialization.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPropertySource.PropertyDomainEnum to define the domain for properties.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize()Initializes the object for this property source.
-