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

R

RAW_SEND_SIZE - Static variable in class com.novell.security.sasl.Sasl
The name of a property that specifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer.
RDN - class com.novell.ldap.util.RDN.
A RDN encapsulates a single object's name of a Distinguished Name(DN).
RDN(String) - Constructor for class com.novell.ldap.util.RDN
Creates an RDN object from the DN component specified in the string RDN
RDN() - Constructor for class com.novell.ldap.util.RDN
 
RECEIVE_ALL_UPDATES_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the receiveAllUpdatesRequest OID.
RECEIVE_ALL_UPDATES_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the receiveAllUpdatesRequest OID.
RECEIVE_ALL_UPDATES_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the receiveAllUpdatesResponse OID.
RECEIVE_ALL_UPDATES_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the receiveAllUpdatesResponse OID.
REFERRAL - Static variable in class com.novell.ldap.LDAPException
Does not indicate an error condition.
REFERRAL_LIMIT_EXCEEDED - Static variable in class com.novell.ldap.LDAPException
Indicates that the referral exceeds the hop limit.
REFRESH_SERVER_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the refreshServerRequest OID.
REFRESH_SERVER_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the refreshServerRequest OID.
REFRESH_SERVER_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the refreshServerResponse OID.
REFRESH_SERVER_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the refreshServerResponse OID.
REMOVE_ORPHAN_NAMING_CONTEXT_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the removeOrphanNamingContextRequest OID.
REMOVE_ORPHAN_NAMING_CONTEXT_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the removeOrphanPartitionRequest OID.
REMOVE_ORPHAN_NAMING_CONTEXT_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the removeOrphanNamingContextResponse OID.
REMOVE_ORPHAN_NAMING_CONTEXT_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the removeOrphanPartitionResponse OID.
REPLACE - Static variable in class com.novell.ldap.LDAPModification
Replaces all existing values of the given attribute with the new values listed, creating the attribute if it does not already exist.
RealmCallback - class com.novell.security.sasl.RealmCallback.
This callback is used by SaslClient and SaslServer to retrieve realm information.
RealmCallback(String) - Constructor for class com.novell.security.sasl.RealmCallback
Constructs a RealmCallback with a prompt.
RealmCallback(String, String) - Constructor for class com.novell.security.sasl.RealmCallback
Constructs a RealmCallback with a prompt and a default realm.
RealmChoiceCallback - class com.novell.security.sasl.RealmChoiceCallback.
This callback is used by SaslClient and SaslServer to obtain one or more realms given a list of realm choices.
RealmChoiceCallback(String, String[], int, boolean) - Constructor for class com.novell.security.sasl.RealmChoiceCallback
Constructs a RealmChoiceCallback with a prompt, a list of choices and a default choice.
ReceiveAllUpdatesRequest - class com.novell.ldap.extensions.ReceiveAllUpdatesRequest.
Schedules a specified directory server to receive updates from another directory server for a specific replica.
ReceiveAllUpdatesRequest(String, String, String) - Constructor for class com.novell.ldap.extensions.ReceiveAllUpdatesRequest
Constructs an extended operation object for receiving all updates from another directory server for a specific replica.
ReferralAddress - class com.novell.ldap.events.edir.eventdata.ReferralAddress.
The class represents the Address(IP/IPX/IPV6 etc) datastructure for Edir Events Notification.
ReferralAddress(ASN1Sequence) - Constructor for class com.novell.ldap.events.edir.eventdata.ReferralAddress
Default Constructor
RefreshLDAPServerRequest - class com.novell.ldap.extensions.RefreshLDAPServerRequest.
Reloads the LDAP server.
RefreshLDAPServerRequest() - Constructor for class com.novell.ldap.extensions.RefreshLDAPServerRequest
Constructs an extended operation object for reloading the LDAP server.
RemoveOrphanPartitionRequest - class com.novell.ldap.extensions.RemoveOrphanPartitionRequest.
Deletes an orphan partition.
RemoveOrphanPartitionRequest(String, String) - Constructor for class com.novell.ldap.extensions.RemoveOrphanPartitionRequest
Constructs an extended operation object for deleting an orphan partition.
RemoveReplicaRequest - class com.novell.ldap.extensions.RemoveReplicaRequest.
Removes a replica from the specified directory server.
RemoveReplicaRequest(String, String, int) - Constructor for class com.novell.ldap.extensions.RemoveReplicaRequest
Constructs an extended operation object for removing a replica.
ReplicationConstants - class com.novell.ldap.extensions.ReplicationConstants.
Contains a collection of constants used by the replication management in Novell LDAP extensions.
ReplicationConstants() - Constructor for class com.novell.ldap.extensions.ReplicationConstants
 
read(String) - Method in class com.novell.ldap.LDAPConnection
Synchronously reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.
read(String, LDAPSearchConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously reads the entry for the specified distiguished name (DN), using the specified constraints, and retrieves all attributes for the entry.
read(String, String[]) - Method in class com.novell.ldap.LDAPConnection
Synchronously reads the entry for the specified distinguished name (DN) and retrieves only the specified attributes from the entry.
read(String, String[], LDAPSearchConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously reads the entry for the specified distinguished name (DN), using the specified constraints, and retrieves only the specified attributes from the entry.
read(LDAPUrl) - Static method in class com.novell.ldap.LDAPConnection
Synchronously reads the entry specified by the LDAP URL.
read(LDAPUrl, LDAPSearchConstraints) - Static method in class com.novell.ldap.LDAPConnection
Synchronously reads the entry specified by the LDAP URL, using the specified constraints.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPAttribute
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPAttributeSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPAttributeSet
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPControl
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPDITContentRuleSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPDITStructureRuleSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPEntry
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPExtendedOperation
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPMatchingRuleSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPMatchingRuleUseSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPMessage
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPModification
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPNameFormSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPObjectClassSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPSearchResults
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPSyntaxSchema
This method is used to deserialize the DSML encoded representation of this class.
readDSML(InputStream) - Static method in class com.novell.ldap.LDAPUrl
This method is used to deserialize the DSML encoded representation of this class.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPAttribute
Reads the serialized object from the underlying input stream.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPAttributeSet
Reads the serialized object from the underlying input stream.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPControl
Reads the serialized object from the underlying input stream.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPEntry
Reads the serialized object from the underlying input stream.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPExtendedOperation
Reads the serialized object from the underlying input stream.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPMessage
Reads the serialized object from the underlying input stream.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPModification
Reads the serialized object from the underlying input stream.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPSearchResults
Reads the serialized object from the underlying input stream.
readExternal(ObjectInput) - Method in class com.novell.ldap.LDAPUrl
Reads the serialized object from the underlying input stream.
readMessage() - Method in class com.novell.ldap.util.DOMReader
Reads the current element and returns an LDAPMessage.
readMessage() - Method in class com.novell.ldap.util.DSMLReader
Retrieves the current LDAPMessage and advances to the next.
readMessage() - Method in interface com.novell.ldap.util.LDAPReader
Reads an LDAPMessage from the data source.
readMessage() - Method in class com.novell.ldap.util.LDIFReader
Read LDAP Requests from the LDIF request (change) file or content file.
register(String, Class) - Static method in class com.novell.ldap.LDAPControl
Registers a class to be instantiated on receipt of a control with the given OID.
register(String, Class) - Static method in class com.novell.ldap.LDAPExtendedResponse
Registers a class to be instantiated on receipt of a extendedresponse with the given OID.
register(String, Class) - Static method in class com.novell.ldap.LDAPIntermediateResponse
Registers a class to be instantiated on receipt of a extendedresponse with the given OID.
registerforEvent(LDAPConnection, String, int, String, String[], boolean, LDAPSearchConstraints, int, boolean, PSearchEventListener) - Method in class com.novell.ldap.events.PsearchEventSource
This method is use to register for Persistence Search Events by the given Listener.
registerforEvent(EdirEventSpecifier[], LDAPConnection, LDAPEventListener) - Method in class com.novell.ldap.events.edir.EdirEventSource
This method is use to register for Edirectory Events by the given Listener.
registerforFilterEvent(EdirEventSpecifier[], LDAPConnection, LDAPEventListener) - Method in class com.novell.ldap.events.edir.EdirEventSource
This method is use to register for Edirectory Events by the given Listener.It also specifies a Filter (Search Filter) which are used to filter the events on the server side.The events generated after registration would include this EdirEventSource as the EventSource.
remove(Object) - Method in class com.novell.ldap.LDAPAttributeSet
Removes the specified object from this set if it is present.
removeListener(PSearchEventListener) - Method in class com.novell.ldap.events.PsearchEventSource
Removes a listener from receiving Persistence Search events fired by this class.The listener may have registered more than once with this PSearchEventSource, perhaps with different events request arguments.
removeListener(LDAPEventListener) - Method in class com.novell.ldap.events.edir.EdirEventSource
Removes a listener from receiving Edirectoryevents fired by this class.The listener may have registered more than once with this EdirEventSource, perhaps with different events request arguments.
removeUnsolicitedNotificationListener(LDAPUnsolicitedNotificationListener) - Method in class com.novell.ldap.LDAPConnection
Deregisters an object so that it will no longer be notified on arrival of an unsolicited message from a server.
removeValue(String) - Method in class com.novell.ldap.LDAPAttribute
Removes a string value from the attribute.
removeValue(byte[]) - Method in class com.novell.ldap.LDAPAttribute
Removes a byte-formatted value from the attribute.
removeValue(String) - Method in class com.novell.ldap.LDAPSchemaElement
LDAPSchemaElement is read-only and this method is over-ridden to throw an exception.
removeValue(Byte[]) - Method in class com.novell.ldap.LDAPSchemaElement
LDAPSchemaElement is read-only and this method is over-ridden to throw an exception.
rename(String, String, boolean, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
rename(String, String, boolean, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
rename(String, String, boolean, LDAPResponseQueue) - Method in class com.novell.ldap.DsmlConnection
 
rename(String, String, boolean) - Method in class com.novell.ldap.DsmlConnection
 
rename(String, String, String, boolean, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
rename(String, String, String, boolean, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
rename(String, String, String, boolean, LDAPResponseQueue) - Method in class com.novell.ldap.DsmlConnection
 
rename(String, String, String, boolean) - Method in class com.novell.ldap.DsmlConnection
 
rename(String, String, boolean) - Method in class com.novell.ldap.LDAPConnection
Synchronously renames an existing entry in the directory.
rename(String, String, boolean, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously renames an existing entry in the directory, using the specified constraints.
rename(String, String, String, boolean) - Method in class com.novell.ldap.LDAPConnection
Synchronously renames an existing entry in the directory, possibly repositioning the entry in the directory tree.
rename(String, String, String, boolean, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously renames an existing entry in the directory, using the specified constraints and possibly repositioning the entry in the directory tree.
rename(String, String, boolean, LDAPResponseQueue) - Method in class com.novell.ldap.LDAPConnection
Asynchronously renames an existing entry in the directory.
rename(String, String, boolean, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Asynchronously renames an existing entry in the directory, using the specified constraints.
rename(String, String, String, boolean, LDAPResponseQueue) - Method in class com.novell.ldap.LDAPConnection
Asynchronously renames an existing entry in the directory, possibly repositioning the entry in the directory.
rename(String, String, String, boolean, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Asynchronously renames an existing entry in the directory, using the specified constraints and possibily repositioning the entry in the directory.
rename(String, String, boolean, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
rename(String, String, boolean, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
rename(String, String, boolean, LDAPResponseQueue) - Method in class com.novell.ldap.SPMLConnection
 
rename(String, String, boolean) - Method in class com.novell.ldap.SPMLConnection
 
rename(String, String, String, boolean, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
rename(String, String, String, boolean, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
rename(String, String, String, boolean, LDAPResponseQueue) - Method in class com.novell.ldap.SPMLConnection
 
rename(String, String, String, boolean) - Method in class com.novell.ldap.SPMLConnection
 
reset(InputStream) - Method in class com.novell.ldap.asn1.ASN1Identifier
Decode an ASN1Identifier directly from an InputStream and save the encoded length of the ASN1Identifier, but reuse the object.
reset(InputStream) - Method in class com.novell.ldap.asn1.ASN1Length
Resets an ASN1Length object by decoding data from an input stream.
resultCodeToString() - Method in class com.novell.ldap.LDAPException
Returns a string representing the result code in the default locale.
resultCodeToString(int) - Static method in class com.novell.ldap.LDAPException
Returns a string representing the specified result code in the default locale.
resultCodeToString(Locale) - Method in class com.novell.ldap.LDAPException
Returns a string representing the result code in the specified locale.
resultCodeToString(int, Locale) - Static method in class com.novell.ldap.LDAPException
Returns a string representing the specified error code in the specified locale.
run() - Method in class com.novell.ldap.events.LDAPEventSource.EventsGenerator
Waits for the Messages on the Queue and notifies the Listener of the same.

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