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 enum 
    Enum to define the domain for properties.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initializes the object for this property source.
  • Method Details

    • initialize

      void initialize()
      Initializes the object for this property source.