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

A

ABANDON_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
An abandon request operation.
ABORT_NAMING_CONTEXT_OP_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the abortNamingContextOperationRequest OID.
ABORT_NAMING_CONTEXT_OP_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the abortPartitionOperationRequest OID.
ABORT_NAMING_CONTEXT_OP_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the abortNamingContextOperationResponse OID.
ABORT_NAMING_CONTEXT_OP_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the abortPartitionOperationResponse OID.
ABSTRACT - Static variable in class com.novell.ldap.LDAPObjectClassSchema
This class definition defines an abstract schema class.
ADD - Static variable in class com.novell.ldap.LDAPModification
Adds the listed values to the given attribute, creating the attribute if it does not already exist.
ADD - Static variable in class com.novell.ldap.controls.LDAPPersistSearchControl
Change type specifying that you want to track additions of new entries to the directory.
ADD_REPLICA_REQ - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the addReplicaRequest OID.
ADD_REPLICA_REQ - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the addReplicaRequest OID.
ADD_REPLICA_RES - Static variable in class com.novell.ldap.extensions.NamingContextConstants
A constant for the addReplicaResponse OID.
ADD_REPLICA_RES - Static variable in class com.novell.ldap.extensions.ReplicationConstants
A constant for the addReplicaResponse OID.
ADD_REQUEST - Static variable in class com.novell.ldap.LDAPMessage
An add request operation.
ADD_RESPONSE - Static variable in class com.novell.ldap.LDAPMessage
An add response operation.
ADMIN_LIMIT_EXCEEDED - Static variable in class com.novell.ldap.LDAPException
Indicates that an LDAP server limit set by an administrative authority has been exceeded.
AFFECTS_MULTIPLE_DSAS - Static variable in class com.novell.ldap.LDAPException
Indicates that the modify DN operation moves the entry from one LDAP server to another and thus requires more than one LDAP server.
ALIAS_DEREFERENCING_PROBLEM - Static variable in class com.novell.ldap.LDAPException
Indicates that during a search operation, either the client does not have access rights to read the aliased object's name or dereferencing is not allowed.
ALIAS_PROBLEM - Static variable in class com.novell.ldap.LDAPException
Indicates that an error occurred when an alias was dereferenced.
ALL_USER_ATTRS - Static variable in class com.novell.ldap.LDAPConnection
Used with search instead of an attribute list to indicate that all attributes are to be returned.
AMBIGUOUS_RESPONSE - Static variable in class com.novell.ldap.LDAPException
Indicates that the server response to a request is ambiguous.
AND - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for an AND component.
ANY - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for an ANY component of a SUBSTRING.
ANY - Static variable in class com.novell.ldap.controls.LDAPPersistSearchControl
Change type specifying that you want to track any of the above modifications.
APPLICATION - Static variable in class com.novell.ldap.asn1.ASN1Identifier
Application-wide tag class.
APPROX_MATCH - Static variable in class com.novell.ldap.LDAPSearchRequest
Search Filter Identifier for an APPROX_MATCH component.
ASN1Boolean - class com.novell.ldap.asn1.ASN1Boolean.
This class encapsulates the ASN.1 BOOLEAN type.
ASN1Boolean(boolean) - Constructor for class com.novell.ldap.asn1.ASN1Boolean
Call this constructor to construct an ASN1Boolean object from a boolean value.
ASN1Boolean(ASN1Decoder, InputStream, int) - Constructor for class com.novell.ldap.asn1.ASN1Boolean
Constructs an ASN1Boolean object by decoding data from an input stream.
ASN1Choice - class com.novell.ldap.asn1.ASN1Choice.
The ASN1Choice object represents the choice of any ASN1Object.
ASN1Choice(ASN1Object) - Constructor for class com.novell.ldap.asn1.ASN1Choice
Constructs an ASN1Choice object using an ASN1Object value.
ASN1Choice() - Constructor for class com.novell.ldap.asn1.ASN1Choice
No arg Constructor.
ASN1Decoder - interface com.novell.ldap.asn1.ASN1Decoder.
This interface defines the methods for decoding each of the ASN.1 types.
ASN1Encoder - interface com.novell.ldap.asn1.ASN1Encoder.
This interface defines the methods for encoding each of the ASN.1 types.
ASN1Enumerated - class com.novell.ldap.asn1.ASN1Enumerated.
This class encapsulates the ASN.1 ENUMERATED type.
ASN1Enumerated(int) - Constructor for class com.novell.ldap.asn1.ASN1Enumerated
Call this constructor to construct an ASN1Enumerated object from an integer value.
ASN1Enumerated(long) - Constructor for class com.novell.ldap.asn1.ASN1Enumerated
Call this constructor to construct an ASN1Enumerated object from a long value.
ASN1Enumerated(ASN1Decoder, InputStream, int) - Constructor for class com.novell.ldap.asn1.ASN1Enumerated
Constructs an ASN1Enumerated object by decoding data from an input stream.
ASN1Identifier - class com.novell.ldap.asn1.ASN1Identifier.
This class is used to encapsulate an ASN.1 Identifier.
ASN1Identifier(int, boolean, int) - Constructor for class com.novell.ldap.asn1.ASN1Identifier
Constructs an ASN1Identifier using the classtype, form and tag.
ASN1Identifier(InputStream) - Constructor for class com.novell.ldap.asn1.ASN1Identifier
Decode an ASN1Identifier directly from an InputStream and save the encoded length of the ASN1Identifier.
ASN1Identifier() - Constructor for class com.novell.ldap.asn1.ASN1Identifier
 
ASN1Integer - class com.novell.ldap.asn1.ASN1Integer.
This class encapsulates the ASN.1 INTEGER type.
ASN1Integer(int) - Constructor for class com.novell.ldap.asn1.ASN1Integer
Call this constructor to construct an ASN1Integer object from an integer value.
ASN1Integer(long) - Constructor for class com.novell.ldap.asn1.ASN1Integer
Call this constructor to construct an ASN1Integer object from a long value.
ASN1Integer(ASN1Decoder, InputStream, int) - Constructor for class com.novell.ldap.asn1.ASN1Integer
Constructs an ASN1Integer object by decoding data from an input stream.
ASN1Length - class com.novell.ldap.asn1.ASN1Length.
This class provides a means to manipulate ASN.1 Length's.
ASN1Length() - Constructor for class com.novell.ldap.asn1.ASN1Length
Constructs an empty ASN1Length.
ASN1Length(int) - Constructor for class com.novell.ldap.asn1.ASN1Length
Constructs an ASN1Length
ASN1Length(InputStream) - Constructor for class com.novell.ldap.asn1.ASN1Length
Constructs an ASN1Length object by decoding data from an input stream.
ASN1Null - class com.novell.ldap.asn1.ASN1Null.
This class represents the ASN.1 NULL type.
ASN1Null() - Constructor for class com.novell.ldap.asn1.ASN1Null
Call this constructor to construct a new ASN1Null object.
ASN1Numeric - class com.novell.ldap.asn1.ASN1Numeric.
This abstract class is the base class for all ASN1 numeric (integral) types.
ASN1Object - class com.novell.ldap.asn1.ASN1Object.
This is the base class for all other ASN1 types.
ASN1Object(ASN1Identifier) - Constructor for class com.novell.ldap.asn1.ASN1Object
 
ASN1OctetString - class com.novell.ldap.asn1.ASN1OctetString.
This class encapsulates the OCTET STRING type.
ASN1OctetString(byte[]) - Constructor for class com.novell.ldap.asn1.ASN1OctetString
Call this constructor to construct an ASN1OctetString object from a byte array.
ASN1OctetString(String) - Constructor for class com.novell.ldap.asn1.ASN1OctetString
Call this constructor to construct an ASN1OctetString object from a String object.
ASN1OctetString(ASN1Decoder, InputStream, int) - Constructor for class com.novell.ldap.asn1.ASN1OctetString
Constructs an ASN1OctetString object by decoding data from an input stream.
ASN1Sequence - class com.novell.ldap.asn1.ASN1Sequence.
The ASN1Sequence class can hold an ordered collection of components with distinct type.
ASN1Sequence() - Constructor for class com.novell.ldap.asn1.ASN1Sequence
Constructs an ASN1Sequence object with no actual ASN1Objects in it.
ASN1Sequence(int) - Constructor for class com.novell.ldap.asn1.ASN1Sequence
Constructs an ASN1Sequence object with the specified number of placeholders for ASN1Objects.
ASN1Sequence(ASN1Object[], int) - Constructor for class com.novell.ldap.asn1.ASN1Sequence
Constructs an ASN1Sequence object with an array representing an ASN1 sequence.
ASN1Sequence(ASN1Decoder, InputStream, int) - Constructor for class com.novell.ldap.asn1.ASN1Sequence
Constructs an ASN1Sequence object by decoding data from an input stream.
ASN1SequenceOf - class com.novell.ldap.asn1.ASN1SequenceOf.
The ASN1SequenceOf class is used to hold an ordered collection of components with identical type.
ASN1SequenceOf() - Constructor for class com.novell.ldap.asn1.ASN1SequenceOf
Constructs an ASN1SequenceOf object with no actual ASN1Objects in it.
ASN1SequenceOf(int) - Constructor for class com.novell.ldap.asn1.ASN1SequenceOf
Constructs an ASN1SequenceOf object with the specified number of placeholders for ASN1Objects.
ASN1SequenceOf(ASN1Sequence) - Constructor for class com.novell.ldap.asn1.ASN1SequenceOf
A copy constructor which creates an ASN1SequenceOf from an instance of ASN1Sequence.
ASN1SequenceOf(ASN1Decoder, InputStream, int) - Constructor for class com.novell.ldap.asn1.ASN1SequenceOf
Constructs an ASN1SequenceOf object by decoding data from an input stream.
ASN1Set - class com.novell.ldap.asn1.ASN1Set.
The ASN1Set class can hold an unordered collection of components with distinct type.
ASN1Set() - Constructor for class com.novell.ldap.asn1.ASN1Set
Constructs an ASN1Set object with no actual ASN1Objects in it.
ASN1Set(int) - Constructor for class com.novell.ldap.asn1.ASN1Set
Constructs an ASN1Set object with the specified number of placeholders for ASN1Objects.
ASN1Set(ASN1Decoder, InputStream, int) - Constructor for class com.novell.ldap.asn1.ASN1Set
Constructs an ASN1Set object by decoding data from an input stream.
ASN1SetOf - class com.novell.ldap.asn1.ASN1SetOf.
The ASN1Set class can hold an unordered collection of components with identical type.
ASN1SetOf() - Constructor for class com.novell.ldap.asn1.ASN1SetOf
Constructs an ASN1SetOf object with no actual ASN1Objects in it.
ASN1SetOf(int) - Constructor for class com.novell.ldap.asn1.ASN1SetOf
Constructs an ASN1SetOf object with the specified number of placeholders for ASN1Objects.
ASN1SetOf(ASN1Set) - Constructor for class com.novell.ldap.asn1.ASN1SetOf
A copy constructor that creates an ASN1SetOf from an instance of ASN1Set.
ASN1Structured - class com.novell.ldap.asn1.ASN1Structured.
This class serves as the base type for all ASN.1 structured types.
ASN1Structured(ASN1Identifier) - Constructor for class com.novell.ldap.asn1.ASN1Structured
 
ASN1Structured(ASN1Identifier, int) - Constructor for class com.novell.ldap.asn1.ASN1Structured
 
ASN1Structured(ASN1Identifier, ASN1Object[], int) - Constructor for class com.novell.ldap.asn1.ASN1Structured
 
ASN1Tagged - class com.novell.ldap.asn1.ASN1Tagged.
The ASN1Tagged class can hold a base ASN1Object with a distinctive tag describing the type of that base object.
ASN1Tagged(ASN1Identifier, ASN1Object) - Constructor for class com.novell.ldap.asn1.ASN1Tagged
Constructs an ASN1Tagged object using the provided AN1Identifier and the ASN1Object.
ASN1Tagged(ASN1Identifier, ASN1Object, boolean) - Constructor for class com.novell.ldap.asn1.ASN1Tagged
Constructs an ASN1Tagged object.
ASN1Tagged(ASN1Decoder, InputStream, int, ASN1Identifier) - Constructor for class com.novell.ldap.asn1.ASN1Tagged
Constructs an ASN1Tagged object by decoding data from an input stream.
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class com.novell.ldap.LDAPException
Indicates that the attribute value specified in a modify or add operation already exists as a value for that attribute.
AUTH_METHOD_NOT_SUPPORTED - Static variable in class com.novell.ldap.LDAPException
Indicates that during a bind operation the client requested an authentication method not supported by the LDAP server.
AUTH_UNKNOWN - Static variable in class com.novell.ldap.LDAPException
Indicates that a bind method was called with an unknown authentication method.
AUXILIARY - Static variable in class com.novell.ldap.LDAPObjectClassSchema
This class definition defines an auxiliary schema class.
AbortPartitionOperationRequest - class com.novell.ldap.extensions.AbortPartitionOperationRequest.
Aborts the last partition operation that was requested on the specified partition if the operation is still pending.
AbortPartitionOperationRequest(String, int) - Constructor for class com.novell.ldap.extensions.AbortPartitionOperationRequest
Constructs an extended operation object for aborting a partition operation.
AddReplicaRequest - class com.novell.ldap.extensions.AddReplicaRequest.
Adds a replica to the specified directory server.
AddReplicaRequest(String, String, int, int) - Constructor for class com.novell.ldap.extensions.AddReplicaRequest
Constructs a new extended operation object for adding a replica to the specified server.
abandon(LDAPSearchResults) - Method in class com.novell.ldap.LDAPConnection
Notifies the server not to send additional results associated with this LDAPSearchResults object, and discards any results already received.
abandon(LDAPSearchResults, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Notifies the server not to send additional results associated with this LDAPSearchResults object, and discards any results already received.
abandon(int) - Method in class com.novell.ldap.LDAPConnection
Abandons an asynchronous operation.
abandon(int, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Abandons an asynchronous operation, using the specified constraints.
abandon(LDAPMessageQueue) - Method in class com.novell.ldap.LDAPConnection
Abandons all outstanding operations managed by the queue.
abandon(LDAPMessageQueue, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Abandons all outstanding operations managed by the queue.
add(LDAPEntry, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
add(LDAPEntry, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.DsmlConnection
 
add(LDAPEntry, LDAPResponseQueue) - Method in class com.novell.ldap.DsmlConnection
 
add(LDAPEntry) - Method in class com.novell.ldap.DsmlConnection
 
add(Object) - Method in class com.novell.ldap.LDAPAttributeSet
Adds the specified attribute to this set if it is not already present.
add(LDAPEntry) - Method in class com.novell.ldap.LDAPConnection
Synchronously adds an entry to the directory.
add(LDAPEntry, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Synchronously adds an entry to the directory, using the specified constraints.
add(LDAPEntry, LDAPResponseQueue) - Method in class com.novell.ldap.LDAPConnection
Asynchronously adds an entry to the directory.
add(LDAPEntry, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.LDAPConnection
Asynchronously adds an entry to the directory, using the specified constraints.
add(LDAPEntry, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
add(LDAPEntry, LDAPResponseQueue, LDAPConstraints) - Method in class com.novell.ldap.SPMLConnection
 
add(LDAPEntry, LDAPResponseQueue) - Method in class com.novell.ldap.SPMLConnection
 
add(LDAPEntry) - Method in class com.novell.ldap.SPMLConnection
 
add(ASN1Object) - Method in class com.novell.ldap.asn1.ASN1Structured
Adds a new ASN1Object to the end of this ASN1Structured object.
add(String, String, String) - Method in class com.novell.ldap.util.RDN
Adds another value to the RDN.
addAll(Collection) - Method in class com.novell.ldap.LDAPAttributeSet
Adds all LDAPAttribute objects in the specified collection to this collection.
addBase64Value(String) - Method in class com.novell.ldap.LDAPAttribute
Adds a base64 encoded value to the attribute.
addBase64Value(StringBuffer, int, int) - Method in class com.novell.ldap.LDAPAttribute
Adds a base64 encoded value to the attribute.
addBase64Value(char[]) - Method in class com.novell.ldap.LDAPAttribute
Adds a base64 encoded value to the attribute.
addRDN(RDN) - Method in class com.novell.ldap.util.DN
Adds the RDN to the beginning of the current DN.
addRDNToBack(RDN) - Method in class com.novell.ldap.util.DN
Adds the RDN to the end of the current DN
addRDNToFront(RDN) - Method in class com.novell.ldap.util.DN
Adds the RDN to the beginning of the current DN.
addURLValue(String) - Method in class com.novell.ldap.LDAPAttribute
Adds a URL, indicating a file or other resource that contains the value of the attribute.
addURLValue(URL) - Method in class com.novell.ldap.LDAPAttribute
Adds a URL, indicating a file or other resource that contains the value of the attribute.
addUnsolicitedNotificationListener(LDAPUnsolicitedNotificationListener) - Method in class com.novell.ldap.LDAPConnection
Registers an object to be notified on arrival of an unsolicited message from a server.
addValue(String) - Method in class com.novell.ldap.LDAPAttribute
Adds a string value to the attribute.
addValue(byte[]) - Method in class com.novell.ldap.LDAPAttribute
Adds a byte-formatted value to the attribute.
addValue(String) - Method in class com.novell.ldap.LDAPSchemaElement
LDAPSchemaElement is read-only and this method is over-ridden to throw an exception.
addValue(Byte[]) - Method in class com.novell.ldap.LDAPSchemaElement
LDAPSchemaElement is read-only and this method is over-ridden to throw an exception.
addValue(String, Object) - Method in class com.novell.ldap.util.LDAPXMLHandler
This method defines the generic adapter to be used by child elements to return the values of the processed Child Elements.
attrs - Variable in class com.novell.ldap.LDAPEntry
 

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