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

M

MAX_BUFFER - Static variable in class com.novell.security.sasl.Sasl
The name of a property that specifies the maximum size of the receive buffer in bytes of SaslClient or SaslServer.
MERGE_NAMING_CONTEXT_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the mergeNamingContextRequest OID.
MERGE_NAMING_CONTEXT_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the mergePartitionRequest OID.
MERGE_NAMING_CONTEXT_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the mergeNamingContextResponse OID.
MERGE_NAMING_CONTEXT_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the mergePartitionResponse OID.
MODDN - Static variable in class com.novell.ldap.controls.LDAPPersistSearchControl
Change type specifying that you want to track modifications of the DNs of entries in the directory.
MODIFY - Static variable in class com.novell.ldap.controls.LDAPPersistSearchControl
Change type specifying that you want to track modifications of entries in the directory.
MODIFY_RDN_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
A modify RDN request operation.
MODIFY_RDN_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
A modify RDN response operation.
MODIFY_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
A modify request operation.
MODIFY_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
A modify response operation.
MORE_RESULTS_TO_RETURN - Static variable in class com.novell.ldap.LDAPException
Indicates that more results are chained in the result message.
MergePartitionsRequest - class com.novell.ldap.extensions.MergePartitionsRequest.
Merges a child partition with its parent partition.
MergePartitionsRequest(String, int) - Constructor for class com.novell.ldap.extensions.MergePartitionsRequest
Constructs an extended operation object for merging partitions.
ModuleStateEventData - class com.novell.ldap.events.edir.eventdata.ModuleStateEventData.
This class represents the data for Module State Events.
ModuleStateEventData(ASN1Object) - Constructor for class com.novell.ldap.events.edir.eventdata.ModuleStateEventData
Default Constructor
MonitorEventRequest - class com.novell.ldap.events.edir.MonitorEventRequest.
This class is used for registering for Edirectory events.
MonitorEventRequest(EdirEventSpecifier[]) - Constructor for class com.novell.ldap.events.edir.MonitorEventRequest
Default Constructor for the Monitor Event Request Used to Send a Monitor Event Request to LDAPServer.
MonitorEventResponse - class com.novell.ldap.events.edir.MonitorEventResponse.
This object represents the ExtendedResponse returned when Event Registeration fails.
MonitorEventResponse(RfcLDAPMessage) - Constructor for class com.novell.ldap.events.edir.MonitorEventResponse
Default Constructor for MonitorEventResponse, called by ExtResponseFactory Object.
MonitorFilterEventRequest - class com.novell.ldap.events.edir.MonitorFilterEventRequest.
This class is used for registering for Edirectory events while also specifying an filterString for event Filtering.
MonitorFilterEventRequest(EdirEventSpecifier[]) - Constructor for class com.novell.ldap.events.edir.MonitorFilterEventRequest
Default Constructor for the Monitor Filter Event Request Used to Send a Monitor Filter Event Request to LDAPServer.
makeConnectionAvailable(LDAPConnection) - Method in class com.novell.ldap.connectionpool.PoolManager
Make this connection available.
makeExtendedOperation(LDAPExtendedOperation, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Formulates the extended operation, constraints into an LDAPMessage and returns the LDAPMessage.
manipulationPost(PostMethod, DsmlConnection) - Method in interface com.novell.ldap.util.HttpRequestCallback
Used for manipulating the post method before the DSMLv2 is sent to the server
merge(LDAPMessageQueue) - Method in class com.novell.ldap.LDAPResponseQueue
Merges two message queues.
merge(LDAPMessageQueue) - Method in class com.novell.ldap.LDAPSearchQueue
Merges two message queues.
message - Variable in class com.novell.ldap.LDAPMessage
A request or response message for an asynchronous LDAP operation.
message2Element(LDAPMessage) - Method in class com.novell.ldap.util.DOMWriter
Utility method to convert an LDAPMessage to a DSML DOM element.
messageReceived(LDAPExtendedResponse) - Method in interface com.novell.ldap.LDAPUnsolicitedNotificationListener
The method is called when an unsolicited message arrives from a server, if the object has registered with LDAPCo LDAPConnection.addUnsolicitedNotificationListener.
modify(String, LDAPModification, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
modify(String, LDAPModification, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
modify(String, LDAPModification, LDAPResponseQueue) - Method in class com.novell.ldap.DsmlConnection
 
modify(String, LDAPModification) - Method in class com.novell.ldap.DsmlConnection
 
modify(String, LDAPModification[], LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
modify(String, LDAPModification[], LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
modify(String, LDAPModification[], LDAPResponseQueue) - Method in class com.novell.ldap.DsmlConnection
 
modify(String, LDAPModification[]) - Method in class com.novell.ldap.DsmlConnection
 
modify(String, LDAPModification) - Method in class com.novell.ldap.LDAPConnection
Synchronously makes a single change to an existing entry in the directory.
modify(String, LDAPModification, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously makes a single change to an existing entry in the directory, using the specified constraints.
modify(String, LDAPModification[]) - Method in class com.novell.ldap.LDAPConnection
Synchronously makes a set of changes to an existing entry in the directory.
modify(String, LDAPModification[], LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously makes a set of changes to an existing entry in the directory, using the specified constraints.
modify(String, LDAPModification, LDAPResponseQueue) - Method in class com.novell.ldap.LDAPConnection
Asynchronously makes a single change to an existing entry in the directory.
modify(String, LDAPModification, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Asynchronously makes a single change to an existing entry in the directory, using the specified constraints and queue.
modify(String, LDAPModification[], LDAPResponseQueue) - Method in class com.novell.ldap.LDAPConnection
Asynchronously makes a set of changes to an existing entry in the directory.
modify(String, LDAPModification[], LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Asynchronously makes a set of changes to an existing entry in the directory, using the specified constraints and queue.
modify(String, LDAPModification, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
modify(String, LDAPModification, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
modify(String, LDAPModification, LDAPResponseQueue) - Method in class com.novell.ldap.SPMLConnection
 
modify(String, LDAPModification) - Method in class com.novell.ldap.SPMLConnection
 
modify(String, LDAPModification[], LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
modify(String, LDAPModification[], LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
modify(String, LDAPModification[], LDAPResponseQueue) - Method in class com.novell.ldap.SPMLConnection
 
modify(String, LDAPModification[]) - Method in class com.novell.ldap.SPMLConnection
 

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