Package | Description |
---|---|
org.apache.directory.shared.ldap.codec | |
org.apache.directory.shared.ldap.message | |
org.apache.directory.shared.ldap.message.spi |
Modifier and Type | Class and Description |
---|---|
class |
LdapProvider
The specific BER provider for LDAP.
|
Modifier and Type | Method and Description |
---|---|
Provider |
LdapDecoder.getProvider()
Gets the Provider that this Decoder implementation is part of.
|
Provider |
LdapEncoder.getProvider()
Gets the Provider associated with this SPI implementation object.
|
static Provider |
LdapProvider.getProvider()
Gets a handle on the singleton LdapProvider.
|
Constructor and Description |
---|
LdapDecoder(Provider provider,
BinaryAttributeDetector binaryAttributeDetector,
int maxPDUSize)
Creates an instance of a Ldap Decoder implementation.
|
LdapEncoder(Provider provider)
Creates an instance of a Ldap Encoder implementation.
|
Modifier and Type | Method and Description |
---|---|
Provider |
MessageDecoder.getProvider() |
Provider |
MessageEncoder.getProvider() |
Modifier and Type | Method and Description |
---|---|
Provider |
ProviderException.getProvider()
Gets the provider that caused this exception.
|
static Provider |
Provider.getProvider()
Gets an instance of the configured Provider.
|
Provider |
ProviderObject.getProvider()
Gets the Provider associated with this SPI implementation object.
|
static Provider |
Provider.getProvider(Hashtable<Object,Object> env)
Gets an instance of the Provider specified by the
asn.1.berlib.provider
property value. |
Constructor and Description |
---|
ProviderException(Provider a_provider)
Constructs an Exception without a message.
|
ProviderException(Provider a_provider,
String a_message)
Constructs an Exception with a detailed message.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.