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

L

LBERDecoder - class com.novell.ldap.asn1.LBERDecoder.
This class provides LBER decoding routines for ASN.1 Types.
LBERDecoder() - Constructor for class com.novell.ldap.asn1.LBERDecoder
 
LBEREncoder - class com.novell.ldap.asn1.LBEREncoder.
This class provides LBER encoding routines for ASN.1 Types.
LBEREncoder() - Constructor for class com.novell.ldap.asn1.LBEREncoder
 
LBURPEndReplReqOID - Static variable in class com.novell.ldap.extensions.LburpConstants
A constant for the EndLBURPRequest OID
LBURPEndReplResOID - Static variable in class com.novell.ldap.extensions.LburpConstants
A constant for the EndLBURPResponse OID
LBURPFullUpdateOID - Static variable in class com.novell.ldap.extensions.LburpConstants
A constant for the LBURPFull Update Protocol OID
LBURPIncUpdateOID - Static variable in class com.novell.ldap.extensions.LburpConstants
A constant for the LBURPIncremental Update Protocol OID
LBURPOperationReqOID - Static variable in class com.novell.ldap.extensions.LburpConstants
A constant for the LBURPOperationRequest OID
LBURPOperationResOID - Static variable in class com.novell.ldap.extensions.LburpConstants
A constant for the LBURPOperationResponse OID
LBURPStartReplReqOID - Static variable in class com.novell.ldap.extensions.LburpConstants
A constant for the StartLBURPRequest OID
LBURPStartReplResOID - Static variable in class com.novell.ldap.extensions.LburpConstants
A constant for the StartLBURPResponse OID
LDAPAbandonRequest - class com.novell.ldap.LDAPAbandonRequest.
Represents an LDAP Abandon Request
LDAPAbandonRequest(int, LDAPControl[]) - Constructor for class com.novell.ldap.LDAPAbandonRequest
Construct an LDAP Abandon Request.
LDAPAddRequest - class com.novell.ldap.LDAPAddRequest.
Represents an LDAP Add Request.
LDAPAddRequest() - Constructor for class com.novell.ldap.LDAPAddRequest
This constructor was added to support default Serialization
LDAPAddRequest(LDAPEntry, LDAPControl[]) - Constructor for class com.novell.ldap.LDAPAddRequest
Constructs a request to add an entry to the directory.
LDAPAttribute - class com.novell.ldap.LDAPAttribute.
The name and values of one attribute of a directory entry.
LDAPAttribute() - Constructor for class com.novell.ldap.LDAPAttribute
This constructor was added to support default Serialization
LDAPAttribute(LDAPAttribute) - Constructor for class com.novell.ldap.LDAPAttribute
Constructs an attribute with copies of all values of the input attribute.
LDAPAttribute(String) - Constructor for class com.novell.ldap.LDAPAttribute
Constructs an attribute with no values.
LDAPAttribute(String, byte[]) - Constructor for class com.novell.ldap.LDAPAttribute
Constructs an attribute with a byte-formatted value.
LDAPAttribute(String, String) - Constructor for class com.novell.ldap.LDAPAttribute
Constructs an attribute with a single string value.
LDAPAttribute(String, String[]) - Constructor for class com.novell.ldap.LDAPAttribute
Constructs an attribute with an array of string values.
LDAPAttributeSchema - class com.novell.ldap.LDAPAttributeSchema.
The definition of an attribute type in the schema.
LDAPAttributeSchema() - Constructor for class com.novell.ldap.LDAPAttributeSchema
This constructor was added to support default Serialization
LDAPAttributeSchema(String[], String, String, String, boolean, String, boolean, String, String, String, boolean, boolean, int) - Constructor for class com.novell.ldap.LDAPAttributeSchema
Constructs an attribute definition for adding to or deleting from a directory's schema.
LDAPAttributeSchema(String) - Constructor for class com.novell.ldap.LDAPAttributeSchema
Constructs an attribute definition from the raw string value returned on a directory query for "attributetypes".
LDAPAttributeSet - class com.novell.ldap.LDAPAttributeSet.
A set of LDAPAttribute objects.
LDAPAttributeSet() - Constructor for class com.novell.ldap.LDAPAttributeSet
Constructs an empty set of attributes.
LDAPAuthHandler - interface com.novell.ldap.LDAPAuthHandler.
Used to provide credentials for authentication when processing a referral.
LDAPAuthProvider - class com.novell.ldap.LDAPAuthProvider.
An implementation of LDAPAuthHandler must be able to provide an LDAPAuthProvider object at the time of a referral.
LDAPAuthProvider(String, byte[]) - Constructor for class com.novell.ldap.LDAPAuthProvider
Constructs information that is used by the client for authentication when following referrals automatically.
LDAPBackupRequest - class com.novell.ldap.extensions.LDAPBackupRequest.
This class provides an LDAP interface for object based backup of eDirectory objects.
LDAPBackupRequest(String, byte[], String) - Constructor for class com.novell.ldap.extensions.LDAPBackupRequest
Constructs an extended operations object for getting data about any Object.
LDAPBackupResponse - class com.novell.ldap.extensions.LDAPBackupResponse.
This object represent the data returned from a LDAPBackupRequest.
LDAPBackupResponse(RfcLDAPMessage) - Constructor for class com.novell.ldap.extensions.LDAPBackupResponse
Constructs an object from the responseValue which contains the backup data.
LDAPBindHandler - interface com.novell.ldap.LDAPBindHandler.
Used to do explicit bind processing on a referral.
LDAPBindRequest - class com.novell.ldap.LDAPBindRequest.
Represents a simple bind request.
LDAPBindRequest(int, String, byte[], LDAPControl[]) - Constructor for class com.novell.ldap.LDAPBindRequest
Constructs a simple bind request.
LDAPCompareAttrNames - class com.novell.ldap.LDAPCompareAttrNames.
Compares LDAP entries based on attribute name.
LDAPCompareAttrNames(String) - Constructor for class com.novell.ldap.LDAPCompareAttrNames
Constructs an object that sorts results by a single attribute, in ascending order.
LDAPCompareAttrNames(String, boolean) - Constructor for class com.novell.ldap.LDAPCompareAttrNames
Constructs an object that sorts results by a single attribute, in either ascending or descending order.
LDAPCompareAttrNames(String[]) - Constructor for class com.novell.ldap.LDAPCompareAttrNames
Constructs an object that sorts by one or more attributes, in the order provided, in ascending order.
LDAPCompareAttrNames(String[], boolean[]) - Constructor for class com.novell.ldap.LDAPCompareAttrNames
Constructs an object that sorts by one or more attributes, in the order provided, in either ascending or descending order for each attribute.
LDAPCompareRequest - class com.novell.ldap.LDAPCompareRequest.
Represents an LDAP Compare Request.
LDAPCompareRequest() - Constructor for class com.novell.ldap.LDAPCompareRequest
This constructor was added to support default Serialization
LDAPCompareRequest(String, String, byte[], LDAPControl[]) - Constructor for class com.novell.ldap.LDAPCompareRequest
Constructs an LDAPCompareRequest Object.
LDAPConnection - class com.novell.ldap.LDAPConnection.
The central class that encapsulates the connection to a directory server through the LDAP protocol.
LDAPConnection() - Constructor for class com.novell.ldap.LDAPConnection
Constructs a new LDAPConnection object, which represents a connection to an LDAP server.
LDAPConnection(LDAPSocketFactory) - Constructor for class com.novell.ldap.LDAPConnection
Constructs a new LDAPConnection object, which will use the supplied class factory to construct a socket connection during LDAPConnection.connect method.
LDAPConnection(int) - Constructor for class com.novell.ldap.LDAPConnection
Constructs a new LDAPConnection object, which will use the supplied timeout value to construct a socket connection during LDAPConnection.connect method with the specified socket connect timeout value.
LDAPConstraints - class com.novell.ldap.LDAPConstraints.
Defines options controlling LDAP operations on the directory.
LDAPConstraints() - Constructor for class com.novell.ldap.LDAPConstraints
Constructs a new LDAPConstraints object that specifies the default set of constraints.
LDAPConstraints(int, boolean, LDAPReferralHandler, int) - Constructor for class com.novell.ldap.LDAPConstraints
Constructs a new LDAPConstraints object specifying constraints that control wait time, and referral handling.
LDAPControl - class com.novell.ldap.LDAPControl.
Encapsulates optional additional parameters or constraints to be applied to an LDAP operation.
LDAPControl() - Constructor for class com.novell.ldap.LDAPControl
This constructor was added to support default Serialization
LDAPControl(String, boolean, byte[]) - Constructor for class com.novell.ldap.LDAPControl
Constructs a new LDAPControl object using the specified values.
LDAPControl(RfcControl) - Constructor for class com.novell.ldap.LDAPControl
Create an LDAPControl from an existing control.
LDAPDITContentRuleSchema - class com.novell.ldap.LDAPDITContentRuleSchema.
Represents a DIT (Directory Information Tree) content rule in a directory schema.
LDAPDITContentRuleSchema() - Constructor for class com.novell.ldap.LDAPDITContentRuleSchema
This constructor was added to support default Serialization
LDAPDITContentRuleSchema(String[], String, String, boolean, String[], String[], String[], String[]) - Constructor for class com.novell.ldap.LDAPDITContentRuleSchema
Constructs a DIT content rule for adding to or deleting from the schema.
LDAPDITContentRuleSchema(String) - Constructor for class com.novell.ldap.LDAPDITContentRuleSchema
Constructs a DIT content rule from the raw string value returned from a schema query for dITContentRules.
LDAPDITStructureRuleSchema - class com.novell.ldap.LDAPDITStructureRuleSchema.
Represents the definition of a specific DIT (Directory Information Tree) structure rule in the directory schema.
LDAPDITStructureRuleSchema() - Constructor for class com.novell.ldap.LDAPDITStructureRuleSchema
This constructor was added to support default Serialization
LDAPDITStructureRuleSchema(String[], int, String, boolean, String, String[]) - Constructor for class com.novell.ldap.LDAPDITStructureRuleSchema
Constructs a DIT structure rule for adding to or deleting from the schema.
LDAPDITStructureRuleSchema(String) - Constructor for class com.novell.ldap.LDAPDITStructureRuleSchema
Constructs a DIT structure rule from the raw string value returned from a schema query for dITStructureRules.
LDAPDN - class com.novell.ldap.LDAPDN.
A utility class to facilitate composition and deomposition of distinguished names (DNs).
LDAPDN() - Constructor for class com.novell.ldap.LDAPDN
 
LDAPDSConstants - interface com.novell.ldap.LDAPDSConstants.
LDAPDSConstants.java contains bit values for [Entry Rights], [All attribute Rights], attribute rights, and entry flags in Novell eDirectory
LDAPDeleteRequest - class com.novell.ldap.LDAPDeleteRequest.
Represents a request to delete an entry.
LDAPDeleteRequest() - Constructor for class com.novell.ldap.LDAPDeleteRequest
This constructor was added to support default Serialization
LDAPDeleteRequest(String, LDAPControl[]) - Constructor for class com.novell.ldap.LDAPDeleteRequest
Constructs a request to delete an entry from the directory
LDAPEffectivePrivilegesControl - class com.novell.ldap.controls.LDAPEffectivePrivilegesControl.
LDAPEffectivePrivilegesControl is a Server Control.
LDAPEffectivePrivilegesControl(boolean, boolean, ArrayList) - Constructor for class com.novell.ldap.controls.LDAPEffectivePrivilegesControl
Constructs a Effective Privileges control with includeAllLegalAttributes and selectionList passed in the argument.
LDAPEffectivePrivilegesSelection - class com.novell.ldap.controls.LDAPEffectivePrivilegesSelection.
Encapsulates parameters for selction of attribute names or object class names for Effective Privileges Control
LDAPEffectivePrivilegesSelection() - Constructor for class com.novell.ldap.controls.LDAPEffectivePrivilegesSelection
Default Constructor.
LDAPEffectivePrivilegesSelection(String, String) - Constructor for class com.novell.ldap.controls.LDAPEffectivePrivilegesSelection
Constructs a new LDAPEffectivePrivilegesSelection object using either selectionAttr or selectionClass.
LDAPEntry - class com.novell.ldap.LDAPEntry.
Represents a single entry in a directory, consisting of a distinguished name (DN) and zero or more attributes.
LDAPEntry() - Constructor for class com.novell.ldap.LDAPEntry
Constructs an empty entry.
LDAPEntry(String) - Constructor for class com.novell.ldap.LDAPEntry
Constructs a new entry with the specified distinguished name and with an empty attribute set.
LDAPEntry(String, LDAPAttributeSet) - Constructor for class com.novell.ldap.LDAPEntry
Constructs a new entry with the specified distinguished name and set of attributes.
LDAPEntryChangeControl - class com.novell.ldap.controls.LDAPEntryChangeControl.
LDAPEntryChangeControl is a Server Control returned at the request of the client in response to a persistent search request.
LDAPEntryChangeControl(String, boolean, byte[]) - Constructor for class com.novell.ldap.controls.LDAPEntryChangeControl
This constructor is called by the SDK to create an LDAPEntryChangeControl.
LDAPEvent - class com.novell.ldap.events.LDAPEvent.
This class represents an generic event fired in response to an notification (LDAPResponse) sent by the LDAP Server.
LDAPEvent(LDAPEventSource, LDAPMessage, int, int) - Constructor for class com.novell.ldap.events.LDAPEvent
The default constructor used to construct the LDAPEvent.
LDAPEventListener - interface com.novell.ldap.events.LDAPEventListener.
This interface defines the generic listener for handling LDAP Events.
LDAPEventSource - class com.novell.ldap.events.LDAPEventSource.
The base Class which is used by all Ldap Event Generator.
LDAPEventSource() - Constructor for class com.novell.ldap.events.LDAPEventSource
 
LDAPEventSource.EventsGenerator - class com.novell.ldap.events.LDAPEventSource.EventsGenerator.
This inner Thread is used to notify the Registered Listener when an LDAPResponse occurs.
LDAPEventSource.EventsGenerator(LDAPEventSource, LDAPMessageQueue, LDAPEventListener, LDAPConnection, int) - Constructor for class com.novell.ldap.events.LDAPEventSource.EventsGenerator
Default Constructor for EventGenerator.
LDAPException - exception com.novell.ldap.LDAPException.
Thrown to indicate that an LDAP exception has occurred.
LDAPException() - Constructor for class com.novell.ldap.LDAPException
Constructs a default exception with no specific error information.
LDAPException(String, int, String) - Constructor for class com.novell.ldap.LDAPException
Constructs an exception with a detailed message obtained from the specified MessageOrKey String, the result code, and a server meessage.
LDAPException(String, Object[], int, String) - Constructor for class com.novell.ldap.LDAPException
Constructs an exception with a detailed message obtained from the specified MessageOrKey String and modifying arguments.
LDAPException(String, int, String, Throwable) - Constructor for class com.novell.ldap.LDAPException
Constructs an exception with a detailed message obtained from the specified MessageOrKey String.
LDAPException(String, Object[], int, String, Throwable) - Constructor for class com.novell.ldap.LDAPException
Constructs an exception with a detailed message obtained from the specified MessageOrKey String and modifying arguments.
LDAPException(String, int, String, String) - Constructor for class com.novell.ldap.LDAPException
Constructs an exception with a detailed message obtained from the specified MessageOrKey String.
LDAPException(String, Object[], int, String, String) - Constructor for class com.novell.ldap.LDAPException
Constructs an exception with a detailed message obtained from the specified MessageOrKey String and modifying arguments.
LDAPExceptionEvent - class com.novell.ldap.events.LDAPExceptionEvent.
This class represents an event fired when an Exception occurs during the process of listening to the LDAP Events.
LDAPExceptionEvent(LDAPEventSource, LDAPException, LDAPMessage) - Constructor for class com.novell.ldap.events.LDAPExceptionEvent
The Default Constructor which contains an LDAPException causing the event.
LDAPExtendedOperation - class com.novell.ldap.LDAPExtendedOperation.
Encapsulates an ID which uniquely identifies a particular extended operation, known to a particular server, and the data associated with that extended operation.
LDAPExtendedOperation() - Constructor for class com.novell.ldap.LDAPExtendedOperation
This constructor was added to support default Serialization
LDAPExtendedOperation(String, byte[]) - Constructor for class com.novell.ldap.LDAPExtendedOperation
Constructs a new object with the specified object ID and data.
LDAPExtendedRequest - class com.novell.ldap.LDAPExtendedRequest.
Represents an LDAP Extended Request.
LDAPExtendedRequest() - Constructor for class com.novell.ldap.LDAPExtendedRequest
This constructor was added to support default Serialization
LDAPExtendedRequest(LDAPExtendedOperation, LDAPControl[]) - Constructor for class com.novell.ldap.LDAPExtendedRequest
Constructs an LDAPExtendedRequest.
LDAPExtendedResponse - class com.novell.ldap.LDAPExtendedResponse.
Encapsulates the response returned by an LDAP server on an asynchronous extended operation request.
LDAPExtendedResponse() - Constructor for class com.novell.ldap.LDAPExtendedResponse
This constructor was added to support default Serialization
LDAPExtendedResponse(int, String, String, String[], LDAPControl[], String, byte[]) - Constructor for class com.novell.ldap.LDAPExtendedResponse
Creates the Extended Response Object passing the individual parameters.
LDAPExtendedResponse(RfcLDAPMessage) - Constructor for class com.novell.ldap.LDAPExtendedResponse
Creates an LDAPExtendedResponse object which encapsulates a server response to an asynchronous extended operation request.
LDAPIntermediateResponse - class com.novell.ldap.LDAPIntermediateResponse.
Encapsulates the response returned by an LDAP server on an asynchronous extended operation request.
LDAPIntermediateResponse(RfcLDAPMessage) - Constructor for class com.novell.ldap.LDAPIntermediateResponse
Creates an LDAPIntermediateResponse object which encapsulates a server response to an asynchronous extended operation request.
LDAPJSSESecureSocketFactory - class com.novell.ldap.LDAPJSSESecureSocketFactory.
Represents a socket factory that creates secure socket connections to LDAP servers using JSSE technology.
LDAPJSSESecureSocketFactory() - Constructor for class com.novell.ldap.LDAPJSSESecureSocketFactory
Constructs an LDAPSecureSocketFactory object using the default provider for a JSSE SSLSocketFactory.
LDAPJSSESecureSocketFactory(SSLSocketFactory) - Constructor for class com.novell.ldap.LDAPJSSESecureSocketFactory
Constructs an LDAPSocketFactory object using the SSLSocketFactory specified.
LDAPJSSEStartTLSFactory - class com.novell.ldap.LDAPJSSEStartTLSFactory.
Represents a socket factory that the method startTLS of LDAPConnection can use to create secure TLS connections to LDAP servers using JSSE technology.
LDAPJSSEStartTLSFactory() - Constructor for class com.novell.ldap.LDAPJSSEStartTLSFactory
Constructs an LDAPJSSEStartTLSFactory object using the default settings for a JSSE SSLSocketFactory.
LDAPJSSEStartTLSFactory(SSLSocketFactory) - Constructor for class com.novell.ldap.LDAPJSSEStartTLSFactory
Constructs an LDAPSocketFactory using the SSLSocketFactory specified.
LDAPLburpRequest - class com.novell.ldap.LDAPLburpRequest.
Creates the LburpRequest
LDAPLburpRequest(LDAPMessage) - Constructor for class com.novell.ldap.LDAPLburpRequest
 
LDAPLocalException - exception com.novell.ldap.LDAPLocalException.
Represents an LDAP exception that is not a result of a server response.
LDAPLocalException() - Constructor for class com.novell.ldap.LDAPLocalException
Constructs a default exception with no specific error information.
LDAPLocalException(String, int) - Constructor for class com.novell.ldap.LDAPLocalException
Constructs a local exception with a detailed message obtained from the specified MessageOrKey String and the result code.
LDAPLocalException(String, Object[], int) - Constructor for class com.novell.ldap.LDAPLocalException
Constructs a local exception with a detailed message obtained from the specified MessageOrKey String and modifying arguments.
LDAPLocalException(String, int, Throwable) - Constructor for class com.novell.ldap.LDAPLocalException
Constructs a local exception with a detailed message obtained from the specified MessageOrKey String.
LDAPLocalException(String, Object[], int, Throwable) - Constructor for class com.novell.ldap.LDAPLocalException
Constructs a local exception with a detailed message obtained from the specified MessageOrKey String and modifying arguments.
LDAPMatchingRuleSchema - class com.novell.ldap.LDAPMatchingRuleSchema.
The schematic definition of a particular matching rule in a particular Directory Server.
LDAPMatchingRuleSchema() - Constructor for class com.novell.ldap.LDAPMatchingRuleSchema
This constructor was added to support default Serialization
LDAPMatchingRuleSchema(String[], String, String, String[], boolean, String) - Constructor for class com.novell.ldap.LDAPMatchingRuleSchema
Constructs a matching rule definition for adding to or deleting from a directory.
LDAPMatchingRuleSchema(String, String) - Constructor for class com.novell.ldap.LDAPMatchingRuleSchema
Constructs a matching rule definition from the raw string values returned from a schema query for "matchingRule" and for "matchingRuleUse" for the same rule.
LDAPMatchingRuleUseSchema - class com.novell.ldap.LDAPMatchingRuleUseSchema.
Represents the definition of a specific matching rule use in the directory schema.
LDAPMatchingRuleUseSchema() - Constructor for class com.novell.ldap.LDAPMatchingRuleUseSchema
This constructor was added to support default Serialization
LDAPMatchingRuleUseSchema(String[], String, String, boolean, String[]) - Constructor for class com.novell.ldap.LDAPMatchingRuleUseSchema
Constructs a matching rule use definition for adding to or deleting from the schema.
LDAPMatchingRuleUseSchema(String) - Constructor for class com.novell.ldap.LDAPMatchingRuleUseSchema
Constructs a matching rule use definition from the raw string value returned on a schema query for matchingRuleUse.
LDAPMessage - class com.novell.ldap.LDAPMessage.
The base class for LDAP request and response messages.
LDAPMessage(RfcLDAPMessage) - Constructor for class com.novell.ldap.LDAPMessage
Creates an Rfc 2251 LDAPMessage when the libraries receive a response from a command.
LDAPMessageQueue - class com.novell.ldap.LDAPMessageQueue.
Represents a queue of incoming asynchronous messages from the server.
LDAPModification - class com.novell.ldap.LDAPModification.
A single add, delete, or replace operation to an LDAPAttribute.
LDAPModification() - Constructor for class com.novell.ldap.LDAPModification
This constructor was added to support default Serialization
LDAPModification(int, LDAPAttribute) - Constructor for class com.novell.ldap.LDAPModification
Specifies a modification to be made to an attribute.
LDAPModifyDNRequest - class com.novell.ldap.LDAPModifyDNRequest.
Represents an LDAP ModifyDN request
LDAPModifyDNRequest() - Constructor for class com.novell.ldap.LDAPModifyDNRequest
This constructor was added to support default Serialization
LDAPModifyDNRequest(String, String, String, boolean, LDAPControl[]) - Constructor for class com.novell.ldap.LDAPModifyDNRequest
Constructs a ModifyDN (rename) Request.
LDAPModifyRequest - class com.novell.ldap.LDAPModifyRequest.
Modification Request.
LDAPModifyRequest() - Constructor for class com.novell.ldap.LDAPModifyRequest
This constructor was added to support default Serialization
LDAPModifyRequest(String, LDAPModification[], LDAPControl[]) - Constructor for class com.novell.ldap.LDAPModifyRequest
Constructs an LDAP Modify request.
LDAPNameFormSchema - class com.novell.ldap.LDAPNameFormSchema.
A specific a name form in the directory schema.
LDAPNameFormSchema() - Constructor for class com.novell.ldap.LDAPNameFormSchema
This constructor was added to support default Serialization
LDAPNameFormSchema(String[], String, String, boolean, String, String[], String[]) - Constructor for class com.novell.ldap.LDAPNameFormSchema
Constructs a name form for adding to or deleting from the schema.
LDAPNameFormSchema(String) - Constructor for class com.novell.ldap.LDAPNameFormSchema
 
LDAPObjectClassSchema - class com.novell.ldap.LDAPObjectClassSchema.
The schema definition of an object class in a directory server.
LDAPObjectClassSchema() - Constructor for class com.novell.ldap.LDAPObjectClassSchema
This constructor was added to support default Serialization
LDAPObjectClassSchema(String[], String, String[], String, String[], String[], int, boolean) - Constructor for class com.novell.ldap.LDAPObjectClassSchema
Constructs an object class definition for adding to or deleting from a directory's schema.
LDAPObjectClassSchema(String) - Constructor for class com.novell.ldap.LDAPObjectClassSchema
Constructs an object class definition from the raw string value returned from a directory query for "objectClasses".
LDAPPersistSearchControl - class com.novell.ldap.controls.LDAPPersistSearchControl.
LDAPPersistSearchControl is a Server Control that allows a client to receive notifications from the server of changes to entries within the searches result set.
LDAPPersistSearchControl() - Constructor for class com.novell.ldap.controls.LDAPPersistSearchControl
The default constructor.
LDAPPersistSearchControl(int, boolean, boolean, boolean) - Constructor for class com.novell.ldap.controls.LDAPPersistSearchControl
Constructs an LDAPPersistSearchControl object according to the supplied parameters.
LDAPReader - interface com.novell.ldap.util.LDAPReader.
Describes the interfaces used by applications to read LDAP messages from an input source.
LDAPReferralException - exception com.novell.ldap.LDAPReferralException.
Thrown when a server returns a referral and when a referral has not been followed.
LDAPReferralException() - Constructor for class com.novell.ldap.LDAPReferralException
Constructs a default exception with no specific error information.
LDAPReferralException(String) - Constructor for class com.novell.ldap.LDAPReferralException
Constructs a default exception with a specified string as additional information.
LDAPReferralException(String, Object[]) - Constructor for class com.novell.ldap.LDAPReferralException
Constructs a default exception with a specified string as additional information.
LDAPReferralException(String, Throwable) - Constructor for class com.novell.ldap.LDAPReferralException
Constructs a default exception with a specified string as additional information and an exception that indicates a failure to follow a referral.
LDAPReferralException(String, Object[], Throwable) - Constructor for class com.novell.ldap.LDAPReferralException
Constructs a default exception with a specified string as additional information and an exception that indicates a failure to follow a referral.
LDAPReferralException(String, int, String) - Constructor for class com.novell.ldap.LDAPReferralException
Constructs an exception with a specified error string, result code, and an error message from the server.
LDAPReferralException(String, Object[], int, String) - Constructor for class com.novell.ldap.LDAPReferralException
Constructs an exception with a specified error string, result code, and an error message from the server.
LDAPReferralException(String, int, String, Throwable) - Constructor for class com.novell.ldap.LDAPReferralException
Constructs an exception with a specified error string, result code, an error message from the server, and an exception that indicates a failure to follow a referral.
LDAPReferralException(String, Object[], int, String, Throwable) - Constructor for class com.novell.ldap.LDAPReferralException
Constructs an exception with a specified error string, result code, an error message from the server, and an exception that indicates a failure to follow a referral.
LDAPReferralHandler - interface com.novell.ldap.LDAPReferralHandler.
Shared ancestor to the two types of referral objects - LDAPBindHandler and LDAPAuthHandler.
LDAPResponse - class com.novell.ldap.LDAPResponse.
A message received from an LDAPServer in response to an asynchronous request.
LDAPResponse() - Constructor for class com.novell.ldap.LDAPResponse
This constructor was added to support default Serialization
LDAPResponse(InterThreadException, ReferralInfo) - Constructor for class com.novell.ldap.LDAPResponse
Creates an LDAPResponse using an LDAPException.
LDAPResponse(int) - Constructor for class com.novell.ldap.LDAPResponse
Creates a SUCCESS response LDAPMessage.
LDAPResponse(int, int, String, String, String[], LDAPControl[]) - Constructor for class com.novell.ldap.LDAPResponse
Creates a response LDAPMessage from parameters.
LDAPResponseQueue - class com.novell.ldap.LDAPResponseQueue.
A mechanism for processing asynchronous messages received from a server.
LDAPRestoreRequest - class com.novell.ldap.extensions.LDAPRestoreRequest.
This class provides an LDAP interface for object based restore of eDirectory objects.
LDAPRestoreRequest(String, byte[], int, String, byte[]) - Constructor for class com.novell.ldap.extensions.LDAPRestoreRequest
Constructs an extended operations object which contains the ber encoded restore data.
LDAPSchema - class com.novell.ldap.LDAPSchema.
Represents a schema entry that controls one or more entries held by a Directory Server.
LDAPSchema() - Constructor for class com.novell.ldap.LDAPSchema
This constructor was added to support default Serialization
LDAPSchema(LDAPEntry) - Constructor for class com.novell.ldap.LDAPSchema
Constructs an LDAPSchema object from attributes of an LDAPEntry.
LDAPSchemaElement - class com.novell.ldap.LDAPSchemaElement.
The LDAPSchemaElement class is the base class representing schema elements (definitions) in LDAP.
LDAPSchemaElement(String) - Constructor for class com.novell.ldap.LDAPSchemaElement
Creates an LDAPSchemaElement by setting the name of the LDAPAttribute.
LDAPSearchConstraints - class com.novell.ldap.LDAPSearchConstraints.
Defines the options controlling search operations.
LDAPSearchConstraints() - Constructor for class com.novell.ldap.LDAPSearchConstraints
Constructs an LDAPSearchConstraints object with a default set of search constraints.
LDAPSearchConstraints(LDAPConstraints) - Constructor for class com.novell.ldap.LDAPSearchConstraints
Constructs an LDAPSearchConstraints object initialized with values from an existing constraints object (LDAPConstraints or LDAPSearchConstraints).
LDAPSearchConstraints(int, int, int, int, boolean, int, LDAPReferralHandler, int) - Constructor for class com.novell.ldap.LDAPSearchConstraints
Constructs a new LDAPSearchConstraints object and allows the specification operational constraints in that object.
LDAPSearchQueue - class com.novell.ldap.LDAPSearchQueue.
A mechanism for queuing asynchronous search results received from a server.
LDAPSearchRequest - class com.novell.ldap.LDAPSearchRequest.
Represents an LDAP Search request.
LDAPSearchRequest() - Constructor for class com.novell.ldap.LDAPSearchRequest
This constructor was added to support default Serialization
LDAPSearchRequest(String, int, String, String[], int, int, int, boolean, LDAPControl[]) - Constructor for class com.novell.ldap.LDAPSearchRequest
Constructs an LDAP Search Request.
LDAPSearchRequest(String, int, RfcFilter, String[], int, int, int, boolean, LDAPControl[]) - Constructor for class com.novell.ldap.LDAPSearchRequest
Constructs an LDAP Search Request with a filter in ASN1 format.
LDAPSearchResult - class com.novell.ldap.LDAPSearchResult.
Encapsulates a single search result that is in response to an asynchronous search operation.
LDAPSearchResult() - Constructor for class com.novell.ldap.LDAPSearchResult
This constructor was added to support default Serialization
LDAPSearchResult(LDAPEntry, LDAPControl[]) - Constructor for class com.novell.ldap.LDAPSearchResult
Constructs an LDAPSearchResult object from an LDAPEntry.
LDAPSearchResultReference - class com.novell.ldap.LDAPSearchResultReference.
Encapsulates a continuation reference from an asynchronous search operation.
LDAPSearchResultReference() - Constructor for class com.novell.ldap.LDAPSearchResultReference
This constructor was added to support default Serialization
LDAPSearchResultReference(String[]) - Constructor for class com.novell.ldap.LDAPSearchResultReference
Constructs the Object from an array of referals, passed as string.
LDAPSearchResults - class com.novell.ldap.LDAPSearchResults.
An LDAPSearchResults object is returned from a synchronous search operation.
LDAPSearchResults() - Constructor for class com.novell.ldap.LDAPSearchResults
This constructor was added to support default Serialization
LDAPSecureSocketFactory - class com.novell.ldap.LDAPSecureSocketFactory.
Deprecated. As of January 2002 SDK, use LDAPJSSESecureSocketFactory If a JDK 1.7 is required, use of this class is a valid alternative to JSSE (which runs in JDK 1.2 or greater). Represents the socket factory that creates secure socket connections to LDAP servers.

Currently, this factory creates SSL capable socket connections to LDAP servers. It returns sockets of type com.novell.service.security.net.SecureSocket.

At the present time, only server authentication is supported, meaning the client authenticates the certificate sent from the server. Following authentication of the server's certificate, a secure SSL connection is established. The client application then performs connection, authentication, or other LDAP operations with the server as required.

LDAPSecureSocketFactory() - Constructor for class com.novell.ldap.LDAPSecureSocketFactory
Deprecated. Constructs an LDAPSecureSocketFactory object.
LDAPSocketFactory - interface com.novell.ldap.LDAPSocketFactory.
Used to construct sockets used in LDAPConnection.
LDAPSortControl - class com.novell.ldap.controls.LDAPSortControl.
LDAPSortControl is a Server Control to specify how search results are to be sorted by the server.
LDAPSortControl(LDAPSortKey, boolean) - Constructor for class com.novell.ldap.controls.LDAPSortControl
Constructs a sort control with a single key.
LDAPSortControl(LDAPSortKey[], boolean) - Constructor for class com.novell.ldap.controls.LDAPSortControl
Constructs a sort control with multiple sort keys.
LDAPSortKey - class com.novell.ldap.controls.LDAPSortKey.
Encapsulates parameters for sorting search results.
LDAPSortKey(String) - Constructor for class com.novell.ldap.controls.LDAPSortKey
Constructs a new LDAPSortKey object using an attribute as the sort key.
LDAPSortKey(String, boolean) - Constructor for class com.novell.ldap.controls.LDAPSortKey
Constructs a new LDAPSortKey object with the specified attribute name and sort order.
LDAPSortKey(String, boolean, String) - Constructor for class com.novell.ldap.controls.LDAPSortKey
Constructs a new LDAPSortKey object with the specified attribute name, sort order, and a matching rule.
LDAPSortResponse - class com.novell.ldap.controls.LDAPSortResponse.
LDAPSortResponse - will be added in newer version of LDAP Controls draft-- add descritption from draft here.
LDAPSortResponse(String, boolean, byte[]) - Constructor for class com.novell.ldap.controls.LDAPSortResponse
This constructor is usually called by the SDK to instantiate an a LDAPControl corresponding to the Server response to a LDAP Sort Control request.
LDAPSyntaxSchema - class com.novell.ldap.LDAPSyntaxSchema.
Represents a syntax definition in the directory schema.
LDAPSyntaxSchema() - Constructor for class com.novell.ldap.LDAPSyntaxSchema
This constructor was added to support default Serialization
LDAPSyntaxSchema(String) - Constructor for class com.novell.ldap.LDAPSyntaxSchema
Constructs a syntax from the raw string value returned on a schema query for LDAPSyntaxes.
LDAPSyntaxSchema(String, String) - Constructor for class com.novell.ldap.LDAPSyntaxSchema
Constructs a syntax for adding to or deleting from the schema.
LDAPTLSSocketFactory - interface com.novell.ldap.LDAPTLSSocketFactory.
Used to construct a TLS socket and used by the startTLS method of LDAPConnection.
LDAPUnbindRequest - class com.novell.ldap.LDAPUnbindRequest.
Represents an LDAP Unbind Request.
LDAPUnbindRequest(LDAPControl[]) - Constructor for class com.novell.ldap.LDAPUnbindRequest
Constructs an LDAP Unbind Request.
LDAPUnsolicitedNotificationListener - interface com.novell.ldap.LDAPUnsolicitedNotificationListener.
An object that implements this interface can be notified when unsolicited messages arrive from the server.
LDAPUrl - class com.novell.ldap.LDAPUrl.
Encapsulates parameters of an LDAP URL query as defined in RFC2255.
LDAPUrl() - Constructor for class com.novell.ldap.LDAPUrl
This constructor was added to support default Serialization
LDAPUrl(String) - Constructor for class com.novell.ldap.LDAPUrl
Constructs a URL object with the specified string as the URL.
LDAPUrl(String, int, String) - Constructor for class com.novell.ldap.LDAPUrl
Constructs a URL object with the specified host, port, and DN.
LDAPUrl(String, int, String, String[], int, String, String[]) - Constructor for class com.novell.ldap.LDAPUrl
Constructs an LDAP URL with all fields explicitly assigned, to specify an LDAP search operation.
LDAPUrl(String, int, String, String[], int, String, String[], boolean) - Constructor for class com.novell.ldap.LDAPUrl
Constructs an LDAP URL with all fields explicitly assigned, including isSecure, to specify an LDAP search operation.
LDAPVirtualListControl - class com.novell.ldap.controls.LDAPVirtualListControl.
LDAPVirtualListControl is a Server Control used to specify that results from a search are to be returned in pages - which are subsets of the entire virtual result set.
LDAPVirtualListControl(String, int, int) - Constructor for class com.novell.ldap.controls.LDAPVirtualListControl
Constructs a virtual list control using the specified filter expression.
LDAPVirtualListControl(String, int, int, String) - Constructor for class com.novell.ldap.controls.LDAPVirtualListControl
Constructs a virtual list control using the specified filter expression along with an optional server context.
LDAPVirtualListControl(int, int, int, int) - Constructor for class com.novell.ldap.controls.LDAPVirtualListControl
Use this constructor to fetch a subset when the size of the virtual list is known,

LDAPVirtualListControl(int, int, int, int, String) - Constructor for class com.novell.ldap.controls.LDAPVirtualListControl
Use this constructor to fetch a subset when the size of the virtual list is known,

LDAPVirtualListResponse - class com.novell.ldap.controls.LDAPVirtualListResponse.
LDAPVirtualListResponse is a Server Control returned by the server in response to a virtual list search request.
LDAPVirtualListResponse(String, boolean, byte[]) - Constructor for class com.novell.ldap.controls.LDAPVirtualListResponse
This constructor is usually called by the SDK to instantiate an a LDAPControl corresponding to the Server response to a LDAP VLV Control request.
LDAPWriter - interface com.novell.ldap.util.LDAPWriter.
Describes the interfaces used by applications to write LDAP messages to an output destination.
LDAPXMLHandler - class com.novell.ldap.util.LDAPXMLHandler.
This class is used to handle the deserialization events emitted by SAXEventMultiplexer.
LDAPXMLHandler(String, LDAPXMLHandler) - Constructor for class com.novell.ldap.util.LDAPXMLHandler
Default Constructor with element name for this Handler and parent LDAPXMLHandler to be processed.
LDAP_BK_PROCESS_BKLINKER - Static variable in class com.novell.ldap.extensions.TriggerBackgroundProcessRequest
Constants used to refer to different Novell eDirectory background processes
LDAP_BK_PROCESS_JANITOR - Static variable in class com.novell.ldap.extensions.TriggerBackgroundProcessRequest
 
LDAP_BK_PROCESS_LIMBER - Static variable in class com.novell.ldap.extensions.TriggerBackgroundProcessRequest
 
LDAP_BK_PROCESS_PART_PURGE - Static variable in class com.novell.ldap.extensions.TriggerBackgroundProcessRequest
 
LDAP_BK_PROCESS_SCHEMA_SYNC - Static variable in class com.novell.ldap.extensions.TriggerBackgroundProcessRequest
 
LDAP_BK_PROCESS_SKULKER - Static variable in class com.novell.ldap.extensions.TriggerBackgroundProcessRequest
 
LDAP_DS_40X_REFERENCE_ENTRY - Static variable in interface com.novell.ldap.LDAPDSConstants
4.0x reference entry.
LDAP_DS_ALIAS_ENTRY - Static variable in interface com.novell.ldap.LDAPDSConstants
Alias object.
LDAP_DS_ATTR_COMPARE - Static variable in interface com.novell.ldap.LDAPDSConstants
Attribute compare.
LDAP_DS_ATTR_INHERIT_CTL - Static variable in interface com.novell.ldap.LDAPDSConstants
inherit the ACL rights.
LDAP_DS_ATTR_READ - Static variable in interface com.novell.ldap.LDAPDSConstants
Attribute read.
LDAP_DS_ATTR_SELF - Static variable in interface com.novell.ldap.LDAPDSConstants
Self rights.
LDAP_DS_ATTR_SUPERVISOR - Static variable in interface com.novell.ldap.LDAPDSConstants
All attribute rights.
LDAP_DS_ATTR_WRITE - Static variable in interface com.novell.ldap.LDAPDSConstants
Attribute write.
LDAP_DS_AUDITED - Static variable in interface com.novell.ldap.LDAPDSConstants
Audited.
LDAP_DS_BACKLINKED - Static variable in interface com.novell.ldap.LDAPDSConstants
New entry.
LDAP_DS_CONTAINER_ALIAS - Static variable in interface com.novell.ldap.LDAPDSConstants
Container alias.
LDAP_DS_CONTAINER_ENTRY - Static variable in interface com.novell.ldap.LDAPDSConstants
Container entry.
LDAP_DS_DYNAMIC_ACL - Static variable in interface com.novell.ldap.LDAPDSConstants
dynamic ACL.
LDAP_DS_ENTRY_ADD - Static variable in interface com.novell.ldap.LDAPDSConstants
Creation right .
LDAP_DS_ENTRY_BROWSE - Static variable in interface com.novell.ldap.LDAPDSConstants
Browse right.
LDAP_DS_ENTRY_DAMAGED - Static variable in interface com.novell.ldap.LDAPDSConstants
entry damaged.
LDAP_DS_ENTRY_DELETE - Static variable in interface com.novell.ldap.LDAPDSConstants
Delete right.
LDAP_DS_ENTRY_INHERIT_CTL - Static variable in interface com.novell.ldap.LDAPDSConstants
Inherit ACL.
LDAP_DS_ENTRY_NOT_PRESENT - Static variable in interface com.novell.ldap.LDAPDSConstants
Entry not present.
LDAP_DS_ENTRY_RENAME - Static variable in interface com.novell.ldap.LDAPDSConstants
Rename right.
LDAP_DS_ENTRY_SUPERVISOR - Static variable in interface com.novell.ldap.LDAPDSConstants
Supercisor rights.
LDAP_DS_ENTRY_VERIFY_CTS - Static variable in interface com.novell.ldap.LDAPDSConstants
Verify entry creation timestamp.
LDAP_DS_FLAG_BOUNDARY - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that this naming context is on the DNS federation boundary.
LDAP_DS_FLAG_BOUNDARY - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that this partition is on the DNS federation boundary.
LDAP_DS_FLAG_BUSY - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that the replica is involved with a partition operation, for example, merging a tree or moving a subtree.
LDAP_DS_FLAG_BUSY - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that the replica is involved with a partition operation, for example, merging a tree or moving a subtree.
LDAP_DS_MATCHES_LIST_FILTER - Static variable in interface com.novell.ldap.LDAPDSConstants
Matches the list.
LDAP_DS_NEW_ENTRY - Static variable in interface com.novell.ldap.LDAPDSConstants
Temporary reference.
LDAP_DS_PARTITION_ROOT - Static variable in interface com.novell.ldap.LDAPDSConstants
Partition root.
LDAP_DS_REFERENCE_ENTRY - Static variable in interface com.novell.ldap.LDAPDSConstants
Reference entry.
LDAP_DS_TEMPORARY_REFERENCE - Static variable in interface com.novell.ldap.LDAPDSConstants
Temporary reference.
LDAP_ENSURE_SERVERS_UP - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant that specifies that all servers in a replica ring must be running for a naming context operation to proceed.
LDAP_ENSURE_SERVERS_UP - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant that specifies that all servers in a replica ring must be running for a partition operation to proceed.
LDAP_NOT_SUPPORTED - Static variable in class com.novell.ldap.LDAPException
Indicates that the requested functionality is not supported by the client.
LDAP_PARTIAL_RESULTS - Static variable in class com.novell.ldap.LDAPException
Returned by some LDAP servers to LDAPv2 clients to indicate that a referral has been returned in the error string.
LDAP_PROPERTY_PROTOCOL - Static variable in class com.novell.ldap.LDAPConnection
A string that can be passed in to the getProperty method.
LDAP_PROPERTY_SDK - Static variable in class com.novell.ldap.LDAPConnection
A string that can be passed in to the getProperty method.
LDAP_PROPERTY_SECURITY - Static variable in class com.novell.ldap.LDAPConnection
A string that can be passed in to the getProperty method.
LDAP_PSEARCH_ADD - Static variable in interface com.novell.ldap.events.EventConstant
Event type specifying that you want to track additions of new entries to the directory.
LDAP_PSEARCH_ANY - Static variable in interface com.novell.ldap.events.EventConstant
Event type specifying that you want to track any of the modifications (add,delete,modify, modifydn).
LDAP_PSEARCH_DELETE - Static variable in interface com.novell.ldap.events.EventConstant
Event type specifying that you want to track removals of entries from the directory.
LDAP_PSEARCH_MODDN - Static variable in interface com.novell.ldap.events.EventConstant
Change type specifying that you want to track modifications of the DNs of entries in the directory.
LDAP_PSEARCH_MODIFY - Static variable in interface com.novell.ldap.events.EventConstant
Event type specifying that you want to track modifications of entries in the directory.
LDAP_RS_BEGIN_ADD - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that the subordinate references of the new replica are being added.
LDAP_RS_BEGIN_ADD - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that the subordinate references of the new replica are being added.
LDAP_RS_DEAD_REPLICA - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that the dying replica needs to synchronize with another replica before being converted either to an external reference, if a root replica, or to a subordinate reference, if a non-root replica.
LDAP_RS_DEAD_REPLICA - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that the dying replica needs to synchronize with another replica before being converted either to an external reference, if a root replica, or to a subordinate reference, if a non-root replica.
LDAP_RS_DYING_REPLICA - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that the replica is being deleted and that the request has been received.
LDAP_RS_DYING_REPLICA - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that the replica is being deleted and that the request has been received.
LDAP_RS_JS_0 - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that that two naming contexts are in the process of joining into one naming context.
LDAP_RS_JS_0 - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that that two partitions are in the process of joining into one partition.
LDAP_RS_JS_1 - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that that two naming contexts are in the process of joining into one naming context.
LDAP_RS_JS_1 - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that that two partitions are in the process of joining into one partition.
LDAP_RS_JS_2 - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that that two naming contexts are in the process of joining into one naming context.
LDAP_RS_JS_2 - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that that two partitions are in the process of joining into one partition.
LDAP_RS_LOCKED - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that the replica is locked.
LDAP_RS_LOCKED - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that the replica is locked.
LDAP_RS_MASTER_DONE - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that a naming context has a new master replica.
LDAP_RS_MASTER_DONE - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that a partition has a new master replica.
LDAP_RS_MASTER_START - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that a naming context is receiving a new master replica.
LDAP_RS_MASTER_START - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that a partition is receiving a new master replica.
LDAP_RS_NEW_REPLICA - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that a new replica has been added but has not received a full download of information from the replica ring.
LDAP_RS_NEW_REPLICA - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that a new replica has been added but has not received a full download of information from the replica ring.
LDAP_RS_ON - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that the replica is fully functioning and capable of responding to requests.
LDAP_RS_ON - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that the replica is fully functioning and capable of responding to requests.
LDAP_RS_SS_0 - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that the naming context is going to split into two naming contexts.
LDAP_RS_SS_0 - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that the partition is going to split into two partitions.
LDAP_RS_SS_1 - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that that the split naming context operation has started.
LDAP_RS_SS_1 - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that that the split partition operation has started.
LDAP_RS_TRANSITION_ON - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Indicates that a new replica has finished receiving its download from the master replica and is now receiving synchronization updates from other replicas.
LDAP_RS_TRANSITION_ON - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Indicates that a new replica has finished receiving its download from the master replica and is now receiving synchronization updates from other replicas.
LDAP_RT_MASTER - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Identifies this replica as the master replica of the naming context.
LDAP_RT_MASTER - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Identifies this replica as the master replica of the partition.
LDAP_RT_READONLY - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Identifies this replica as a read-only replica of the naming context.
LDAP_RT_READONLY - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Identifies this replica as a read-only replica of the partition.
LDAP_RT_SECONDARY - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Identifies this replica as a secondary replica of the naming context.
LDAP_RT_SECONDARY - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Identifies this replica as a secondary replica of the partition.
LDAP_RT_SPARSE_READ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Identifies this replica as a read-only replica of the naming context, but the replica contains sparse data.
LDAP_RT_SPARSE_READ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Identifies this replica as a read-only replica of the partition, but the replica contains sparse data.
LDAP_RT_SPARSE_WRITE - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Identifies this replica as a read/write replica of the naming context, but the replica contains sparse data.
LDAP_RT_SPARSE_WRITE - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Identifies this replica as a read/write replica of the partition, but the replica contains sparse data.
LDAP_RT_SUBREF - Static variable in class com.novell.ldap.extensions.NamingContextConstants
Identifies this replica as a subordinate reference replica of the naming context.
LDAP_RT_SUBREF - Static variable in class com.novell.ldap.extensions.ReplicationConstants
Identifies this replica as a subordinate reference replica of the partition.
LDAP_TIMEOUT - Static variable in class com.novell.ldap.LDAPException
Indicates that the time limit of the LDAP client was exceeded while waiting for a result.
LDAP_V3 - Static variable in class com.novell.ldap.LDAPConnection
Specifies the LDAPv3 protocol version when performing a bind operation.
LDIFReader - class com.novell.ldap.util.LDIFReader.
The class to process the inputStream object to read an LDIF file.
LDIFReader(InputStream) - Constructor for class com.novell.ldap.util.LDIFReader
Constructs an LDIFReader object by initializing LDIF_VERSION, isRequest, InputStreamReader, and BufferedReader.
LDIFReader(InputStream, int) - Constructor for class com.novell.ldap.util.LDIFReader
Constructs an LDIFReader object by initializing LDIF_VERSION, isRequest, InputStreamReader, and BufferedReader.
LDIFReader(InputStream, int, int) - Constructor for class com.novell.ldap.util.LDIFReader
Constructs an LDIFReader object by initializing LDIF_VERSION, isRequest, InputStreamReader, and BufferedReader.
LDIFWriter - class com.novell.ldap.util.LDIFWriter.
LDIFWriter is used to write LDIF content records or LDIF change records to the OutputStream object.
LDIFWriter(OutputStream) - Constructor for class com.novell.ldap.util.LDIFWriter
Constructs an LDIFWriter object.
LDIFWriter(OutputStream, String, boolean) - Constructor for class com.novell.ldap.util.LDIFWriter
Constructs an LDIFWriter object.
LESS_OR_EQUAL - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for a LESS_OR_EQUAL component.
LIST_REPLICAS_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the listReplicaRequest OID.
LIST_REPLICAS_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the listReplicaRequest OID.
LIST_REPLICAS_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the listReplicaResponse OID.
LIST_REPLICAS_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the listReplicaResponse OID.
LOCAL_ERROR - Static variable in class com.novell.ldap.LDAPException
Indicates that the LDAP client has an error.
LOOP_DETECT - Static variable in class com.novell.ldap.LDAPException
Indicates that the client discovered an alias or referral loop, and is thus unable to complete this request.
LburpConstants - class com.novell.ldap.extensions.LburpConstants.
Contains a collection of constants used by the LBURP Classes in Novell LDAP extensions.
LburpConstants() - Constructor for class com.novell.ldap.extensions.LburpConstants
 
LburpEndRequest - class com.novell.ldap.extensions.LburpEndRequest.
 
LburpEndRequest(int) - Constructor for class com.novell.ldap.extensions.LburpEndRequest
 
LburpEndResponse - class com.novell.ldap.extensions.LburpEndResponse.
 
LburpEndResponse(RfcLDAPMessage) - Constructor for class com.novell.ldap.extensions.LburpEndResponse
 
LburpOperationRequest - class com.novell.ldap.extensions.LburpOperationRequest.
 
LburpOperationRequest(LDAPLburpRequest[], int) - Constructor for class com.novell.ldap.extensions.LburpOperationRequest
 
LburpOperationResponse - class com.novell.ldap.extensions.LburpOperationResponse.
 
LburpOperationResponse(RfcLDAPMessage) - Constructor for class com.novell.ldap.extensions.LburpOperationResponse
 
LburpStartRequest - class com.novell.ldap.extensions.LburpStartRequest.
 
LburpStartRequest(String) - Constructor for class com.novell.ldap.extensions.LburpStartRequest
 
LburpStartResponse - class com.novell.ldap.extensions.LburpStartResponse.
 
LburpStartResponse(RfcLDAPMessage) - Constructor for class com.novell.ldap.extensions.LburpStartResponse
 
ListReplicasRequest - class com.novell.ldap.extensions.ListReplicasRequest.
Lists all the replicas that reside on the the specified directory server.
ListReplicasRequest(String) - Constructor for class com.novell.ldap.extensions.ListReplicasRequest
Constructs an extended operation object for listing replicas.
ListReplicasResponse - class com.novell.ldap.extensions.ListReplicasResponse.
Retrieves the list of replicas from the specified server.
ListReplicasResponse(RfcLDAPMessage) - Constructor for class com.novell.ldap.extensions.ListReplicasResponse
Constructs an object from the responseValue which contains the list of replicas.
ldapEventNotification(LDAPEvent) - Method in interface com.novell.ldap.events.LDAPEventListener
Called when LDAPEvent is received.
ldapExceptionNotification(LDAPExceptionEvent) - Method in interface com.novell.ldap.events.LDAPEventListener
Called when an LDAPException while parsing a response or received from server.
longValue() - Method in class com.novell.ldap.asn1.ASN1Numeric
Returns the content of this ASN1Numeric object as a long.

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