All LDAP Classes
Internal LDAP Classes
A B C D E F G H I K L M N O P Q R S T U V W X

D

deadReader - Variable in class com.novell.ldap.Connection
 
deadReaderException - Variable in class com.novell.ldap.Connection
 
Debug - Class in com.novell.ldap.client
The Debug class contains several useful debugging class (static) methods.
Debug() - Constructor for class com.novell.ldap.client.Debug
 
debugDisplayMessages() - Method in class com.novell.ldap.MessageAgent
Debug code to print messages in message vector
debugOut - Static variable in class com.novell.ldap.client.Debug
 
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.LDAPUrl
Decodes a URL-encoded string.
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.
decode(String) - Static method in class org.ietf.ldap.LDAPUrl
Decodes a URL-encoded string.
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.
decoder - Variable in class com.novell.ldap.Connection
 
decodeStructured(ASN1Decoder, InputStream, int) - Method in class com.novell.ldap.asn1.ASN1Structured
Decode an ASN1Structured type from an InputStream.
decodeTagNumber(InputStream) - Method in class com.novell.ldap.asn1.ASN1Identifier
In the case that we have a tag number that is greater than 30, we need to decode a multiple octet tag number.
decoding - Static variable in class com.novell.ldap.client.Debug
The string value used to enable debug tracing of Ber Decoding.
DECODING_ERROR - Static variable in exception com.novell.ldap.LDAPException
Indicates that the LDAP client encountered errors when decoding an LDAP response from the LDAP server.
DECODING_ERROR - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
DECODING_ERROR - Static variable in exception org.ietf.ldap.LDAPException
Indicates that the LDAP client encountered errors when decoding an LDAP response from the LDAP server.
DEF_IMPL - Static variable in class com.novell.ldap.SPMLConnection
Default spml implementation
DEFAULT_PORT - Static variable in class com.novell.ldap.LDAPConnection
The default port number for LDAP servers.
DEFAULT_PORT - Static variable in class org.ietf.ldap.LDAPConnection
The default port number for LDAP servers.
DEFAULT_SCOPE - Static variable in class com.novell.ldap.LDAPUrl
 
DEFAULT_SSL_PORT - Static variable in class com.novell.ldap.LDAPConnection
The default SSL port number for LDAP servers.
defaulthandler - Variable in class com.novell.ldap.util.SAXEventMultiplexer
 
defaultLocale - Static variable in class com.novell.ldap.resources.ResourcesHandler
The default Locale
defaultMessages - Static variable in class com.novell.ldap.resources.ResourcesHandler
Initialized when the first Exception message string is requested
defaultResultCodes - Static variable in class com.novell.ldap.resources.ResourcesHandler
 
defSearchCons - Variable in class com.novell.ldap.LDAPConnection
 
DEL_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
A delete request operation.
DEL_REQUEST - Static variable in class org.ietf.ldap.LDAPMessage
A delete request operation.
DEL_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
A delete response operation.
DEL_RESPONSE - Static variable in class com.novell.ldap.util.DSMLHandler
 
DEL_RESPONSE - Static variable in class org.ietf.ldap.LDAPMessage
A delete response operation.
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(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 - 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(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
 
delete(String) - Method in class org.ietf.ldap.LDAPConnection
Synchronously deletes the entry with the specified distinguished name from the directory.
delete(String, LDAPConstraints) - Method in class org.ietf.ldap.LDAPConnection
Synchronously deletes the entry with the specified distinguished name from the directory, using the specified constraints.
delete(String, LDAPResponseQueue) - Method in class org.ietf.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 org.ietf.ldap.LDAPConnection
Asynchronously deletes the entry with the specified distinguished name from the directory, using the specified contraints and queue.
DELETE - Static variable in class org.ietf.ldap.LDAPModification
Deletes the listed values from the given attribute.
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.
DELETE_REQUEST - Static variable in class com.novell.ldap.util.DSMLHandler
 
deleteOldRDN - Variable in class com.novell.ldap.util.DSMLHandler
 
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_ALWAYS - Static variable in class org.ietf.ldap.LDAPSearchConstraints
Used to indicate that aliases are dereferenced when searching for the starting entry and when searching the entries beneath the starting point.
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_FINDING - Static variable in class org.ietf.ldap.LDAPSearchConstraints
Used to indicate that aliases are dereferenced when searching for the starting entry but are not dereferenced when searching the entries beneath the starting point.
DEREF_NEVER - Static variable in class com.novell.ldap.LDAPSearchConstraints
Indicates that aliases are never dereferenced.
DEREF_NEVER - Static variable in class org.ietf.ldap.LDAPSearchConstraints
Used to indicate 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.
DEREF_SEARCHING - Static variable in class org.ietf.ldap.LDAPSearchConstraints
Used to indicate that aliases are are derefrenced when searching the entries beneath the starting point but not when searching for the starting entry.
dereference - Variable in class com.novell.ldap.LDAPSearchConstraints
 
description - Variable in class com.novell.ldap.client.SchemaParser
 
description - Variable in class com.novell.ldap.LDAPSchemaElement
The description for the schema element.
destroyClone(boolean) - Method in class com.novell.ldap.Connection
Destroys a clone of LDAPConnection.
DIGEST_METHOD - Static variable in class com.novell.sasl.client.DigestMD5SaslClient
 
DigestCalcHA1(String, String, String, String, String, String) - Method in class com.novell.sasl.client.DigestMD5SaslClient
Calculates the HA1 portion of the response
DigestCalcResponse(char[], String, String, String, String, String, String, boolean) - Method in class com.novell.sasl.client.DigestMD5SaslClient
This function calculates the response-value of the response directive of the digest-response as documented in RFC 2831
DigestChallenge - Class in com.novell.sasl.client
Implements the DigestChallenge class which will be used by the DigestMD5SaslClient class
DigestChallenge(byte[]) - Constructor for class com.novell.sasl.client.DigestChallenge
 
DigestMD5SaslClient - Class in com.novell.sasl.client
Implements the Client portion of DigestMD5 Sasl mechanism.
DigestMD5SaslClient(String, String, String, Map, CallbackHandler) - Constructor for class com.novell.sasl.client.DigestMD5SaslClient
Creates an DigestMD5SaslClient object using the parameters supplied.
DirectiveList - Class in com.novell.sasl.client
Implements the DirectiveList class whihc will be used by the DigestMD5SaslClient class
DirectiveList(byte[]) - Constructor for class com.novell.sasl.client.DirectiveList
Constructs a new DirectiveList.
DIRECTORY_OPERATION - Static variable in class com.novell.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for directory operations.
DIRECTORY_OPERATION - Static variable in class org.ietf.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for directory operations.
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(LDAPConstraints, boolean) - Method in class com.novell.ldap.LDAPConnection
Synchronously disconnect from the server
disconnect() - Method in class com.novell.ldap.SPMLConnection
 
disconnect(LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
disconnect() - Method in class org.ietf.ldap.LDAPConnection
Synchronously disconnects from the LDAP server.
disconnect(LDAPConstraints) - Method in class org.ietf.ldap.LDAPConnection
Synchronously disconnects from the LDAP server, including constraints to send with the unbind request.
dispose() - Method in class com.novell.sasl.client.DigestMD5SaslClient
Disposes of any system resources or security-sensitive information the SaslClient might be using.
dispose() - Method in class com.novell.sasl.client.ExternalSaslClient
Disposes of any system resources or security-sensitive information the SaslClient might be using.
dispose() - Method in interface com.novell.security.sasl.SaslClient
Disposes of any system resources or security-sensitive information the SaslClient might be using.
DISTRIBUTED_OPERATION - Static variable in class com.novell.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for distributed operational attributes.
DISTRIBUTED_OPERATION - Static variable in class org.ietf.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for distributed operational attributes.
DITCONTENT - Static variable in class com.novell.ldap.LDAPSchema
An index into the the arrays schemaTypeNames, idTable, and nameTable
DITSTRUCTURE - Static variable in class com.novell.ldap.LDAPSchema
An index into the the arrays schemaTypeNames, idTable, and nameTable
dmap - Static variable in class com.novell.ldap.util.Base64
conversion table for decoding from base64.
dn - Variable in class com.novell.ldap.client.BindProperties
 
dn - Variable in class com.novell.ldap.LDAPAuthProvider
 
dn - Variable in class com.novell.ldap.LDAPEntry
 
dn - Variable in class com.novell.ldap.LDAPUrl
 
DN - Class in com.novell.ldap.util
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.
dn - Variable in class com.novell.ldap.util.DSMLHandler
 
DN_PARAM_ERROR - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
dnlNumber - Variable in class com.novell.ldap.util.LDIFReader
 
doc - Variable in class com.novell.ldap.util.DOMWriter
 
DOMReader - Class in com.novell.ldap.util
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.
DOMReader.DomAttributesWrapper - Class in com.novell.ldap.util
This wrapper class takes an existing set of DOM attributes, NamedNodeMap, and provides an interface for SAX attributes.
DOMReader.DomAttributesWrapper() - Constructor for class com.novell.ldap.util.DOMReader.DomAttributesWrapper
 
DOMWriter - Class in com.novell.ldap.util
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.
doReferrals - Variable in class com.novell.ldap.LDAPConstraints
 
DSA_OPERATION - Static variable in class com.novell.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for local operational attributes.
DSA_OPERATION - Static variable in class org.ietf.ldap.LDAPAttributeSchema
Indicates that the attribute usage is for local operational attributes.
DsmlConnection - Class in com.novell.ldap
 
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
DSMLHandler - Class in com.novell.ldap.util
 
DSMLHandler() - Constructor for class com.novell.ldap.util.DSMLHandler
 
DSMLReader - Class in com.novell.ldap.util
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 in com.novell.ldap
 
DSMLSearchResults(LDAPReader) - Constructor for class com.novell.ldap.DSMLSearchResults
 
DSMLSearchResults() - Constructor for class com.novell.ldap.DSMLSearchResults
 
DSMLWriter - Class in com.novell.ldap.util
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.
dumpBuffer - Static variable in class com.novell.ldap.client.Debug
 
dumpBuffer() - Static method in class com.novell.ldap.client.Debug
Returns true if dumpBuffer is enabled
dumpBuffer(String, byte[], int, int) - Static method in class com.novell.ldap.client.Debug
Dumps a the specified portion of the byte array, as hexidecmal bytes and also intrepreted as ASCII.
dumpClasses(Class, int) - Static method in class com.novell.ldap.client.Debug
 
dumpInterfaces(Class, int) - Static method in class com.novell.ldap.client.Debug
 
dumpLine(byte[], int, int, int) - Static method in class com.novell.ldap.client.Debug
 
dumpObject - Static variable in class com.novell.ldap.client.Debug
 
dumpObject() - Static method in class com.novell.ldap.client.Debug
Returns true if dumpObect is enabled
dumpObject(Object) - Static method in class com.novell.ldap.client.Debug
Displays information about an object.
dumpObjectConstructors - Static variable in class com.novell.ldap.client.Debug
 
dumpObjectConstructors() - Static method in class com.novell.ldap.client.Debug
Returns true if dumpObectConstructors is enabled
dumpObjectFields - Static variable in class com.novell.ldap.client.Debug
 
dumpObjectFields() - Static method in class com.novell.ldap.client.Debug
Returns true if dumpObjectFields is enabled
dumpObjectHierarchy - Static variable in class com.novell.ldap.client.Debug
 
dumpObjectHierarchy() - Static method in class com.novell.ldap.client.Debug
Returns true if dumpObjectHierarchy is enabled
dumpObjectMethods - Static variable in class com.novell.ldap.client.Debug
 
dumpObjectMethods() - Static method in class com.novell.ldap.client.Debug
Returns true if dumpObectMethods is enabled
DUP_ERROR - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
dupMessage(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcLDAPMessage
Duplicate this message, replacing base dn, filter, and scope if supplied
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcAbandonRequest
 
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcAddRequest
 
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcBindRequest
 
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcCompareRequest
 
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcDelRequest
 
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcExtendedRequest
 
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcModifyDNRequest
 
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcModifyRequest
 
dupRequest(String, String, boolean) - Method in interface com.novell.ldap.rfc2251.RfcRequest
Builds a new request using the data from the this object.
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcSearchRequest
 
dupRequest(String, String, boolean) - Method in class com.novell.ldap.rfc2251.RfcUnbindRequest
 

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