Uses of Interface
org.ldaptive.ConnectionFactoryManager
Packages that use ConnectionFactoryManager
Package
Description
-
Uses of ConnectionFactoryManager in org.ldaptive
Classes in org.ldaptive that implement ConnectionFactoryManagerModifier and TypeClassDescriptionclassAbstractOperationFactory<Q extends Request,S extends Result> Base class for classes that need to configure an operation.classBase class for classes that need to configure a search operation. -
Uses of ConnectionFactoryManager in org.ldaptive.auth
Classes in org.ldaptive.auth that implement ConnectionFactoryManagerModifier and TypeClassDescriptionclassBase class for an LDAP authentication implementations.classBase implementation for search entry resolvers.classReads the authorization identity response control, then performs an object level search on the result.final classProvides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.classBase implementation for search dn resolvers.classLooks up the LDAP entry associated with a user.final classProvides an LDAP authentication implementation that leverages the LDAP bind operation.classExecutes 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 ConnectionFactoryManagerModifier and TypeMethodDescriptionprivate 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 ConnectionFactoryManagerModifier and TypeClassDescriptionclassClient that simplifies using the paged results control.classClient that simplifies using the virtual list view control. -
Uses of ConnectionFactoryManager in org.ldaptive.jaas
Classes in org.ldaptive.jaas that implement ConnectionFactoryManagerModifier and TypeClassDescriptionclassBase class for search role resolver implementations. -
Uses of ConnectionFactoryManager in org.ldaptive.props
Classes in org.ldaptive.props with type parameters of type ConnectionFactoryManagerModifier and TypeClassDescriptionclassProperty source for classes that contain a connection factory.Methods in org.ldaptive.props with parameters of type ConnectionFactoryManagerModifier and TypeMethodDescriptionprivate voidAuthenticatorPropertySource.initConnectionFactoryManager(ConnectionFactoryManager cfm) Initializes the supplied connection factory manager using the properties in this property source.