| Package | Description |
|---|---|
| org.apache.directory.api.ldap.codec.api | |
| org.apache.directory.ldap.client.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableBinaryAttributeDetector
An interface used to abstract the means to detect whether or not an attribute
identifier/descriptor represents a binary attributeType.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurableBinaryAttributeDetector
An implementation of the BinaryAttributeDetector interface.
|
class |
SchemaBinaryAttributeDetector
An implementation of the BinaryAttributeDetector interface.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryAttributeDetector |
LdapMessageContainer.getBinaryAttributeDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapMessageContainer.setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetector)
Sets the binary attribute detector
|
| Constructor and Description |
|---|
LdapMessageContainer(LdapApiService codec,
BinaryAttributeDetector binaryAttributeDetector)
Creates a new LdapMessageContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryAttributeDetector |
LdapConnectionWrapper.getBinaryAttributeDetector() |
BinaryAttributeDetector |
LdapConnection.getBinaryAttributeDetector() |
BinaryAttributeDetector |
LdapNetworkConnection.getBinaryAttributeDetector() |
BinaryAttributeDetector |
LdapConnectionConfig.getBinaryAttributeDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapConnectionWrapper.setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetecter) |
void |
LdapConnection.setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetecter)
Sets the object responsible for the detection of binary attributes.
|
void |
LdapNetworkConnection.setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetector)
Sets the object responsible for the detection of binary attributes.
|
void |
LdapConnectionConfig.setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetector) |
Copyright © 2021. All rights reserved.