|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindFuture | |
---|---|
org.apache.directory.ldap.client.api |
Uses of BindFuture in org.apache.directory.ldap.client.api |
---|
Methods in org.apache.directory.ldap.client.api that return BindFuture | |
---|---|
BindFuture |
LdapConnection.bindAsync()
Anonymous asynchronous Bind on a server. |
BindFuture |
LdapConnection.bindAsync(BindRequest bindRequest)
Do an asynchronous bind, based on a BindRequest. |
BindFuture |
LdapConnection.bindAsync(org.apache.directory.shared.ldap.name.DN name,
java.lang.String credentials)
Simple asynchronous Bind on a server. |
BindFuture |
LdapConnection.bindAsync(java.lang.String name,
java.lang.String credentials)
Simple asynchronous Bind on a server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |