Uses of Interface
org.apache.directory.ldap.client.api.LdapConnection
-
-
Uses of LdapConnection in org.apache.directory.api.dsmlv2.engine
Fields in org.apache.directory.api.dsmlv2.engine declared as LdapConnection Modifier and Type Field Description protected LdapConnectionDsmlv2Engine. connectionThe LDAP connectionMethods in org.apache.directory.api.dsmlv2.engine that return LdapConnection Modifier and Type Method Description LdapConnectionDsmlv2Engine. getConnection()Constructors in org.apache.directory.api.dsmlv2.engine with parameters of type LdapConnection Constructor Description Dsmlv2Engine(LdapConnection connection, String user, String password)Creates a new instance of Dsmlv2Engine. -
Uses of LdapConnection in org.apache.directory.ldap.client.api
Subinterfaces of LdapConnection in org.apache.directory.ldap.client.api Modifier and Type Interface Description interfaceLdapAsyncConnectionRoot interface for all asynchronous LDAP connections.Classes in org.apache.directory.ldap.client.api that implement LdapConnection Modifier and Type Class Description classAbstractLdapConnectionAn abstract LdapConnection class gathering the common behavior of LdapConnection concrete classes.classLdapConnectionWrapperProvides a base implementation of aWrapperforLdapConnectionobjects.classLdapNetworkConnectionThis class is the base for every operations sent or received to and from a LDAP server.classMonitoringLdapConnectionA class used to monitor the use of a LdapConnectionFields in org.apache.directory.ldap.client.api declared as LdapConnection Modifier and Type Field Description protected LdapConnectionLdapConnectionWrapper. connectionThe wrapped connectionMethods in org.apache.directory.ldap.client.api that return LdapConnection Modifier and Type Method Description LdapConnectionDefaultLdapConnectionFactory. bindConnection(LdapConnection connection)Issues a bind request on the supplied connection using the name and credentials from the LdapConnectionConfg supplied to the constructor.LdapConnectionLdapConnectionFactory. bindConnection(LdapConnection connection)Issues a bind request on the supplied connection using the name and credentials from the LdapConnectionConfg supplied to the constructor.LdapConnectionDefaultLdapConnectionFactory. configureConnection(LdapConnection connection)Applies the following configuration settings from the LdapConnectionConfig to the supplied connection: timeOut binaryAttributeDetector This method is called by newLdapConnection, so there is no need to call this on a newly created connection.LdapConnectionLdapConnectionFactory. configureConnection(LdapConnection connection)Applies the following configuration settings from the LdapConnectionConfig to the supplied connection: timeOut binaryAttributeDetector This method is called by newLdapConnection, so there is no need to call this on a newly created connection.protected LdapConnectionDefaultSchemaLoader. getConnection()LdapConnectionLdapConnectionPool. getConnection()Gives a LdapConnection fetched from the pool.LdapConnectionDefaultLdapConnectionFactory. newLdapConnection()Returns a newly created, configured, and authenticated connection.LdapConnectionLdapConnectionFactory. newLdapConnection()Returns a newly created, configured, and authenticated connection.LdapConnectionDefaultLdapConnectionFactory. newUnboundLdapConnection()Returns a newly created connection, that has not been bound (bind) that otherwise respects LdapConnectionConfig supplied to the constructor.LdapConnectionLdapConnectionFactory. newUnboundLdapConnection()Returns a newly created connection, that has not been bound (bind) that otherwise respects LdapConnectionConfig supplied to the constructor.LdapConnectionLdapConnectionWrapper. wrapped()Returns the wrapped object.Methods in org.apache.directory.ldap.client.api that return types with arguments of type LdapConnection Modifier and Type Method Description PooledObject<LdapConnection>AbstractPoolableLdapConnectionFactory. makeObject()Creates an instance that can be served by the pool and wrap it in aPooledObjectto be managed by the pool.PooledObject<LdapConnection>ValidatingPoolableLdapConnectionFactory. makeObject()Creates an instance that can be served by the pool and wrap it in aPooledObjectto be managed by the pool.Methods in org.apache.directory.ldap.client.api with parameters of type LdapConnection Modifier and Type Method Description LdapConnectionDefaultLdapConnectionFactory. bindConnection(LdapConnection connection)Issues a bind request on the supplied connection using the name and credentials from the LdapConnectionConfg supplied to the constructor.LdapConnectionLdapConnectionFactory. bindConnection(LdapConnection connection)Issues a bind request on the supplied connection using the name and credentials from the LdapConnectionConfg supplied to the constructor.LdapConnectionDefaultLdapConnectionFactory. configureConnection(LdapConnection connection)Applies the following configuration settings from the LdapConnectionConfig to the supplied connection: timeOut binaryAttributeDetector This method is called by newLdapConnection, so there is no need to call this on a newly created connection.LdapConnectionLdapConnectionFactory. configureConnection(LdapConnection connection)Applies the following configuration settings from the LdapConnectionConfig to the supplied connection: timeOut binaryAttributeDetector This method is called by newLdapConnection, so there is no need to call this on a newly created connection.voidLdapConnectionPool. releaseConnection(LdapConnection connection)Places the given LdapConnection back in the pool.protected voidDefaultSchemaLoader. setConnection(LdapConnection connection)booleanDefaultLdapConnectionValidator. validate(LdapConnection connection)Returns true ifconnectionis connected, and authenticated.booleanLdapConnectionValidator. validate(LdapConnection ldapConnection)Return true if the connection is still valid.booleanLookupLdapConnectionValidator. validate(LdapConnection connection)Returns true ifconnectionis connected, authenticated, and a lookup on the rootDSE returns a non-null response.Method parameters in org.apache.directory.ldap.client.api with type arguments of type LdapConnection Modifier and Type Method Description voidAbstractPoolableLdapConnectionFactory. activateObject(PooledObject<LdapConnection> connection)Reinitializes an instance to be returned by the pool.voidValidatingPoolableLdapConnectionFactory. activateObject(PooledObject<LdapConnection> pooledObject)Reinitializes an instance to be returned by the pool.voidAbstractPoolableLdapConnectionFactory. destroyObject(PooledObject<LdapConnection> connection)Destroys an instance no longer needed by the pool, using the default (NORMAL) DestroyMode.voidAbstractPoolableLdapConnectionFactory. passivateObject(PooledObject<LdapConnection> connection)Uninitializes an instance to be returned to the idle object pool.voidValidatingPoolableLdapConnectionFactory. passivateObject(PooledObject<LdapConnection> pooledObject)Uninitializes an instance to be returned to the idle object pool.booleanAbstractPoolableLdapConnectionFactory. validateObject(PooledObject<LdapConnection> connection)Ensures that the instance is safe to be returned by the pool.Constructors in org.apache.directory.ldap.client.api with parameters of type LdapConnection Constructor Description DefaultSchemaLoader(LdapConnection connection)Creates a new instance of DefaultSchemaLoader.DefaultSchemaLoader(LdapConnection connection, boolean relaxed)Creates a new instance of DefaultSchemaLoader.DefaultSchemaLoader(LdapConnection connection, Dn subschemaSubentryDn)Creates a new instance of NetworkSchemaLoader.LdapConnectionWrapper(LdapConnection connection)Creates a new LdapConnectionWrapper instanceMonitoringLdapConnection(LdapConnection connection)Constructor parameters in org.apache.directory.ldap.client.api with type arguments of type LdapConnection Constructor Description LdapConnectionPool(PooledObjectFactory<LdapConnection> factory)Instantiates a new LDAP connection pool.LdapConnectionPool(PooledObjectFactory<LdapConnection> factory, GenericObjectPoolConfig poolConfig)Instantiates a new LDAP connection pool. -
Uses of LdapConnection in org.apache.directory.ldap.client.api.future
Fields in org.apache.directory.ldap.client.api.future declared as LdapConnection Modifier and Type Field Description protected LdapConnectionMultipleResponseFuture. connectionThe connection used by the requestprotected LdapConnectionUniqueResponseFuture. connectionThe connection used by the requestConstructors in org.apache.directory.ldap.client.api.future with parameters of type LdapConnection Constructor Description AddFuture(LdapConnection connection, int messageId)Creates a new instance of AddFuture.BindFuture(LdapConnection connection, int messageId)Creates a new instance of BindFuture.CompareFuture(LdapConnection connection, int messageId)Creates a new instance of CompareFuture.DeleteFuture(LdapConnection connection, int messageId)Creates a new instance of DeleteFuture.ExtendedFuture(LdapConnection connection, int messageId)Creates a new instance of ExtendedFuture.ModifyDnFuture(LdapConnection connection, int messageId)Creates a new instance of ModifyDnFuture.ModifyFuture(LdapConnection connection, int messageId)Creates a new instance of ModifyFuture.MultipleResponseFuture(LdapConnection connection, int messageId)Creates a new instance of ResponseFuture.SearchFuture(LdapConnection connection, int messageId)Creates a new instance of SearchFuture.UniqueResponseFuture(LdapConnection connection, int messageId)Creates a new instance of UniqueResponseFuture. -
Uses of LdapConnection in org.apache.directory.ldap.client.template
Methods in org.apache.directory.ldap.client.template with parameters of type LdapConnection Modifier and Type Method Description TConnectionCallback. doWithConnection(LdapConnection connection)Provides a managed connection to the implementation of this method.
-