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 |
---|---|
CompareResponse |
LdapConnection.compare(CompareRequest compareRequest)
compares an entry's attribute's value with that of the given value
|
CompareResponse |
LdapConnection.compare(org.apache.directory.shared.ldap.name.DN dn,
String attributeName,
byte[] value)
Compares a whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given DN
|
CompareResponse |
LdapConnection.compare(org.apache.directory.shared.ldap.name.DN dn,
String attributeName,
String value)
Compares a whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given DN
|
CompareResponse |
LdapConnection.compare(org.apache.directory.shared.ldap.name.DN dn,
String attributeName,
org.apache.directory.shared.ldap.entry.Value<?> value)
Compares a whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given DN
|
CompareResponse |
LdapConnection.compare(String dn,
String attributeName,
byte[] value)
Compares a whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given DN
|
CompareResponse |
LdapConnection.compare(String dn,
String attributeName,
String value)
Compares a whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given DN
|
CompareResponse |
LdapConnection.compare(String dn,
String attributeName,
org.apache.directory.shared.ldap.entry.Value<?> value)
Compares a whether a given attribute's value matches that of the
existing value of the attribute present in the entry with the given DN
|
Modifier and Type | Method and Description |
---|---|
CompareResponse |
CompareFuture.get()
Get the CompareResponse, blocking until one is received.
|
CompareResponse |
CompareFuture.get(long timeout,
TimeUnit unit)
Get the CompareResponse, blocking until one is received, or until the
given timeout is reached.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareListener.attributeCompared(LdapConnection connection,
CompareResponse response)
callback method called after completing the compare operation.
|
Copyright © 2009–2015 The Apache Software Foundation. All rights reserved.