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 TypeClassDescriptionclass
Base class for classes that perform searches. -
Uses of ConnectionFactoryManager in org.ldaptive.auth
Classes in org.ldaptive.auth that implement ConnectionFactoryManagerModifier and TypeClassDescriptionclass
Base class for an LDAP authentication implementations.class
Base implementation for search entry resolvers.class
Reads the authorization identity response control, then performs an object level search on the result.class
Provides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.class
Base implementation for search dn resolvers.class
Looks up the LDAP entry associated with a user.class
Provides an LDAP authentication implementation that leverages the LDAP bind operation.class
Executes the whoami extended operation on the authenticated connection, then performs an object level search on the result.Methods in org.ldaptive.auth with parameters of type ConnectionFactoryManagerModifier and TypeMethodDescriptionprivate void
Authenticator.closeConnectionFactoryManagers
(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 TypeClassDescriptionclass
Client that simplifies using the paged results control.class
Client that simplifies using the virtual list view control. -
Uses of ConnectionFactoryManager in org.ldaptive.jaas
Classes in org.ldaptive.jaas that implement ConnectionFactoryManagerModifier and TypeClassDescriptionclass
Base 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 TypeClassDescriptionclass
Property source for classes that contain a connection factory.Methods in org.ldaptive.props with parameters of type ConnectionFactoryManagerModifier and TypeMethodDescriptionprivate void
AuthenticatorPropertySource.initConnectionFactoryManager
(ConnectionFactoryManager cfm) Initializes the supplied connection factory manager using the properties in this property source.