Uses of Interface
org.ldaptive.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in org.ldaptive
Fields in org.ldaptive declared as ConnectionModifier and TypeFieldDescriptionprivate final ConnectionSingleConnectionFactory.ConnectionProxy.connUnderlying connection.private ConnectionSingleConnectionFactory.connectionThe connection used by this factory.private ConnectionSingleConnectionFactory.proxyThe proxy used by this factory.Methods in org.ldaptive that return ConnectionModifier and TypeMethodDescriptionPooledConnectionFactory.RetryValidationExceptionHandler.apply(ValidationException e) ConnectionFactory.getConnection()Creates a new connection.DefaultConnectionFactory.getConnection()Creates a new connection.PooledConnectionFactory.getConnection()SingleConnectionFactory.getConnection()Methods in org.ldaptive with parameters of type ConnectionModifier and TypeMethodDescriptionAbstractConnectionValidator.apply(Connection conn) AbstractConnectionValidator.applyAsync(Connection conn) voidCompareConnectionValidator.applyAsync(Connection conn, Consumer<Boolean> function) ConnectionValidator.applyAsync(Connection conn) Provides an asynchronous implementation ofFunction.apply(Object).voidConnectionValidator.applyAsync(Connection conn, Consumer<Boolean> function) Provides an asynchronous implementation ofFunction.apply(Object).voidSearchConnectionValidator.applyAsync(Connection conn, Consumer<Boolean> function) BindConnectionInitializer.initialize(Connection c) ConnectionInitializer.initialize(Connection conn) Initialize the supplied connection.Constructors in org.ldaptive with parameters of type Connection -
Uses of Connection in org.ldaptive.ad.extended
Methods in org.ldaptive.ad.extended with parameters of type Connection -
Uses of Connection in org.ldaptive.auth
Fields in org.ldaptive.auth declared as ConnectionModifier and TypeFieldDescriptionprivate ConnectionAuthenticationHandlerResponse.connectionConnection that authentication occurred on.Methods in org.ldaptive.auth that return ConnectionMethods in org.ldaptive.auth with parameters of type ConnectionModifier and TypeMethodDescriptionprotected abstract AuthenticationHandlerResponseAbstractAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) Authenticate on the supplied connection using the supplied criteria.protected AuthenticationHandlerResponseCompareAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) protected AuthenticationHandlerResponseSimpleBindAuthenticationHandler.authenticateInternal(Connection c, AuthenticationCriteria criteria) AuthenticationHandlerResponse.Builder.connection(Connection conn) Constructors in org.ldaptive.auth with parameters of type ConnectionModifierConstructorDescriptionAuthenticationHandlerResponse(T result, AuthenticationResultCode code, Connection conn) Creates a new authentication response. -
Uses of Connection in org.ldaptive.ext
Methods in org.ldaptive.ext with parameters of type ConnectionModifier and TypeMethodDescriptionprotected ResultMergeOperation.add(Connection conn, MergeRequest request, LdapEntry entry) Executes anAddOperationfor the supplied entry.protected ResultMergeOperation.delete(Connection conn, MergeRequest request, LdapEntry entry) Executes aDeleteOperationfor the supplied entry.protected ResultMergeOperation.modify(Connection conn, MergeRequest request, LdapEntry source, LdapEntry target) Retrieves the attribute modifications fromLdapEntry.computeModifications(LdapEntry, LdapEntry)and executes aModifyOperationwith those results. -
Uses of Connection in org.ldaptive.pool
Fields in org.ldaptive.pool declared as ConnectionModifier and TypeFieldDescriptionprivate final ConnectionAbstractConnectionPool.DefaultPooledConnectionProxy.connUnderlying connection.Methods in org.ldaptive.pool that return ConnectionModifier and TypeMethodDescriptionprotected ConnectionAbstractConnectionPool.createConnectionProxy(PooledConnectionProxy pc) Creates a connection proxy using the supplied pool connection.AbstractConnectionPool.DefaultPooledConnectionProxy.getConnection()abstract ConnectionAbstractConnectionPool.getConnection()Returns a connection from the pool.BlockingConnectionPool.getConnection()ConnectionPool.getConnection()Returns an object from the pool.PooledConnectionProxy.getConnection()Returns the connection that is being proxied.Methods in org.ldaptive.pool with parameters of type ConnectionModifier and TypeMethodDescriptionBindConnectionPassivator.apply(Connection conn) abstract voidAbstractConnectionPool.putConnection(Connection c) Returns a connection to the pool.voidBlockingConnectionPool.putConnection(Connection c) protected PooledConnectionProxyAbstractConnectionPool.retrieveConnectionProxy(Connection proxy) Retrieves the invocation handler from the supplied connection proxy.Constructors in org.ldaptive.pool with parameters of type ConnectionModifierConstructorDescriptionCreates a new pooled connection. -
Uses of Connection in org.ldaptive.transport
Classes in org.ldaptive.transport that implement ConnectionModifier and TypeClassDescriptionclassBase class for connection implementations.Fields in org.ldaptive.transport declared as ConnectionModifier and TypeFieldDescriptionprivate ConnectionMessageFunctional.connectionConnection the request occurred on.Methods in org.ldaptive.transport that return ConnectionModifier and TypeMethodDescriptionTransport.create(ConnectionConfig cc) Create a connection object.MessageFunctional.getConnection() -
Uses of Connection in org.ldaptive.transport.netty
Classes in org.ldaptive.transport.netty that implement ConnectionModifier and TypeClassDescriptionfinal classNetty based connection implementation.Methods in org.ldaptive.transport.netty that return ConnectionModifier and TypeMethodDescriptionConnectionTransport.create(ConnectionConfig cc) NettyConnectionFactoryTransport.create(ConnectionConfig cc)