See: Description
Interface | Description |
---|---|
Asn1Reader |
An interface for decoding ASN.1 elements from a data source.
|
Asn1Writer |
An interface for encoding ASN.1 elements to a data source.
|
LdapSocket |
A socket implementation representing a stream of LDAP messages.
|
LdapSocketAcceptor |
An LDAP socket acceptor listens for incoming connections and binds them to an
LdapSocket . |
LdapSocketConnector |
An LDAP socket connector provides a new
LdapSocket connected to a peer each time it is subscribed. |
Class | Description |
---|---|
AbstractAsn1Reader |
An abstract
ASN1Reader which can be used as the basis for
implementing new ASN1 reader implementations. |
AbstractAsn1Writer |
An abstract
ASN1Writer which can be used as the basis for
implementing new ASN1 writer implementations. |
Asn1 |
This class contains various static factory methods for creating ASN.1 readers
and writers.
|
Ldap |
This class contains various static utility methods encoding and decoding LDAP
protocol elements.
|
LdapReader<R extends Asn1Reader> |
Reads LDAP messages from an underlying ASN.1 reader.
|
LdapWriter<W extends Asn1Writer> |
Writes LDAP messages to an underlying ASN.1 writer.
|
Exception | Description |
---|---|
LdapSocketClosedException |
Thrown when a
LdapSocket has been closed locally. |
It includes facilities for encoding and decoding ASN.1 data streams, as well as LDAP protocol messages.
Note that this particular implementation is limited to the subset of elements that are typically used by LDAP clients. As such, it does not include all ASN.1 element types, particularly elements like OIDs, bit strings, and timestamp values.
Copyright 2010-2022 ForgeRock AS.