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 ClassesModifier and TypeInterfaceDescriptionstatic enumEnum to define the domain for properties. -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the object for this property source.
-
Method Details
-
initialize
void initialize()Initializes the object for this property source.
-