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

I

ID - Static variable in class com.novell.ldap.asn1.ASN1Boolean
ID is added for Optimization.
ID - Static variable in class com.novell.ldap.asn1.ASN1Enumerated
ID is added for Optimization.
ID - Static variable in class com.novell.ldap.asn1.ASN1Integer
ID is added for Optimization.
ID - Static variable in class com.novell.ldap.asn1.ASN1Null
ID is added for Optimization.
ID - Static variable in class com.novell.ldap.asn1.ASN1OctetString
ID is added for Optimization.
ID - Static variable in class com.novell.ldap.asn1.ASN1SequenceOf
ID is added for Optimization.
ID - Static variable in class com.novell.ldap.asn1.ASN1Set
ID is added for Optimization.
ID - Static variable in class com.novell.ldap.asn1.ASN1SetOf
ID is added for Optimization.
INAPPROPRIATE_AUTHENTICATION - Static variable in class com.novell.ldap.LDAPException
Indicates that during a bind operation, the client is attempting to use an authentication method that the client cannot use correctly.
INAPPROPRIATE_MATCHING - Static variable in class com.novell.ldap.LDAPException
Indicates that the matching rule specified in the search filter does not match a rule defined for the attribute's syntax.
INITIAL - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for an INITIAL component of a SUBSTRING.
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class com.novell.ldap.LDAPException
Indicates that the caller does not have sufficient rights to perform the requested operation.
INTERMEDIATE_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
An extended response operation.
INVALID_ATTRIBUTE_SYNTAX - Static variable in class com.novell.ldap.LDAPException
Indicates that the attribute value specified in an add, compare, or modify operation is an unrecognized or invalid syntax for the attribute.
INVALID_CREDENTIALS - Static variable in class com.novell.ldap.LDAPException
Indicates that invalid information was passed during a bind operation.
INVALID_DN_SYNTAX - Static variable in class com.novell.ldap.LDAPException
Indicates that the syntax of the DN is incorrect.
INVALID_RESPONSE - Static variable in class com.novell.ldap.LDAPException
Indicates that the server response to a request is invalid.
IS_LEAF - Static variable in class com.novell.ldap.LDAPException
Indicates that the specified operation cannot be performed on a leaf entry.
initHandler() - Method in class com.novell.ldap.util.LDAPXMLHandler
This method is used to initialize the Handler.
intValue() - Method in class com.novell.ldap.asn1.ASN1Numeric
Returns the content of this ASN1Numeric object as an int.
isApplication() - Method in class com.novell.ldap.asn1.ASN1Identifier
Returns a boolean value indicating whether or not this ASN1Identifier has a TAG CLASS of APPLICATION.
isBound() - Method in class com.novell.ldap.DsmlConnection
 
isBound() - Method in class com.novell.ldap.LDAPConnection
Indicates whether the object has authenticated to the connected LDAP server.
isBound() - Method in class com.novell.ldap.SPMLConnection
 
isCollective() - Method in class com.novell.ldap.LDAPAttributeSchema
Returns true if the attribute is a collective attribute.
isComplete(int) - Method in class com.novell.ldap.LDAPMessageQueue
Reports true if all results have been received for a particular message id.
isComplete() - Method in interface com.novell.security.sasl.SaslClient
This method may be called at any time to determine if the authentication process is finished.
isConnected() - Method in class com.novell.ldap.DsmlConnection
 
isConnected() - Method in class com.novell.ldap.LDAPConnection
Indicates whether the connection represented by this object is open at this time.
isConnected() - Method in class com.novell.ldap.SPMLConnection
 
isConnectionAlive() - Method in class com.novell.ldap.DsmlConnection
 
isConnectionAlive() - Method in class com.novell.ldap.LDAPConnection
Checks whether the connection represented by this object is still alive or not.
isConnectionAlive() - Method in class com.novell.ldap.SPMLConnection
 
isContext() - Method in class com.novell.ldap.asn1.ASN1Identifier
Returns a boolean value indicating whether or not this ASN1Identifier has a TAG CLASS of CONTEXT-SPECIFIC.
isCritical() - Method in class com.novell.ldap.LDAPControl
Returns whether the control is critical for the operation.
isDescendantOf(DN) - Method in class com.novell.ldap.util.DN
Determines if this DN is contained by the DN passed in.
isEmpty() - Method in class com.novell.ldap.LDAPAttributeSet
Returns true if this set contains no elements
isExplicit() - Method in class com.novell.ldap.asn1.ASN1Tagged
Returns a boolean value indicating if this object uses EXPLICIT tagging.
isLDIFSafe(byte[]) - Static method in class com.novell.ldap.util.Base64
Checks if the input byte array contains only safe values, that is, the data does not need to be encoded for use with LDIF.
isLDIFSafe(String) - Static method in class com.novell.ldap.util.Base64
Checks if the input String contains only safe values, that is, the data does not need to be encoded for use with LDIF.
isMultivalued() - Method in class com.novell.ldap.util.RDN
Determines if this RDN is multivalued or not
isObsolete() - Method in class com.novell.ldap.LDAPSchemaElement
Returns whether the element has the OBSOLETE qualifier in its LDAP definition.
isParallelProcessing() - Method in class com.novell.ldap.util.DOMReader
Indicates whether the requests in a batchRequest can be executed in parallel.
isParallelProcessing() - Method in class com.novell.ldap.util.DSMLReader
Indicates whether the requests in a batchRequest can be executed in parallel.
isPrintable(byte[]) - Method in class com.novell.ldap.util.LDIFWriter
Check if the input byte array object is safe to make a String.
isPrivate() - Method in class com.novell.ldap.asn1.ASN1Identifier
Returns a boolean value indicating whether or not this ASN1Identifier has a TAG CLASS of PRIVATE.
isRequest() - Method in class com.novell.ldap.LDAPMessage
Indicates whether the message is a request or a response
isRequest() - Method in class com.novell.ldap.util.DOMReader
Used to identify if the root node is a batchRequest or not.
isRequest() - Method in class com.novell.ldap.util.DOMWriter
Used to identify if the root node is a batchRequest or not.
isRequest() - Method in class com.novell.ldap.util.DSMLReader
Returns true if request data ist associated with the input stream, or false if content data.
isRequest() - Method in class com.novell.ldap.util.DSMLWriter
Returns true if request data ist associated with the input stream, or false if content data.
isRequest() - Method in interface com.novell.ldap.util.LDAPReader
Returns the type of messages being read from the source, true if request data or false if result data.
isRequest() - Method in interface com.novell.ldap.util.LDAPWriter
Returns the type of data to write to the output destination, true if request data, or false if result data.
isRequest() - Method in class com.novell.ldap.util.LDIFReader
Returns true if request data ist associated with the input stream, or false if content data.
isRequest() - Method in class com.novell.ldap.util.LDIFWriter
Returns true if request data ist associated with the input stream, or false if content data.
isResponseReceived() - Method in class com.novell.ldap.LDAPMessageQueue
Reports true if any response has been received from the server and not yet retrieved with getResponse.
isResponseReceived(int) - Method in class com.novell.ldap.LDAPMessageQueue
Reports true if a response has been received from the server for a particular message ID but not yet retrieved with getResponse.
isResponseUnordered() - Method in class com.novell.ldap.util.DOMReader
If requests in a batchRequest can be executed in parallel, this specifies whether the responses can be written in any order.
isResponseUnordered() - Method in class com.novell.ldap.util.DSMLReader
If requests in a batchRequest can be executed in parallel, this specifies whether the responses can be written in any order.
isResumeOnError() - Method in class com.novell.ldap.util.DOMReader
Indicates whether the execution of requests in a batchRequest should resume or stop should an error occur.
isResumeOnError() - Method in class com.novell.ldap.util.DSMLReader
Indicates whether the execution of requests in a batchRequest should resume or stop should an error occur.
isSecure() - Method in class com.novell.ldap.LDAPUrl
Returns true if the URL is of the type ldaps (LDAP over SSL, a predecessor to startTls)
isSingleValued() - Method in class com.novell.ldap.LDAPAttributeSchema
Returns true if the attribute is single-valued.
isTLS() - Method in class com.novell.ldap.DsmlConnection
 
isTLS() - Method in class com.novell.ldap.LDAPConnection
Indicatates if the connection is protected by TLS.
isTLS() - Method in class com.novell.ldap.SPMLConnection
 
isTypesOnly() - Method in class com.novell.ldap.LDAPSearchRequest
Retrieves whether attribute values or only attribute types(names) should be returned in a search request.
isUniversal() - Method in class com.novell.ldap.asn1.ASN1Identifier
Returns a boolean value indicating whether or not this ASN1Identifier has a TAG CLASS of UNIVERSAL.
isUseSOAP() - Method in class com.novell.ldap.util.DSMLWriter
 
isUseSoap() - Method in class com.novell.ldap.DsmlConnection
 
isUserModifiable() - Method in class com.novell.ldap.LDAPAttributeSchema
Returns false if the attribute is read-only.
isValid(String) - Static method in class com.novell.ldap.LDAPDN
Returns true if the string conforms to distinguished name syntax.
isValidUTF8(byte[], boolean) - Static method in class com.novell.ldap.util.Base64
Determines if an array of bytes contains only valid UTF-8 characters.
iterator() - Method in class com.novell.ldap.LDAPAttributeSet
Returns an iterator over the attributes in this set.

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