Package | Description |
---|---|
org.apache.directory.ldap.client.api | |
org.apache.directory.ldap.client.api.future | |
org.apache.directory.ldap.client.api.listener |
Modifier and Type | Method and Description |
---|---|
BindResponse |
LdapConnection.bind()
Anonymous Bind on a server.
|
BindResponse |
LdapConnection.bind(BindRequest bindRequest)
Bind to the server using a BindRequest object.
|
BindResponse |
LdapConnection.bind(org.apache.directory.shared.ldap.name.DN name,
String credentials)
Simple Bind on a server.
|
BindResponse |
LdapConnection.bind(String name,
String credentials)
Simple Bind on a server.
|
Modifier and Type | Method and Description |
---|---|
BindResponse |
BindFuture.get()
Get the BindResponse, blocking until one is received.
|
BindResponse |
BindFuture.get(long timeout,
TimeUnit unit)
Get the BindResponse, blocking until one is received, or until the
given timeout is reached.
|
Modifier and Type | Method and Description |
---|---|
void |
BindListener.bindCompleted(LdapConnection connection,
BindResponse bindResponse)
A callback method called when the bind operation completed.
|
Copyright © 2009–2013 The Apache Software Foundation. All rights reserved.