LDAP Classes
Implements Java LDAP
A B C D E F G H I L M N O P Q R S T U V W

D

DB_PARAM_TYPE_ADDRESS - Static variable in interface com.novell.ldap.events.edir.EdirEventConstant
This constant is returned as Type by Debug Parameter class (Debug Events) when data is an Address.
DB_PARAM_TYPE_BINARY - Static variable in interface com.novell.ldap.events.edir.EdirEventConstant
This constant is returned as Type by Debug Parameter class (Debug Events) when data is an Binary.
DB_PARAM_TYPE_ENTRYID - Static variable in interface com.novell.ldap.events.edir.EdirEventConstant
This constant is returned as Type by Debug Parameter class (Debug Events)when data is an EntryID.
DB_PARAM_TYPE_INTEGER - Static variable in interface com.novell.ldap.events.edir.EdirEventConstant
This constant is returned as Type by Debug Parameter class (Debug Events) when data is an Integer.
DB_PARAM_TYPE_STRING - Static variable in interface com.novell.ldap.events.edir.EdirEventConstant
This constant is returned as Type by Debug Parameter class (Debug Events) when data is an String.
DB_PARAM_TYPE_TIMESTAMP - Static variable in interface com.novell.ldap.events.edir.EdirEventConstant
This constant is returned as Type by Debug Parameter class (Debug Events) when data is an TimeStamp.
DB_PARAM_TYPE_TIMEVECTOR - Static variable in interface com.novell.ldap.events.edir.EdirEventConstant
This constant is returned as Type by Debug Parameter class (Debug Events) when data is an TimeVector.
DECODING_ERROR - Static variable in class com.novell.ldap.LDAPException
Indicates that the LDAP client encountered errors when decoding an LDAP response from the LDAP server.
DEFAULT_PORT - Static variable in class com.novell.ldap.LDAPConnection
The default port number for LDAP servers.
DEFAULT_SSL_PORT - Static variable in class com.novell.ldap.LDAPConnection
The default SSL port number for LDAP servers.
DEF_IMPL - Static variable in class com.novell.ldap.SPMLConnection
Default spml implementation
DELETE - Static variable in class com.novell.ldap.LDAPModification
Deletes the listed values from the given attribute, removing the entire attribute (1) if no values are listed or (2) if all current values of the attribute are listed for deletion.
DELETE - Static variable in class com.novell.ldap.controls.LDAPPersistSearchControl
Change type specifying that you want to track removals of entries from the directory.
DELETE_REPLICA_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the removeReplicaRequest OID.
DELETE_REPLICA_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the removeReplicaRequest OID.
DELETE_REPLICA_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the removeReplicaResponse OID.
DELETE_REPLICA_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the removeReplicaResponse OID.
DEL_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
A delete request operation.
DEL_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
A delete response operation.
DEREF_ALWAYS - Static variable in class com.novell.ldap.LDAPSearchConstraints
Indicates that aliases are always dereferenced, both when finding the starting point for the search, and also when searching the entries beneath the starting entry.
DEREF_FINDING - Static variable in class com.novell.ldap.LDAPSearchConstraints
Indicates that aliases are dereferenced when finding the starting point for the search, but not when searching under that starting entry.
DEREF_NEVER - Static variable in class com.novell.ldap.LDAPSearchConstraints
Indicates that aliases are never dereferenced.
DEREF_SEARCHING - Static variable in class com.novell.ldap.LDAPSearchConstraints
Indicates that aliases are are derefrenced when searching the entries beneath the starting point of the search, but not when finding the starting entry.
DIRECTORY_OPERATION - Static variable in class com.novell.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for directory operations.
DISTRIBUTED_OPERATION - Static variable in class com.novell.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for distributed operational attributes.
DN - class com.novell.ldap.util.DN.
A DN encapsulates a Distinguished Name (an ldap name with context).
DN() - Constructor for class com.novell.ldap.util.DN
 
DN(String) - Constructor for class com.novell.ldap.util.DN
Constructs a new DN based on the specified string representation of a distinguished name.
DOMReader - class com.novell.ldap.util.DOMReader.
Reads pre-parsed DSML as LDAPMessages.
DOMReader(Document) - Constructor for class com.novell.ldap.util.DOMReader
Deprecated. use #DOMReader(Element) Creates a reader that reads a DOM document and translates it into LDAPMessages.

The first batchRequest or batchResponse is located and all nodes within it will be read and translated into LDAPMessages

DOMReader(Element) - Constructor for class com.novell.ldap.util.DOMReader
Creates a reader that read a DOM element and translate it into LDAPMessages.
DOMWriter - class com.novell.ldap.util.DOMWriter.
Writes LDAPMessages into a DOM structure as DSML batch requests and batch responses.
DOMWriter() - Constructor for class com.novell.ldap.util.DOMWriter
Initializes the DOMWriter.
DSA_OPERATION - Static variable in class com.novell.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for local operational attributes.
DSETimeStamp - class com.novell.ldap.events.edir.eventdata.DSETimeStamp.
The class represents the Timestamp datastructure for Edir Events Notification.
DSETimeStamp(ASN1Sequence) - Constructor for class com.novell.ldap.events.edir.eventdata.DSETimeStamp
The Default Constructor which gets the encoded TimeStamp and decodes it into the various component.
DSMLReader - class com.novell.ldap.util.DSMLReader.
Reads, parses and converts DSML into LDAPMessages.
DSMLReader(String) - Constructor for class com.novell.ldap.util.DSMLReader
Creates a reader that reads from a file containing XML with DSML tags.
DSMLReader(InputStream) - Constructor for class com.novell.ldap.util.DSMLReader
Creates a reader that reads from an inputStream containing xml with DSML tags.
DSMLReader(Reader) - Constructor for class com.novell.ldap.util.DSMLReader
Creates a reader that reads from a reader containing xml with DSML tags.
DSMLSearchResults - class com.novell.ldap.DSMLSearchResults.
 
DSMLSearchResults(LDAPReader) - Constructor for class com.novell.ldap.DSMLSearchResults
 
DSMLSearchResults() - Constructor for class com.novell.ldap.DSMLSearchResults
 
DSMLWriter - class com.novell.ldap.util.DSMLWriter.
Writes LDAPMessages into a Writer or outputStream as DSML batch requests and batch responses.
DSMLWriter(String) - Constructor for class com.novell.ldap.util.DSMLWriter
Initializes this writer by opening the specified file to write DSML into.
DSMLWriter(OutputStream) - Constructor for class com.novell.ldap.util.DSMLWriter
Initializes this writer with the specified outputstream to write DSML into.
DSMLWriter(Writer) - Constructor for class com.novell.ldap.util.DSMLWriter
Initializes this writer with the specified writer to write DSML into.
DebugEventData - class com.novell.ldap.events.edir.eventdata.DebugEventData.
This class represents the data for Debug Event.
DebugEventData(ASN1Object) - Constructor for class com.novell.ldap.events.edir.eventdata.DebugEventData
Default Constructor
DebugParameter - class com.novell.ldap.events.edir.eventdata.DebugParameter.
This class represents the data for Debug Event.
DebugParameter(ASN1Tagged) - Constructor for class com.novell.ldap.events.edir.eventdata.DebugParameter
Default Constructor
DsmlConnection - class com.novell.ldap.DsmlConnection.
 
DsmlConnection() - Constructor for class com.novell.ldap.DsmlConnection
Default Contructor, initilizes the http client
DsmlConnection(LDAPSocketFactory) - Constructor for class com.novell.ldap.DsmlConnection
Creates an instace of DsmlConnection ignoring the socket factory
decode(String) - Static method in class com.novell.ldap.LDAPUrl
Decodes a URL-encoded string.
decode(byte[]) - Method in interface com.novell.ldap.asn1.ASN1Decoder
Decode an encoded value into an ASN1Object from a byte array.
decode(InputStream) - Method in interface com.novell.ldap.asn1.ASN1Decoder
Decode an encoded value into an ASN1Object from an InputStream.
decode(InputStream, int[]) - Method in interface com.novell.ldap.asn1.ASN1Decoder
Decode an encoded value into an ASN1Object from an InputStream.
decode(byte[]) - Method in class com.novell.ldap.asn1.LBERDecoder
Decode an LBER encoded value into an ASN1Type from a byte array.
decode(InputStream) - Method in class com.novell.ldap.asn1.LBERDecoder
Decode an LBER encoded value into an ASN1Type from an InputStream.
decode(InputStream, int[]) - Method in class com.novell.ldap.asn1.LBERDecoder
Decode an LBER encoded value into an ASN1Object from an InputStream.
decode(String) - Static method in class com.novell.ldap.util.Base64
Decodes the input base64 encoded String.
decode(char[]) - Static method in class com.novell.ldap.util.Base64
Decodes the input base64 encoded array of characters.
decode(StringBuffer, int, int) - Static method in class com.novell.ldap.util.Base64
Decodes a base64 encoded StringBuffer.
decodeBoolean(InputStream, int) - Method in interface com.novell.ldap.asn1.ASN1Decoder
Decode a BOOLEAN directly from a stream.
decodeBoolean(InputStream, int) - Method in class com.novell.ldap.asn1.LBERDecoder
Decode a boolean directly from a stream.
decodeCharacterString(InputStream, int) - Method in interface com.novell.ldap.asn1.ASN1Decoder
Decode a CharacterString directly from a stream.
decodeCharacterString(InputStream, int) - Method in class com.novell.ldap.asn1.LBERDecoder
Decode a CharacterString directly from a stream.
decodeNumeric(InputStream, int) - Method in interface com.novell.ldap.asn1.ASN1Decoder
Decode a Numeric value directly from a stream.
decodeNumeric(InputStream, int) - Method in class com.novell.ldap.asn1.LBERDecoder
Decode a Numeric type directly from a stream.
decodeOctetString(InputStream, int) - Method in interface com.novell.ldap.asn1.ASN1Decoder
Decode an OCTET_STRING directly from a stream.
decodeOctetString(InputStream, int) - Method in class com.novell.ldap.asn1.LBERDecoder
Decode an OctetString directly from a stream.
decodeStructured(ASN1Decoder, InputStream, int) - Method in class com.novell.ldap.asn1.ASN1Structured
Decode an ASN1Structured type from an InputStream.
delete(String, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
delete(String, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
delete(String, LDAPResponseQueue) - Method in class com.novell.ldap.DsmlConnection
 
delete(String) - Method in class com.novell.ldap.DsmlConnection
 
delete(String) - Method in class com.novell.ldap.LDAPConnection
Synchronously deletes the entry with the specified distinguished name from the directory.
delete(String, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously deletes the entry with the specified distinguished name from the directory, using the specified constraints.
delete(String, LDAPResponseQueue) - Method in class com.novell.ldap.LDAPConnection
Asynchronously deletes the entry with the specified distinguished name from the directory and returns the results to the specified queue.
delete(String, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Asynchronously deletes the entry with the specified distinguished name from the directory, using the specified contraints and queue.
delete(String, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
delete(String, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
delete(String, LDAPResponseQueue) - Method in class com.novell.ldap.SPMLConnection
 
delete(String) - Method in class com.novell.ldap.SPMLConnection
 
description - Variable in class com.novell.ldap.LDAPSchemaElement
The description for the schema element.
disconnect() - Method in class com.novell.ldap.DsmlConnection
 
disconnect(LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
disconnect() - Method in class com.novell.ldap.LDAPConnection
Synchronously disconnects from the LDAP server.
disconnect(LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously disconnects from the LDAP server.
disconnect() - Method in class com.novell.ldap.SPMLConnection
 
disconnect(LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
dispose() - Method in interface com.novell.security.sasl.SaslClient
Disposes of any system resources or security-sensitive information the SaslClient might be using.
dn - Variable in class com.novell.ldap.LDAPEntry
 

LDAP Classes
Implements Java LDAP
A B C D E F G H I L M N O P Q R S T U V W
Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000