Package org.ldaptive
Interface ConnectionFactoryManager
- All Known Implementing Classes:
AbstractAuthenticationHandler,AbstractOperationFactory,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 Summary
Modifier and TypeMethodDescriptionReturns the connection factory.voidSets the connection factory.
-
Method Details
-
getConnectionFactory
ConnectionFactory getConnectionFactory()Returns the connection factory.- Returns:
- connection factory
-
setConnectionFactory
Sets the connection factory.- Parameters:
cf- connection factory
-