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 Summary
Modifier and TypeMethodDescriptionReturns the connection factory.void
Sets the connection factory.
-
Method Details
-
getConnectionFactory
ConnectionFactory getConnectionFactory()Returns the connection factory.- Returns:
- connection factory
-
setConnectionFactory
Sets the connection factory.- Parameters:
cf
- connection factory
-