Uses of Interface
org.ldaptive.ConnectionFactory
-
-
Uses of ConnectionFactory in org.ldaptive
Classes in org.ldaptive that implement ConnectionFactory Modifier and Type Class Description classDefaultConnectionFactoryCreates connections for performing ldap operations.classPooledConnectionFactoryCreates connections for performing ldap operations and manages those connections as a pool.classSingleConnectionFactoryCreates a single connection which is proxied for LDAP operations.Fields in org.ldaptive declared as ConnectionFactory Modifier and Type Field Description private ConnectionFactoryAbstractOperation. connectionFactoryConnection factory.private ConnectionFactoryAbstractOperationFactory. factoryConnection factory.Methods in org.ldaptive that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryAbstractOperation. getConnectionFactory()ConnectionFactoryAbstractOperationFactory. getConnectionFactory()Returns the connection factory.ConnectionFactoryConnectionFactoryManager. getConnectionFactory()Returns the connection factory.Methods in org.ldaptive with parameters of type ConnectionFactory Modifier and Type Method Description protected SearchOperationAbstractSearchOperationFactory. createSearchOperation(ConnectionFactory cf)Creates a new search operation configured with the properties on this factory.static AddResponseAddOperation. execute(ConnectionFactory factory, AddRequest request)Executes an add request.static BindResponseBindOperation. execute(ConnectionFactory factory, BindRequest request)Executes a bind request.static CompareResponseCompareOperation. execute(ConnectionFactory factory, CompareRequest request)Executes a compare request.static DeleteResponseDeleteOperation. execute(ConnectionFactory factory, DeleteRequest request)Executes a delete request.static ModifyDnResponseModifyDnOperation. execute(ConnectionFactory factory, ModifyDnRequest request)Executes a modify DN request.static ModifyResponseModifyOperation. execute(ConnectionFactory factory, ModifyRequest request)Executes a modify request.static SearchResponseSearchOperation. execute(ConnectionFactory factory, SearchRequest req)Executes a search request.BAbstractOperation.AbstractBuilder. factory(ConnectionFactory factory)Sets the connection factory.static OperationHandle<AddRequest,AddResponse>AddOperation. send(ConnectionFactory factory, AddRequest request)Sends an add request.static OperationHandle<BindRequest,BindResponse>BindOperation. send(ConnectionFactory factory, BindRequest request)Sends a bind request.static CompareOperationHandleCompareOperation. send(ConnectionFactory factory, CompareRequest request)Sends a compare request.static OperationHandle<DeleteRequest,DeleteResponse>DeleteOperation. send(ConnectionFactory factory, DeleteRequest request)Sends a delete request.static OperationHandle<ModifyDnRequest,ModifyDnResponse>ModifyDnOperation. send(ConnectionFactory factory, ModifyDnRequest request)Sends a modify DN request.static OperationHandle<ModifyRequest,ModifyResponse>ModifyOperation. send(ConnectionFactory factory, ModifyRequest request)Sends a modify request.static SearchOperationHandleSearchOperation. send(ConnectionFactory factory, SearchRequest req)Sends a search request.voidAbstractOperation. setConnectionFactory(ConnectionFactory factory)voidAbstractOperationFactory. setConnectionFactory(ConnectionFactory cf)Sets the connection factory.voidConnectionFactoryManager. setConnectionFactory(ConnectionFactory cf)Sets the connection factory.Constructors in org.ldaptive with parameters of type ConnectionFactory Constructor Description AbstractOperation(ConnectionFactory factory)Creates a new abstract operation.AddOperation(ConnectionFactory factory)Creates a new add operation.BindOperation(ConnectionFactory factory)Creates a new bind operation.CompareOperation(ConnectionFactory factory)Creates a new compare operation.DeleteOperation(ConnectionFactory factory)Creates a new delete operation.ModifyDnOperation(ConnectionFactory factory)Creates a new modify DN operation.ModifyOperation(ConnectionFactory factory)Creates a new modify operation.SearchOperation(ConnectionFactory factory)Creates a new search operation.SearchOperation(ConnectionFactory factory, String baseDN)Creates a new search operation.SearchOperation(ConnectionFactory factory, SearchRequest req)Creates a new search operation. -
Uses of ConnectionFactory in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as ConnectionFactory Modifier and Type Field Description private ConnectionFactoryDirSyncClient. factoryConnection factory to get a connection from.private ConnectionFactoryNotificationClient. factoryConnection factory to get a connection from.Constructors in org.ldaptive.ad.control.util with parameters of type ConnectionFactory Constructor Description DirSyncClient(ConnectionFactory cf)Creates a new dir sync client.DirSyncClient(ConnectionFactory cf, DirSyncControl.Flag[] dsFlags)Creates a new dir sync client.DirSyncClient(ConnectionFactory cf, DirSyncControl.Flag[] dsFlags, int count)Creates a new dir sync client.NotificationClient(ConnectionFactory cf)Creates a new notification client. -
Uses of ConnectionFactory in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema with parameters of type ConnectionFactory Modifier and Type Method Description static SchemaSchemaFactory. createSchema(ConnectionFactory factory)Creates a new schema.static SchemaSchemaFactory. createSchema(ConnectionFactory factory, String entryDn)Creates a new schema.private static SchemaSchemaFactory. createSchema(ConnectionFactory factory, String dn, String filter, String... retAttrs)Searches for the supplied dn and returns its ldap entry. -
Uses of ConnectionFactory in org.ldaptive.auth
Fields in org.ldaptive.auth declared as ConnectionFactory Modifier and Type Field Description private ConnectionFactoryAbstractAuthenticationHandler. factoryConnection factory.Methods in org.ldaptive.auth that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryAbstractAuthenticationHandler. getConnectionFactory()Methods in org.ldaptive.auth with parameters of type ConnectionFactory Modifier and Type Method Description SearchDnResolver.BuilderSearchDnResolver.Builder. factory(ConnectionFactory factory)Sets the connection factory.voidAbstractAuthenticationHandler. setConnectionFactory(ConnectionFactory cf)Constructors in org.ldaptive.auth with parameters of type ConnectionFactory Constructor Description CompareAuthenticationHandler(ConnectionFactory cf)Creates a new compare authentication handler.SearchDnResolver(ConnectionFactory cf)Creates a new search dn resolver.SearchEntryResolver(ConnectionFactory cf)Creates a new search entry resolver.SimpleBindAuthenticationHandler(ConnectionFactory cf)Creates a new simple bind authentication handler. -
Uses of ConnectionFactory in org.ldaptive.beans.persistence
Fields in org.ldaptive.beans.persistence declared as ConnectionFactory Modifier and Type Field Description private ConnectionFactoryDefaultLdapEntryManager. connectionFactoryConnection factory for LDAP communication.Methods in org.ldaptive.beans.persistence that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryDefaultLdapEntryManager. getConnectionFactory()Returns the connection factory.Constructors in org.ldaptive.beans.persistence with parameters of type ConnectionFactory Constructor Description DefaultLdapEntryManager(LdapEntryMapper<T> mapper, ConnectionFactory factory)Creates a new default ldap entry manager.DefaultLdapEntryManager(LdapEntryMapper<T> mapper, ConnectionFactory factory, String[] attrs)Creates a new default ldap entry manager. -
Uses of ConnectionFactory in org.ldaptive.control.util
Fields in org.ldaptive.control.util declared as ConnectionFactory Modifier and Type Field Description private ConnectionFactoryPersistentSearchClient. factoryConnection factory to get a connection from.private ConnectionFactorySyncReplClient. factoryConnection factory to get a connection from.Methods in org.ldaptive.control.util that return ConnectionFactory Modifier and Type Method Description ConnectionFactorySyncReplClient. getConnectionFactory()Returns the connection factory.Constructors in org.ldaptive.control.util with parameters of type ConnectionFactory Constructor Description PagedResultsClient(ConnectionFactory cf, int size)Creates a new paged results client.PersistentSearchClient(ConnectionFactory cf, EnumSet<PersistentSearchChangeType> types, boolean co, boolean re)Creates a new persistent search client.SyncReplClient(ConnectionFactory cf, boolean persist)Creates a new sync repl client.SyncReplClient(ConnectionFactory cf, boolean persist, boolean hint)Creates a new sync repl client.VirtualListViewClient(ConnectionFactory cf, SortKey... keys)Creates a new virtual list view client. -
Uses of ConnectionFactory in org.ldaptive.ext
Fields in org.ldaptive.ext declared as ConnectionFactory Modifier and Type Field Description private ConnectionFactoryMergeOperation. connectionFactoryConnection factory.Methods in org.ldaptive.ext that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryMergeOperation. getConnectionFactory()Methods in org.ldaptive.ext with parameters of type ConnectionFactory Modifier and Type Method Description voidMergeOperation. setConnectionFactory(ConnectionFactory factory)Constructors in org.ldaptive.ext with parameters of type ConnectionFactory Constructor Description MergeOperation(ConnectionFactory factory)Creates a new merge operation. -
Uses of ConnectionFactory in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ConnectionFactory Modifier and Type Method Description static ExtendedResponseExtendedOperation. execute(ConnectionFactory factory, ExtendedRequest request)Executes an extended request.static ExtendedOperationHandleExtendedOperation. send(ConnectionFactory factory, ExtendedRequest request)Sends an extended request.Constructors in org.ldaptive.extended with parameters of type ConnectionFactory Constructor Description ExtendedOperation(ConnectionFactory factory)Creates a new extended operation. -
Uses of ConnectionFactory in org.ldaptive.jaas
Constructors in org.ldaptive.jaas with parameters of type ConnectionFactory Constructor Description SearchRoleResolver(ConnectionFactory cf)Creates a new role resolver. -
Uses of ConnectionFactory in org.ldaptive.referral
Methods in org.ldaptive.referral that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryDefaultReferralConnectionFactory. getConnectionFactory(String url)ConnectionFactoryPooledReferralConnectionFactory. getConnectionFactory(String url)ConnectionFactoryReferralConnectionFactory. getConnectionFactory(String url)Returns a connection factory for use with a referral.Methods in org.ldaptive.referral with parameters of type ConnectionFactory Modifier and Type Method Description protected abstract Operation<Q,S>AbstractFollowReferralHandler. createReferralOperation(ConnectionFactory factory)Creates an operation for this type of referral.protected SearchOperationAbstractFollowSearchReferralHandler. createReferralOperation(ConnectionFactory factory)protected AddOperationFollowAddReferralHandler. createReferralOperation(ConnectionFactory factory)protected CompareOperationFollowCompareReferralHandler. createReferralOperation(ConnectionFactory factory)protected DeleteOperationFollowDeleteReferralHandler. createReferralOperation(ConnectionFactory factory)protected ModifyDnOperationFollowModifyDnReferralHandler. createReferralOperation(ConnectionFactory factory)protected ModifyOperationFollowModifyReferralHandler. createReferralOperation(ConnectionFactory factory) -
Uses of ConnectionFactory in org.ldaptive.schema
Methods in org.ldaptive.schema with parameters of type ConnectionFactory Modifier and Type Method Description static SchemaSchemaFactory. createSchema(ConnectionFactory factory)Creates a new schema.static SchemaSchemaFactory. createSchema(ConnectionFactory factory, String entryDn)Creates a new schema.static LdapEntrySchemaUtils. getLdapEntry(ConnectionFactory factory, String dn, String filter, String... retAttrs)Searches for the supplied dn and returns its ldap entry.
-