public class BindResponseHolder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.ldap.client.api.LdapConnection |
connection
the ldap connection
|
private org.apache.directory.api.ldap.model.message.BindResponse |
response
the bind response
|
| Constructor and Description |
|---|
BindResponseHolder(org.apache.directory.api.ldap.model.message.BindResponse response,
org.apache.directory.ldap.client.api.LdapConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.ldap.client.api.LdapConnection |
getConnection() |
org.apache.directory.api.ldap.model.message.BindResponse |
getResponse() |
private org.apache.directory.ldap.client.api.LdapConnection connection
private org.apache.directory.api.ldap.model.message.BindResponse response