Package org.ldaptive.io
-
Interface Summary Interface Description ResourceLoader Creates anInputStream
from a string URI.SearchResultReader Interface for reading ldap search results.SearchResultWriter Interface for writing ldap search results. -
Class Summary Class Description ClasspathResourceLoader Creates anInputStream
from a string that is prefixed with 'classpath:'.FileResourceLoader Creates anInputStream
from a string that is prefixed with 'file:'.Hex Utility for hexidecimal encoding and decoding.JsonReader Reads JSON from aReader
and returns aSearchResponse
.JsonReader.SearchResultDeserializer Deserializes aSearchResponse
by iterating over the json elements.JsonWriter Writes aSearchResponse
as JSON to aWriter
.JsonWriter.SearchResultSerializer Serializes aSearchResponse
by creating a json array to contain the entries.LdifReader Reads an LDIF from aReader
and returns aSearchResponse
.LdifWriter Writes aSearchResponse
as LDIF to aWriter
.ResourceUtils Provides utility methods for resources.URLResourceLoader Creates anInputStream
from a string that is aURL
.