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 class
AbstractSearchOperationFactory
Base class for classes that perform searches. -
Uses of ConnectionFactoryManager in org.ldaptive.auth
Classes in org.ldaptive.auth that implement ConnectionFactoryManager Modifier and Type Class Description class
AbstractAuthenticationHandler
Base class for an LDAP authentication implementations.class
AbstractSearchEntryResolver
Base implementation for search entry resolvers.class
AuthorizationIdentityEntryResolver
Reads the authorization identity response control, then performs an object level search on the result.class
CompareAuthenticationHandler
Provides an LDAP authentication implementation that uses a compare operation against the userPassword attribute.class
SearchDnResolver
Base implementation for search dn resolvers.class
SearchEntryResolver
Looks up the LDAP entry associated with a user.class
SimpleBindAuthenticationHandler
Provides an LDAP authentication implementation that leverages the LDAP bind operation.class
WhoAmIEntryResolver
Executes 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 void
Authenticator. 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 class
PagedResultsClient
Client that simplifies using the paged results control.class
VirtualListViewClient
Client 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 class
SearchRoleResolver
Base 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 class
AbstractConnectionFactoryManagerPropertySource<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 void
AuthenticatorPropertySource. initConnectionFactoryManager(ConnectionFactoryManager cfm)
Initializes the supplied connection factory manager using the properties in this property source.
-