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

E

eArray - Variable in class com.novell.ldap.client.ArrayEnumeration
 
elementName - Variable in class com.novell.ldap.util.LDAPXMLHandler
 
emap - Static variable in class com.novell.ldap.util.Base64
Conversion table for encoding to base64.
empty - Variable in class com.novell.ldap.DSMLSearchResults
Are there no results?
empty - Variable in class com.novell.ldap.SPMLSearchResults
Are there no results?
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1Boolean
Encode the current instance into the specified output stream using the specified encoder object.
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1Choice
Call this method to encode the contents of this ASN1Choice instance into the specified output stream using the specified encoder object.
encode(ASN1Boolean, OutputStream) - Method in interface com.novell.ldap.asn1.ASN1Encoder
Encode an ASN1Boolean directly into the provided output stream.
encode(ASN1Numeric, OutputStream) - Method in interface com.novell.ldap.asn1.ASN1Encoder
Encode an ASN1Numeric directly to a stream.
encode(ASN1Null, OutputStream) - Method in interface com.novell.ldap.asn1.ASN1Encoder
Encode an ASN1Null directly to a stream.
encode(ASN1OctetString, OutputStream) - Method in interface com.novell.ldap.asn1.ASN1Encoder
Encode an ASN1OctetString directly to a stream.
encode(ASN1Structured, OutputStream) - Method in interface com.novell.ldap.asn1.ASN1Encoder
Encode an ASN1Structured directly to a stream.
encode(ASN1Tagged, OutputStream) - Method in interface com.novell.ldap.asn1.ASN1Encoder
Encode an ASN1Tagged directly to a stream.
encode(ASN1Identifier, OutputStream) - Method in interface com.novell.ldap.asn1.ASN1Encoder
Encode an ASN1Identifier directly to a stream.
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1Enumerated
Call this method to encode the current instance into the specified output stream using the specified encoder object.
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1Integer
Call this method to encode the current instance into the specified output stream using the specified encoder object.
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1Null
Call this method to encode the current instance into the specified output stream using the specified encoder object.
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1Object
Abstract method that must be implemented by each child class to encode itself ( an ASN1Object) directly intto a output stream.
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1OctetString
Call this method to encode the current instance into the specified output stream using the specified encoder object.
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1Structured
Encodes the contents of this ASN1Structured directly to an output stream.
encode(ASN1Encoder, OutputStream) - Method in class com.novell.ldap.asn1.ASN1Tagged
Call this method to encode the current instance into the specified output stream using the specified encoder object.
encode(ASN1Boolean, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
BER Encode an ASN1Boolean directly into the specified output stream.
encode(ASN1Numeric, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
Encode an ASN1Numeric directly into the specified outputstream.
encode(ASN1Null, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
Encode an ASN1Null directly into the specified outputstream.
encode(ASN1OctetString, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
Encode an ASN1OctetString directly into the specified outputstream.
encode(ASN1Structured, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
Encode an ASN1Structured into the specified outputstream.
encode(ASN1Tagged, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
Encode an ASN1Tagged directly into the specified outputstream.
encode(ASN1Identifier, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
Encode an ASN1Identifier directly into the specified outputstream.
encode(String) - Static method in class com.novell.ldap.LDAPUrl
Encodes an arbitrary string using the URL encoding rules.
encode(String) - Static method in class com.novell.ldap.util.Base64
Encodes the specified String into a base64 encoded String object.
encode(byte[]) - Static method in class com.novell.ldap.util.Base64
Encodes the specified bytes into a base64 array of bytes.
encode(String) - Static method in class org.ietf.ldap.LDAPUrl
Encodes an arbitrary string using the URL encoding rules.
encodedLength - Variable in class com.novell.ldap.asn1.ASN1Identifier
 
encodedLength - Variable in class com.novell.ldap.asn1.ASN1Length
 
encodeLength(int, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
 
encodeModifications(LDAPModification[]) - Static method in class com.novell.ldap.LDAPModifyRequest
Encode an array of LDAPModifications to ASN.1.
encoder - Variable in class com.novell.ldap.Connection
 
encodeTagInteger(int, OutputStream) - Method in class com.novell.ldap.asn1.LBEREncoder
Encodes the provided tag into the outputstream.
encoding - Static variable in class com.novell.ldap.client.Debug
The string value used to enable debug tracing of BER Encoding.
ENCODING_ERROR - Static variable in exception com.novell.ldap.LDAPException
Indicates that the LDAP client encountered errors when encoding an LDAP request intended for the LDAP server.
ENCODING_ERROR - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
ENCODING_ERROR - Static variable in exception org.ietf.ldap.LDAPException
Indicates that the LDAP client encountered errors when encoding an LDAP request intended for the LDAP server.
END - Static variable in class com.novell.ldap.util.LDAPXMLHandler
 
endDocument() - Method in class com.novell.ldap.util.DSMLHandler
Receive notification of the end of the document.
endDocument() - Method in class com.novell.ldap.util.SAXEventMultiplexer
 
endElement(String, String, String) - Method in class com.novell.ldap.util.DSMLHandler
 
endElement() - Method in class com.novell.ldap.util.LDAPXMLHandler
This method is used to signal the end of Element.
endElement(String, String, String) - Method in class com.novell.ldap.util.SAXEventMultiplexer
 
endElement() - Method in class com.novell.ldap.util.ValueXMLhandler
 
endNestedFilter(int) - Method in class com.novell.ldap.rfc2251.RfcFilter
Completes a nested filter and checks for the valid filter type.
endPrefixMapping(String) - Method in class com.novell.ldap.util.DSMLHandler
Receive notification of the end of a Namespace mapping.
endSubstrings() - Method in class com.novell.ldap.rfc2251.RfcFilter
Completes a SubString filter component.
entries - Variable in class com.novell.ldap.LDAPSearchResults
 
entry - Variable in class com.novell.ldap.LDAPSearchResult
 
entry - Variable in class com.novell.ldap.util.DSMLHandler
 
entry - Variable in class org.ietf.ldap.LDAPEntry
 
ENTRY_ALREADY_EXISTS - Static variable in exception com.novell.ldap.LDAPException
Indicates that the add operation attempted to add an entry that already exists, or that the modify operation attempted to rename an entry to the name of an entry that already exists.
ENTRY_ALREADY_EXISTS - Static variable in exception org.ietf.ldap.LDAPException
Indicates that the add operation attempted to add an entry that already exists, or that the modify operation attempted to rename an entry to the name of an entry that already exists.
ENTRY_PARAM_ERROR - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
entryCount - Variable in class com.novell.ldap.LDAPSearchResults
 
entryDN - Variable in class com.novell.ldap.util.LDIFReader
 
entryIndex - Variable in class com.novell.ldap.LDAPSearchResults
 
EnumeratedIterator - Class in com.novell.ldap.client
wrappers a class of type Iterator and makes it act as an Enumerator.
EnumeratedIterator(Iterator) - Constructor for class com.novell.ldap.client.EnumeratedIterator
 
ephemeralId - Variable in class com.novell.ldap.Connection
 
equalAttrType(String, String) - Method in class com.novell.ldap.util.RDN
Internal function used by equal to compare Attribute types.
equality - Variable in class com.novell.ldap.client.SchemaParser
 
equality - Variable in class com.novell.ldap.LDAPAttributeSchema
 
EQUALITY_MATCH - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for an EQUALITY_MATCH component.
EQUALITY_MATCH - Static variable in class com.novell.ldap.rfc2251.RfcFilter
Identifier for EQUALITY_MATCH component.
EQUALITY_MATCH - Static variable in class com.novell.ldap.util.DSMLHandler
 
equals(byte[], byte[]) - Method in class com.novell.ldap.LDAPAttribute
Returns true if the two specified arrays of bytes are equal to each another.
equals(Object) - Method in class com.novell.ldap.LDAPCompareAttrNames
Determines if this comparator is equal to the comparator passed in.
equals(String, String) - Static method in class com.novell.ldap.LDAPDN
Compares the two strings per the distinguishedNameMatch equality matching (using case-ignore matching).
equals(DN) - Method in class com.novell.ldap.util.DN
Compares this DN to the specified DN to determine if they are equal.
equals(RDN) - Method in class com.novell.ldap.util.RDN
Compares the RDN to the rdn passed.
equals(Object) - Method in class org.ietf.ldap.LDAPAttributeSet
Compares the specified object with this set for equality.
equals(Object) - Method in class org.ietf.ldap.LDAPCompareAttrNames
Returns true if this comparator is equal to the specified comparator.
equals(String, String) - Static method in class org.ietf.ldap.LDAPDN
Compares the two strings per the distinguishedNameMatch equality matching (using case-ignore matching).
error(SAXParseException) - Method in class com.novell.ldap.util.DSMLHandler
 
ERROR_MESSAGE - Static variable in class com.novell.ldap.util.DSMLHandler
 
ERROR_RESPONSE - Static variable in class com.novell.ldap.util.DSMLHandler
 
errorMessage - Variable in class com.novell.ldap.util.DSMLHandler
 
errors - Variable in class com.novell.ldap.util.DSMLHandler
 
errorType - Variable in class com.novell.ldap.util.DSMLHandler
 
escapeRDN(String) - Static method in class com.novell.ldap.LDAPDN
Returns the RDN after escaping the characters requiring escaping.
escapeRDN(String) - Static method in class org.ietf.ldap.LDAPDN
Returns the RDN after escaping the characters requiring escaping.
evaluateChallenge(byte[]) - Method in class com.novell.sasl.client.DigestMD5SaslClient
Evaluates the challenge data and generates a response.
evaluateChallenge(byte[]) - Method in class com.novell.sasl.client.ExternalSaslClient
Evaluates the challenge data and generates a response.
evaluateChallenge(byte[]) - Method in interface com.novell.security.sasl.SaslClient
If a challenge is received from the server during the authentication process, this method is called to prepare an appropriate next response to submit to the server.
EventsCalls - Static variable in class com.novell.ldap.client.Debug
The string value used to enable display of Events Calls.
exception - Variable in class com.novell.ldap.LDAPResponse
 
exception - Variable in exception com.novell.security.sasl.SaslException
 
exception - Variable in exception org.ietf.ldap.LDAPException
 
exception - Variable in exception org.ietf.ldap.LDAPReferralException
 
ExceptionMessages - Class in com.novell.ldap.resources
This class contains strings that may be associated with Exceptions generated by the LDAP API libraries.
ExceptionMessages() - Constructor for class com.novell.ldap.resources.ExceptionMessages
 
execQuery(LDAPMessage) - Method in class com.novell.ldap.DsmlConnection
Short hand for retrieving results from a query
execQuery(LDAPMessage) - Method in class com.novell.ldap.SPMLConnection
Short hand for retrieving results from a query
exop - Variable in class org.ietf.ldap.LDAPExtendedOperation
 
EXPECTING_LEFT_PAREN - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
EXPECTING_RIGHT_PAREN - Static variable in class com.novell.ldap.resources.ExceptionMessages
 
explicit - Variable in class com.novell.ldap.asn1.ASN1Tagged
 
explodeDN(String, boolean) - Static method in class com.novell.ldap.LDAPDN
Returns the individual components of a distinguished name (DN).
explodeDN(boolean) - Method in class com.novell.ldap.util.DN
return a string array of the individual RDNs contained in the DN
explodeDN(String, boolean) - Static method in class org.ietf.ldap.LDAPDN
Returns the individual components of a distinguished name (DN).
explodeRDN(String, boolean) - Static method in class com.novell.ldap.LDAPDN
Returns the individual components of a relative distinguished name (RDN), normalized.
explodeRDN(boolean) - Method in class com.novell.ldap.util.RDN
Returns each multivalued name in the current RDN as an array of Strings.
explodeRDN(String, boolean) - Static method in class org.ietf.ldap.LDAPDN
Returns the individual components of a relative distinguished name
EXTENDED_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
An extended request operation.
EXTENDED_REQUEST - Static variable in class com.novell.ldap.util.DSMLHandler
 
EXTENDED_REQUEST - Static variable in class org.ietf.ldap.LDAPMessage
An extended request operation.
EXTENDED_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
An extended response operation.
EXTENDED_RESPONSE - Static variable in class com.novell.ldap.util.DSMLHandler
 
EXTENDED_RESPONSE - Static variable in class org.ietf.ldap.LDAPMessage
An extended response operation.
EXTENDED_RESPONSE_NAME - Static variable in class com.novell.ldap.util.DSMLHandler
 
EXTENDED_RESPONSE_RESPONSE - Static variable in class com.novell.ldap.util.DSMLHandler
 
extendedOperation(LDAPExtendedOperation) - Method in class com.novell.ldap.LDAPConnection
Provides a synchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server.
extendedOperation(LDAPExtendedOperation, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Provides a synchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server.
extendedOperation(LDAPExtendedOperation, LDAPResponseQueue) - Method in class com.novell.ldap.LDAPConnection
Provides an asynchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server.
extendedOperation(LDAPExtendedOperation, LDAPConstraints, LDAPResponseQueue) - Method in class com.novell.ldap.LDAPConnection
Provides an asynchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server.
extendedOperation(LDAPExtendedOperation) - Method in class org.ietf.ldap.LDAPConnection
Provides a synchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server.
extendedOperation(LDAPExtendedOperation, LDAPSearchConstraints) - Method in class org.ietf.ldap.LDAPConnection
Provides a synchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server.
extendedOperation(LDAPExtendedOperation, LDAPResponseQueue) - Method in class org.ietf.ldap.LDAPConnection
Provides an asynchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server.
extendedOperation(LDAPExtendedOperation, LDAPSearchConstraints, LDAPResponseQueue) - Method in class org.ietf.ldap.LDAPConnection
Provides an asynchronous means to access extended, non-mandatory operations offered by a particular LDAPv3 compliant server.
EXTENSIBLE_MATCH - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for an EXTENSIBLE_MATCH component.
EXTENSIBLE_MATCH - Static variable in class com.novell.ldap.rfc2251.RfcFilter
Identifier for EXTENSIBLE_MATCH component.
EXTENSIBLE_MATCH - Static variable in class com.novell.ldap.util.DSMLHandler
 
extensions - Variable in class com.novell.ldap.LDAPUrl
 
ExternalSaslClient - Class in com.novell.sasl.client
Implements the ExternalSaslClient mechanism.
ExternalSaslClient(String, String, String, Map, CallbackHandler) - Constructor for class com.novell.sasl.client.ExternalSaslClient
Creates an ExternalSaslClient object using the parameters supplied.
ExtResponseFactory - Class in com.novell.ldap.client
Takes an LDAPExtendedResponse and returns an object (that implements the base class ParsedExtendedResponse) based on the OID.
ExtResponseFactory() - Constructor for class com.novell.ldap.client.ExtResponseFactory
 

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