Package org.ldaptive

Interface ConnectionFactoryManager

All Known Implementing Classes:
AbstractAuthenticationHandler, AbstractSearchEntryResolver, AbstractSearchOperationFactory, AuthorizationIdentityEntryResolver, CompareAuthenticationHandler, PagedResultsClient, SearchDnResolver, SearchEntryResolver, SearchRoleResolver, SimpleBindAuthenticationHandler, VirtualListViewClient, WhoAmIEntryResolver

public interface ConnectionFactoryManager
Interface for objects that manage an instance of connection factory.
  • Method Details

    • getConnectionFactory

      ConnectionFactory getConnectionFactory()
      Returns the connection factory.
      Returns:
      connection factory
    • setConnectionFactory

      void setConnectionFactory(ConnectionFactory cf)
      Sets the connection factory.
      Parameters:
      cf - connection factory