Uses of Interface
org.ldaptive.ConnectionFactoryManager
-
Packages that use ConnectionFactoryManager Package Description org.ldaptive org.ldaptive.auth org.ldaptive.control.util org.ldaptive.jaas org.ldaptive.props -
-
Uses of ConnectionFactoryManager in org.ldaptive
Classes in org.ldaptive that implement ConnectionFactoryManager Modifier and Type Class Description classAbstractOperationFactory<Q extends Request,S extends Result>Base class for classes that need to configure an operation.classAbstractSearchOperationFactoryBase class for classes that need to configure a search operation. -
Uses of ConnectionFactoryManager in org.ldaptive.auth
Classes in org.ldaptive.auth that implement ConnectionFactoryManager Modifier and Type Class Description classAbstractAuthenticationHandlerBase class for an LDAP authentication implementations.classAbstractSearchEntryResolverBase implementation for search entry resolvers.classAuthorizationIdentityEntryResolverReads the authorization identity response control, then performs an object level search on the result.classCompareAuthenticationHandlerProvides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.classSearchDnResolverBase implementation for search dn resolvers.classSearchEntryResolverLooks up the LDAP entry associated with a user.classSimpleBindAuthenticationHandlerProvides an LDAP authentication implementation that leverages the LDAP bind operation.classWhoAmIEntryResolverExecutes the whoami extended operation on the authenticated connection, then performs an object level search on the result.Method parameters in org.ldaptive.auth with type arguments of type ConnectionFactoryManager Modifier and Type Method Description private voidAuthenticator. closeConnectionFactoryManagers(Set<ConnectionFactoryManager> managers)Attempts to close all the connection factories in the supplied collection. -
Uses of ConnectionFactoryManager in org.ldaptive.control.util
Classes in org.ldaptive.control.util that implement ConnectionFactoryManager Modifier and Type Class Description classPagedResultsClientClient that simplifies using the paged results control.classVirtualListViewClientClient that simplifies using the virtual list view control. -
Uses of ConnectionFactoryManager in org.ldaptive.jaas
Classes in org.ldaptive.jaas that implement ConnectionFactoryManager Modifier and Type Class Description classSearchRoleResolverBase class for search role resolver implementations. -
Uses of ConnectionFactoryManager in org.ldaptive.props
Classes in org.ldaptive.props with type parameters of type ConnectionFactoryManager Modifier and Type Class Description classAbstractConnectionFactoryManagerPropertySource<T extends ConnectionFactoryManager>Property source for classes that contain a connection factory.Methods in org.ldaptive.props with parameters of type ConnectionFactoryManager Modifier and Type Method Description private voidAuthenticatorPropertySource. initConnectionFactoryManager(ConnectionFactoryManager cfm)Initializes the supplied connection factory manager using the properties in this property source.
-