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

W

waitForReader(Thread) - Method in class com.novell.ldap.Connection
 
waitForReply - Variable in class com.novell.ldap.Message
 
waitForReply() - Method in class com.novell.ldap.Message
Gets the next reply from the reply queue or waits until one is there
warning(SAXParseException) - Method in class com.novell.ldap.util.DSMLHandler
 
wasRead - Variable in class com.novell.ldap.DSMLSearchResults
Have any results been read?
wasRead - Variable in class com.novell.ldap.SPMLSearchResults
Have any results been read?
wrap(byte[], int, int) - Method in class com.novell.sasl.client.DigestMD5SaslClient
Wraps a byte array to be sent to the server.
wrap(byte[], int, int) - Method in class com.novell.sasl.client.ExternalSaslClient
Wraps a byte array to be sent to the server.
wrap(byte[], int, int) - Method in interface com.novell.security.sasl.SaslClient
Wraps a byte array to be sent to the server This method can be called only after the authentication exchange has completed (i.e., when isComplete() returns true) and only if the authentication exchange has negotiated integrity and/or privacy as the quality of protection.
writeAddRequest(LDAPAddRequest) - Method in class com.novell.ldap.util.DSMLWriter
Writes the Add request requested within a LDAP Add request
writeAddRequest(LDAPEntry, LDAPControl[]) - Method in class com.novell.ldap.util.LDIFWriter
Used to generate LDIF content record or LDIF change/add record lines.
writeAddRequestEntry(LDAPAddRequest, LDAPControl[], String) - Method in class com.novell.ldap.util.DSMLWriter
 
writeAttribute(LDAPAttribute, Writer) - Method in class com.novell.ldap.LDAPAttributeSet
 
writeAttribute(LDAPAttribute, StringBuffer) - Method in class com.novell.ldap.LDAPAttributeSet
 
writeAttribute(LDAPAttribute, Writer) - Method in class com.novell.ldap.LDAPEntry
 
writeAttribute(LDAPAttribute, StringBuffer) - Method in class com.novell.ldap.LDAPEntry
 
writeAttribute(LDAPAttribute, StringBuffer) - Method in class com.novell.ldap.LDAPSearchResults
 
writeAttribute(Element, LDAPAttribute) - Method in class com.novell.ldap.util.DOMWriter
 
writeAttribute(LDAPAttribute) - Method in class com.novell.ldap.util.DSMLWriter
Used to write an attribute and its values.
writeAttribute(String, String) - Method in class com.novell.ldap.util.LDIFWriter
Write attribute name and value into outputStream.
writeAttribute(String, byte[]) - Method in class com.novell.ldap.util.LDIFWriter
Write attribute name and value into outputStream.
writeComments(String) - Method in class com.novell.ldap.util.DOMWriter
This method is not implemented and is silently ignored.
writeComments(String) - Method in class com.novell.ldap.util.DSMLWriter
Writes the specified strings as XML comments.
writeComments(String) - Method in interface com.novell.ldap.util.LDAPWriter
Writes an comments to the output destination.
writeComments(String) - Method in class com.novell.ldap.util.LDIFWriter
Write a comment line into the LDIF OutputStream.
writeCompareRequest(LDAPCompareRequest) - Method in class com.novell.ldap.util.DSMLWriter
Writes the Compare request requested within a LDAP Compare request
writeCompareRequestEntry(LDAPCompareRequest, LDAPControl[], String) - Method in class com.novell.ldap.util.DSMLWriter
 
writeControl(LDAPControl, StringBuffer) - Method in class com.novell.ldap.LDAPSearchResults
 
writeControls(Element, LDAPControl[]) - Method in class com.novell.ldap.util.DOMWriter
 
writeControls(LDAPControl[], int) - Method in class com.novell.ldap.util.DSMLWriter
Writes a control in DSML.
writeControls(LDAPControl[]) - Method in class com.novell.ldap.util.LDIFWriter
Write control line(s).
writeDeleteRequest(LDAPDeleteRequest) - Method in class com.novell.ldap.util.DSMLWriter
Writes the Delete request requested within a LDAP Delete request
writeDeleteRequest(String, LDAPControl[]) - Method in class com.novell.ldap.util.LDIFWriter
Used to generate LDIF change/delete record lines.
writeDeleteRequestEntry(LDAPDeleteRequest, LDAPControl[], String) - Method in class com.novell.ldap.util.DSMLWriter
 
writeDN(String) - Method in class com.novell.ldap.util.LDIFWriter
Write the DN to the outputStream.
writeDSML(OutputStream) - Method in class com.novell.ldap.LDAPAttribute
This method does DSML serialization of the instance.
writeDSML(OutputStream) - Method in class com.novell.ldap.LDAPAttributeSet
This method does DSML serialization of the instance.
writeDSML(OutputStream) - Method in class com.novell.ldap.LDAPControl
This method does DSML serialization of the instance.
writeDSML(OutputStream) - Method in class com.novell.ldap.LDAPEntry
This method does DSML serialization of the instance.
writeDSML(OutputStream) - Method in class com.novell.ldap.LDAPExtendedOperation
This method does DSML serialization of the instance.
writeDSML(OutputStream) - Method in class com.novell.ldap.LDAPMessage
This method does DSML serialization of the instance.
writeDSML(OutputStream) - Method in class com.novell.ldap.LDAPModification
This method does DSML serialization of the instance.
writeDSML(OutputStream) - Method in class com.novell.ldap.LDAPUrl
This method does DSML serialization of the instance.
writeEntry(LDAPEntry) - Method in class com.novell.ldap.util.DOMWriter
Write an LDAP record into LDIF file as LDAPContent data.
writeEntry(LDAPEntry, LDAPControl[]) - Method in class com.novell.ldap.util.DOMWriter
Write an LDAP record into LDIF file as LDAPContent data.
writeEntry(LDAPEntry, LDAPControl[], String) - Method in class com.novell.ldap.util.DOMWriter
Write an LDAP record into LDIF file as LDAPContent data.
writeEntry(LDAPEntry) - Method in class com.novell.ldap.util.DSMLWriter
Write an LDAP entry into LDIF file as LDAPContent data.
writeEntry(LDAPEntry, LDAPControl[]) - Method in class com.novell.ldap.util.DSMLWriter
Write an LDAP entry into LDIF file as LDAPContent data.
writeEntry(LDAPEntry, LDAPControl[], String) - Method in class com.novell.ldap.util.DSMLWriter
Write an LDAP entry into LDIF file as LDAPContent data.
writeEntry(LDAPEntry) - Method in interface com.novell.ldap.util.LDAPWriter
Writes an LDAPEntry to the output destination.
writeEntry(LDAPEntry, LDAPControl[]) - Method in interface com.novell.ldap.util.LDAPWriter
Writes an LDAPEntry to the output destination.
writeEntry(LDAPEntry) - Method in class com.novell.ldap.util.LDIFWriter
Write an LDAP record into LDIF file as LDAPContent data.
writeEntry(LDAPEntry, LDAPControl[]) - Method in class com.novell.ldap.util.LDIFWriter
Write an LDAP record into LDIF file as LDAPContent data.
writeError(Exception) - Method in class com.novell.ldap.util.DOMWriter
Any Exception can be written in DSML with this method, via the tag.
writeError(Exception) - Method in class com.novell.ldap.util.DSMLWriter
Any Exception can be written in DSML with this method, via the tag.
writeError(Exception) - Method in interface com.novell.ldap.util.LDAPWriter
Writes an Exception to the output destination.
writeError(Exception) - Method in class com.novell.ldap.util.LDIFWriter
Writes an exception as a comment in LDIF.
writeExtendedRequest(LDAPExtendedRequest) - Method in class com.novell.ldap.util.DSMLWriter
Writes the Extended request requested within a LDAP Extended request
writeExtendedRequestEntry(LDAPExtendedRequest, LDAPControl[], String) - Method in class com.novell.ldap.util.DSMLWriter
 
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPAttribute
Writes the object state to a stream in XML format
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPAttributeSet
Writes the object state to a stream in XML format
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPControl
Writes the object state to a stream in XML format
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPEntry
Writes the object state to a stream in XML format
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPExtendedOperation
Writes the object state to a stream in XML format
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPMessage
Writes the object state to a stream in XML format
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPModification
Writes the object state to a stream in XML format
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPSearchResults
Writes the object state to a stream in XML format
writeExternal(ObjectOutput) - Method in class com.novell.ldap.LDAPUrl
Writes the object state to a stream in XML format
writeExternal0() - Method in class com.novell.ldap.LDAPEntry
 
writeFilter(Element, Iterator) - Method in class com.novell.ldap.util.DOMWriter
 
writeFilter(Iterator) - Method in class com.novell.ldap.util.DSMLWriter
 
writeLine(String) - Method in class com.novell.ldap.util.LDIFWriter
Write a line into the OutputStream.
writeMatching(Element, Iterator) - Method in class com.novell.ldap.util.DOMWriter
Common code for =, >=, <=, and ~=.
writeMessage(Message) - Method in class com.novell.ldap.Connection
Writes an LDAPMessage to the LDAP server over a socket.
writeMessage(LDAPMessage) - Method in class com.novell.ldap.Connection
Writes an LDAPMessage to the LDAP server over a socket.
writeMessage(LDAPMessage) - Method in class com.novell.ldap.util.DOMWriter
Writes the LDAPMessage into the DOMStructure.
writeMessage(LDAPMessage) - Method in class com.novell.ldap.util.DSMLWriter
Writes an LDAPMessage as DSML.
writeMessage(LDAPMessage) - Method in interface com.novell.ldap.util.LDAPWriter
Writes an LDAPMessage to the output destination.
writeMessage(LDAPMessage) - Method in class com.novell.ldap.util.LDIFWriter
Write an LDAP record into LDIF file.
writeModifyDNRequest(LDAPModifyDNRequest) - Method in class com.novell.ldap.util.DSMLWriter
Writes the Modify request requested within a LDAP Modify request
writeModifyDNRequest(String, String, boolean, String, LDAPControl[]) - Method in class com.novell.ldap.util.LDIFWriter
Used to generate LDIF change/moddn record lines.
writeModifyDNRequestEntry(LDAPModifyDNRequest, LDAPControl[], String) - Method in class com.novell.ldap.util.DSMLWriter
 
writeModifyRequest(LDAPModifyRequest) - Method in class com.novell.ldap.util.DSMLWriter
Writes the Modify request requested within a LDAP Modify request
writeModifyRequest(String, LDAPModification[], LDAPControl[]) - Method in class com.novell.ldap.util.LDIFWriter
Used to generate LDIF change/modify record lines.
writeModifyRequestEntry(LDAPModifyRequest, LDAPControl[], String) - Method in class com.novell.ldap.util.DSMLWriter
 
writeObject(ObjectOutputStream) - Method in class com.novell.ldap.asn1.ASN1Identifier
Writes the object state to a stream in standard Default Binary format This function wraps ObjectOutputStream' s defaultWriteObject() to write the non-static and non-transient fields of the current class to the stream
writeObject(ObjectOutputStream) - Method in class com.novell.ldap.client.AttributeQualifier
Writes the object state to a stream in standard Default Binary format This function wraps ObjectOutputStream' s defaultWriteObject() to write the non-static and non-transient fields of the current class to the stream
writeObject(ObjectOutputStream) - Method in class com.novell.ldap.LDAPConstraints
Writes the object state to a stream in standard Default Binary format This function wraps ObjectOutputStream' s defaultWriteObject() to write the non-static and non-transient fields of the current class to the stream
writeObject(ObjectOutputStream) - Method in class com.novell.ldap.LDAPSchemaElement
Writes the object state to a stream in standard Default Binary format This function wraps ObjectOutputStream' s defaultWriteObject() to write the non-static and non-transient fields of the current class to the stream
writeObject(ObjectOutputStream) - Method in class com.novell.ldap.rfc2251.RfcFilter.FilterTokenizer
Writes the object state to a stream in standard Default Binary format This function wraps ObjectOutputStream' s defaultWriteObject() to write the non-static and non-transient fields of the current class to the stream
writeResult(Element, LDAPResponse) - Method in class com.novell.ldap.util.DOMWriter
Writes the specified LDAPResponse into the specified element.
writeResult(LDAPResponse, int) - Method in class com.novell.ldap.util.DSMLWriter
Writes all information associated with a result such as controls, referrals, result code with description, and any server message.
writeSearchRequest(LDAPSearchRequest) - Method in class com.novell.ldap.util.DSMLWriter
Writes the Search request requested within a LDAP search request
writeSearchRequestEntry(LDAPSearchRequest, LDAPControl[], String) - Method in class com.novell.ldap.util.DSMLWriter
 
writeSearchResponse(LDAPSearchResult) - Method in class com.novell.ldap.util.DSMLWriter
Writes the entries returned within search responses.
writeSearchResultReference(LDAPSearchResultReference) - Method in class com.novell.ldap.util.DSMLWriter
Writes referrences that are returned from a search.
writeSemaphore - Variable in class com.novell.ldap.Connection
 
writeSemaphoreCount - Variable in class com.novell.ldap.Connection
 
writeSemaphoreOwner - Variable in class com.novell.ldap.Connection
 
writeTagWithID(String, LDAPMessage) - Method in class com.novell.ldap.util.DSMLWriter
Writes an XML tag with it's requestID and possibly a matchedDN.
writeValue(Writer) - Method in class com.novell.ldap.LDAPAttribute
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPAttribute
 
writeValue(Writer) - Method in class com.novell.ldap.LDAPAttributeSchema
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPAttributeSchema
 
writeValue(Writer) - Method in class com.novell.ldap.LDAPDITContentRuleSchema
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPDITContentRuleSchema
 
writeValue(Writer) - Method in class com.novell.ldap.LDAPDITStructureRuleSchema
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPDITStructureRuleSchema
 
writeValue(Writer) - Method in class com.novell.ldap.LDAPMatchingRuleSchema
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPMatchingRuleSchema
 
writeValue(Writer) - Method in class com.novell.ldap.LDAPMatchingRuleUseSchema
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPMatchingRuleUseSchema
 
writeValue(Writer) - Method in class com.novell.ldap.LDAPNameFormSchema
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPNameFormSchema
 
writeValue(Writer) - Method in class com.novell.ldap.LDAPObjectClassSchema
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPObjectClassSchema
 
writeValue(Writer) - Method in class com.novell.ldap.LDAPSyntaxSchema
 
writeValue(StringBuffer) - Method in class com.novell.ldap.LDAPSyntaxSchema
 
writeVersionLine() - Method in class com.novell.ldap.util.LDIFWriter
Write the version line of LDIF file into the OutputStream.
WRONG_FACTORY - Static variable in class com.novell.ldap.resources.ExceptionMessages
 

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