Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abandon(int) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Cancels the ldap request with the specified id and discards any results already received.
- abandon(int) - Method in class netscape.ldap.LDAPConnection
-
Cancels the ldap request with the specified id and discards any results already received.
- abandon(LDAPSearchListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Cancels all outstanding search requests associated with this LDAPSearchListener object and discards any results already received.
- abandon(LDAPSearchListener) - Method in class netscape.ldap.LDAPConnection
-
Cancels all outstanding search requests associated with this LDAPSearchListener object and discards any results already received.
- abandon(LDAPSearchResults) - Method in class netscape.ldap.LDAPConnection
-
Abandons a current search operation, notifying the server not to send additional search results.
- abandon(LDAPSearchResults) - Method in interface netscape.ldap.LDAPv2
-
Notifies the server to not send additional results associated with this
LDAPSearchResults
object, and discards any results already received. - ABANDON_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- ABANDON_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- ABSTRACT - Static variable in class netscape.ldap.LDAPObjectClassSchema
- add(int, LDAPAttribute) - Method in class netscape.ldap.LDAPModificationSet
-
Specifies another modification to be added to the set of modifications.
- add(LDAPAttribute) - Method in class netscape.ldap.LDAPAttributeSet
-
Adds the specified attribute to this attribute set.
- add(LDAPConnection) - Method in class netscape.ldap.LDAPSchemaElement
-
Adds the current object class, attribute type, or matching rule definition to the schema at the root DSE.
- add(LDAPConnection, String) - Method in class netscape.ldap.LDAPSchemaElement
-
Adds the current object class, attribute type, or matching rule definition to the schema.
- add(LDAPEntry) - Method in class netscape.ldap.LDAPConnection
-
Adds an entry to the directory.
- add(LDAPEntry) - Method in interface netscape.ldap.LDAPv2
-
Adds an entry to the directory.
- add(LDAPEntry, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Adds an entry to the directory and allows you to specify preferences for this LDAP add operation by using an
LDAPConstraints
object. - add(LDAPEntry, LDAPConstraints) - Method in interface netscape.ldap.LDAPv2
-
Adds an entry to the directory.
- add(LDAPEntry, LDAPResponseListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Adds an entry to the directory.
- add(LDAPEntry, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Adds an entry to the directory.
- add(LDAPEntry, LDAPResponseListener, LDAPConstraints) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Adds an entry to the directory and allows you to specify constraints for this LDAP add operation by using an
LDAPConstraints
object. - add(LDAPEntry, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Adds an entry to the directory and allows you to specify constraints for this LDAP add operation by using an
LDAPConstraints
object. - add(LDAPEntry, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.
- ADD - Static variable in class netscape.ldap.controls.LDAPPersistSearchControl
-
Change type specifying that you want to track additions of new entries to the directory.
- ADD - Static variable in class netscape.ldap.LDAPModification
-
Specifies that a value should be added to an attribute.
- ADD_CONTENT - Static variable in interface netscape.ldap.util.LDIFContent
-
The LDIF record specifies a new entry to be added.
- ADD_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- ADD_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- ADD_RESPONSE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- ADD_RESPONSE - Static variable in class netscape.ldap.LDAPMessage
- addAny(String) - Method in class netscape.ldap.client.JDAPFilterSubString
-
Adds any substring.
- addAttribute(LDAPAttributeSchema) - Method in class netscape.ldap.LDAPSchema
-
Add an attribute type schema definition to the current schema.
- addDITContentRule(LDAPDITContentRuleSchema) - Method in class netscape.ldap.LDAPSchema
-
Add a content rule definition to the current schema.
- addDITStructureRule(LDAPDITStructureRuleSchema) - Method in class netscape.ldap.LDAPSchema
-
Add a structure rule definition to the current schema.
- addElement(BERElement) - Method in class netscape.ldap.ber.stream.BERConstruct
-
Adds an element to the list.
- addElement(JDAPFilter) - Method in class netscape.ldap.client.JDAPFilterSet
-
Adds filter into the filter set.
- addElement(LDAPAttribute) - Method in class netscape.ldap.util.LDIFAttributeContent
-
Adds an attribute to the content of the LDIF record.
- addElement(LDAPModification) - Method in class netscape.ldap.util.LDIFModifyContent
-
Specifies an additional modification that should be made to the entry.
- addFinal(String) - Method in class netscape.ldap.client.JDAPFilterSubString
-
Adds final substring.
- addInitial(String) - Method in class netscape.ldap.client.JDAPFilterSubString
-
Adds initial substring.
- addMatchingRule(LDAPMatchingRuleSchema) - Method in class netscape.ldap.LDAPSchema
-
Add a matching rule schema definition to the current schema.
- addNameForm(LDAPNameFormSchema) - Method in class netscape.ldap.LDAPSchema
-
Add a name form definition to the current schema.
- addObjectClass(LDAPObjectClassSchema) - Method in class netscape.ldap.LDAPSchema
-
Adds an object class schema definition to the current schema.
- addPropertyChangeListener(PropertyChangeListener) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Add a client to be notified when an authentication result is in
- addRDN(RDN) - Method in class netscape.ldap.util.DN
-
Adds the specified relative distinguished name (RDN) to the current DN.
- addRDNToBack(RDN) - Method in class netscape.ldap.util.DN
-
Adds the specified relative distinguished name (RDN) to the end of the current DN.
- addRDNToFront(RDN) - Method in class netscape.ldap.util.DN
-
Adds the specified relative distinguished name (RDN) to the beginning of the current DN.
- addSyntax(LDAPSyntaxSchema) - Method in class netscape.ldap.LDAPSchema
-
Add a syntax schema definition to the current schema.
- addValue(byte[]) - Method in class netscape.ldap.LDAPAttribute
-
Adds a
byte[]
-formatted value to the attribute. - addValue(String) - Method in class netscape.ldap.LDAPAttribute
-
Adds a string value to the attribute.
- ADMIN_LIMIT_EXCEEDED - Static variable in class netscape.ldap.client.opers.JDAPResult
- ADMIN_LIMIT_EXCEEDED - Static variable in exception netscape.ldap.LDAPException
-
(11) [LDAP v3] The adminstrative limit on the maximum number of entries to return was exceeded.
- AFFECTS_MULTIPLE_DSAS - Static variable in class netscape.ldap.client.opers.JDAPResult
- AFFECTS_MULTIPLE_DSAS - Static variable in exception netscape.ldap.LDAPException
-
(71) [LDAP v3] The client attempted to move an entry from one LDAP server to another by requesting a "modify DN" operation.
- ALIAS_DEREFERENCING_PROBLEM - Static variable in class netscape.ldap.client.opers.JDAPResult
- ALIAS_DEREFERENCING_PROBLEM - Static variable in exception netscape.ldap.LDAPException
-
(36) An error occurred when dereferencing an alias.
- ALIAS_PROBLEM - Static variable in class netscape.ldap.client.opers.JDAPResult
- ALIAS_PROBLEM - Static variable in exception netscape.ldap.LDAPException
-
(33) An problem occurred with an alias.
- aliases - Variable in class netscape.ldap.LDAPSchemaElement
- ALL_USER_ATTRS - Static variable in interface netscape.ldap.LDAPv3
-
Attribute type that you can specify in the LDAPConnection search method if you want to retrieve all attribute types.
- AMBIGUOUS_RESULTS - Static variable in class netscape.ldap.beans.LDAPBasePropertySupport
- AMBIGUOUS_RESULTS - Static variable in class netscape.ldap.beans.LDAPIsMember
- ANY - Static variable in class netscape.ldap.ber.stream.BERElement
- append(boolean) - Method in class netscape.ldap.util.ByteBuf
-
Appends a boolean to the end of this byte buffer.
- append(byte) - Method in class netscape.ldap.util.ByteBuf
-
Appends a byte to the end of this byte buffer.
- append(byte[]) - Method in class netscape.ldap.util.ByteBuf
-
Appends an array of bytes to the end of this byte buffer.
- append(byte[], int, int) - Method in class netscape.ldap.util.ByteBuf
-
Appends a part of an array of bytes to the end of this byte buffer.
- append(double) - Method in class netscape.ldap.util.ByteBuf
-
Appends a
double
to the end of this byte buffer. - append(float) - Method in class netscape.ldap.util.ByteBuf
-
Appends a
float
to the end of this byte buffer. - append(int) - Method in class netscape.ldap.util.ByteBuf
-
Appends an integer to the end of this byte buffer.
- append(long) - Method in class netscape.ldap.util.ByteBuf
-
Appends a
long
value to the end of this byte buffer. - append(Object) - Method in class netscape.ldap.util.ByteBuf
-
Appends an object to the end of this byte buffer.
- append(String) - Method in class netscape.ldap.util.ByteBuf
-
Appends a string to the end of this byte buffer.
- append(ByteBuf) - Method in class netscape.ldap.util.ByteBuf
-
Appends a byte buffer to the end of this byte buffer.
- APPLICATION - Static variable in class netscape.ldap.ber.stream.BERElement
- approve(X509Certificate, SSLCertificateApprovalCallback.ValidityStatus) - Method in class netscape.ldap.factory.JSSSocketFactory
-
The default implementation of the SSLCertificateApprovalCallback interface.
- ATTRIBUTE_CONTENT - Static variable in interface netscape.ldap.util.LDIFContent
-
The LDIF record specifies an entry and its attributes.
- ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class netscape.ldap.client.opers.JDAPResult
- ATTRIBUTE_OR_VALUE_EXISTS - Static variable in exception netscape.ldap.LDAPException
-
(20) The value that you are adding to an attribute already exists in the attribute.
- attrName - Variable in class netscape.ldap.LDAPSchemaElement
- AUTH_METHOD_NOT_SUPPORTED - Static variable in class netscape.ldap.client.opers.JDAPResult
- AUTH_METHOD_NOT_SUPPORTED - Static variable in exception netscape.ldap.LDAPException
-
(7) The specified authentication method is not supported by the LDAP server that you are connecting to.
- authenticate() - Method in class netscape.ldap.beans.LDAPSimpleAuth
-
Connect to LDAP server using parameters specified in constructor and/or by setting properties and attempt to authenticate.
- authenticate(int, String, String) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (that you are currently connected to) using the specified name and password, and requesting that the server use at least the specified protocol version.
- authenticate(int, String, String) - Method in interface netscape.ldap.LDAPv3
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name, password, and version of the LDAP protocol.
- authenticate(int, String, String, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password, and requesting that the server use at least the specified protocol version.
- authenticate(int, String, String, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password and allows you to specify constraints for this LDAP add operation by using an
LDAPConstraints
object. - authenticate(int, String, String, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password and allows you to specify constraints for this LDAP add operation by using an
LDAPConstraints
object. - authenticate(int, String, String, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- authenticate(ActionEvent) - Method in class netscape.ldap.beans.LDAPSimpleAuth
- authenticate(String, String) - Method in class netscape.ldap.beans.LDAPSimpleAuth
-
Connect to LDAP server using parameters specified in constructor and/or by setting properties and attempt to authenticate.
- authenticate(String, String) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
- authenticate(String, String) - Method in interface netscape.ldap.LDAPv2
-
Authenticates user with the LDAP server.
- authenticate(String, String[], String, Hashtable<Object, Object>, Object) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use authenticate without packageName instead.
- authenticate(String, String[], Hashtable<Object, Object>, Object) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and a specified SASL mechanism or set of mechanisms.
- authenticate(String, String, String, Hashtable<Object, Object>, Object) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use authenticate without packageName instead.
- authenticate(String, String, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
- authenticate(String, String, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- authenticate(String, Hashtable<Object, Object>, Object) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and whatever SASL mechanisms are supported by the server.
- AUTHENTICATION_ERROR - Static variable in class netscape.ldap.beans.LDAPBasePropertySupport
- AUTHENTICATION_ERROR - Static variable in class netscape.ldap.beans.LDAPIsMember
- AUX - Static variable in class netscape.ldap.LDAPDITContentRuleSchema
- AUXILIARY - Static variable in class netscape.ldap.LDAPObjectClassSchema
B
- BASE_OBJECT - Static variable in class netscape.ldap.client.opers.JDAPSearchRequest
-
search scope
- BATCHSIZE - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying the number of results to return at a time.
- BERAny - Class in netscape.ldap.ber.stream
-
This class is for the "any" object that is unknown to the BER package but conforms to BER rules.
- BERAny(BERElement) - Constructor for class netscape.ldap.ber.stream.BERAny
-
Constructs an "any" element.
- BERAny(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERAny
-
Constructs an "any" element from an input stream.
- BERBitString - Class in netscape.ldap.ber.stream
-
This class is for the BitString object.
- BERBitString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERBitString
-
Constructs a bitstring element from an input stream (for primitive encodings).
- BERBitString(BitSet) - Constructor for class netscape.ldap.ber.stream.BERBitString
-
Constructs a boolean element.
- BERBitString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERBitString
-
Constructs a bitstring element from an input stream (for constructed encodings).
- BERBoolean - Class in netscape.ldap.ber.stream
-
This class is for the Boolean object.
- BERBoolean(boolean) - Constructor for class netscape.ldap.ber.stream.BERBoolean
-
Constructs a boolean element.
- BERBoolean(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERBoolean
-
Constructs a boolean element from an input stream.
- BERCharacterString - Class in netscape.ldap.ber.stream
-
This is an abstract base class for character string types.
- BERCharacterString() - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element containing a buffer.
- BERCharacterString(byte[]) - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element from a byte array.
- BERCharacterString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element from an input stream (for primitive encoding)
- BERCharacterString(String) - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element containing buffer.
- BERCharacterString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element from an input stream (for constructed encoding)
- BERChoice - Class in netscape.ldap.ber.stream
-
This class is for the Choice object.
- BERChoice(BERElement) - Constructor for class netscape.ldap.ber.stream.BERChoice
-
Constructs a choice element.
- BERChoice(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERChoice
-
Constructs a choice element from an input stream.
- BERConstruct - Class in netscape.ldap.ber.stream
-
This abstract class serves as a based class for constructed types such as sequence or set.
- BERConstruct() - Constructor for class netscape.ldap.ber.stream.BERConstruct
-
Constructs a construct element.
- BERConstruct(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERConstruct
-
Constructs a construct element from an input stream.
- BERElement - Class in netscape.ldap.ber.stream
-
This class is for the tagged object type.
- BERElement() - Constructor for class netscape.ldap.ber.stream.BERElement
- BEREnumerated - Class in netscape.ldap.ber.stream
-
This class is for the Enumerated object.
- BEREnumerated(int) - Constructor for class netscape.ldap.ber.stream.BEREnumerated
-
Constructs an enumerated element with a value.
- BEREnumerated(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BEREnumerated
-
Constructs an enumerated element with the input stream.
- BERInteger - Class in netscape.ldap.ber.stream
-
This class is for the Integer object.
- BERInteger(int) - Constructor for class netscape.ldap.ber.stream.BERInteger
-
Constructs a integer element.
- BERInteger(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERInteger
-
Constructs an integer element with the input stream.
- BERIntegral - Class in netscape.ldap.ber.stream
-
This is the base class for integral types such as Integer and Enumerated.
- BERIntegral(int) - Constructor for class netscape.ldap.ber.stream.BERIntegral
-
Constructs an integral type with a value.
- BERIntegral(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERIntegral
-
Constructs an integral element from an input stream.
- BERNull - Class in netscape.ldap.ber.stream
-
This class is for the NULL type.
- BERNull() - Constructor for class netscape.ldap.ber.stream.BERNull
-
Constructs a NULL element.
- BERNull(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERNull
-
Constructs a null element from an input stream.
- BERNumericString - Class in netscape.ldap.ber.stream
-
This class is for the NumericString type.
- BERNumericString(byte[]) - Constructor for class netscape.ldap.ber.stream.BERNumericString
-
Constructs a numeric string element from a byte array
- BERNumericString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERNumericString
-
Constructs a numericstring element from an input stream (for primitive encoding)
- BERNumericString(String) - Constructor for class netscape.ldap.ber.stream.BERNumericString
-
Constructs a numeric string element from a string
- BERNumericString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERNumericString
-
Constructs a numeric string element from an input stream (for constructed encoding)
- BERObjectId - Class in netscape.ldap.ber.stream
-
This class is for the Object ID object.
- BERObjectId(int[]) - Constructor for class netscape.ldap.ber.stream.BERObjectId
-
Constructs an object ID element from an array of values.
- BERObjectId(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERObjectId
-
Constructs an object id element from an input stream.
- BERObjectId(String) - Constructor for class netscape.ldap.ber.stream.BERObjectId
-
Constructs an object id element from a string.
- BEROctetString - Class in netscape.ldap.ber.stream
-
This class is for the OctetString type.
- BEROctetString(byte[]) - Constructor for class netscape.ldap.ber.stream.BEROctetString
-
Constructs an octet string element containing a reference to buffer.
- BEROctetString(byte[], int, int) - Constructor for class netscape.ldap.ber.stream.BEROctetString
-
Constructs an octet string element containing a subset of buffer.
- BEROctetString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BEROctetString
-
Constructs an octet string element from an input stream (for primitive encoding)
- BEROctetString(String) - Constructor for class netscape.ldap.ber.stream.BEROctetString
-
Constructs an octet string element containing a copy of the contents of buffer.
- BEROctetString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BEROctetString
-
Constructs an octet string element from an input stream (for constructed encoding)
- BERPrintableString - Class in netscape.ldap.ber.stream
-
This class is for the PrintableString type.
- BERPrintableString(byte[]) - Constructor for class netscape.ldap.ber.stream.BERPrintableString
-
Constructs a printables tring element from buffer.
- BERPrintableString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERPrintableString
-
Constructs a printablestring element from an input stream (for primitive encoding)
- BERPrintableString(String) - Constructor for class netscape.ldap.ber.stream.BERPrintableString
-
Constructs a printable string element containing buffer.
- BERPrintableString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERPrintableString
-
Constructs a printable string element from an input stream (for constructed encoding)
- BERReal - Class in netscape.ldap.ber.stream
-
This class is for the Real object.
- BERReal(float) - Constructor for class netscape.ldap.ber.stream.BERReal
-
Constructs a real element with a value
- BERReal(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERReal
-
Constructs a real element from an input stream.
- BERSequence - Class in netscape.ldap.ber.stream
-
This class is for the Sequence object.
- BERSequence() - Constructor for class netscape.ldap.ber.stream.BERSequence
-
Constructs a sequence element.
- BERSequence(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERSequence
-
Constructs a sequence element from an input stream.
- BERSet - Class in netscape.ldap.ber.stream
-
This class is for the Set object.
- BERSet() - Constructor for class netscape.ldap.ber.stream.BERSet
-
Constructs a set element.
- BERSet(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERSet
-
Constructs a set element from an input stream.
- BERTag - Class in netscape.ldap.ber.stream
-
This class is for the tagged object type.
- BERTag(int, BERElement, boolean) - Constructor for class netscape.ldap.ber.stream.BERTag
-
Constructs a tag element.
- BERTag(BERTagDecoder, int, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERTag
-
Constructs a tag element from an input stream.
- BERTagDecoder - Class in netscape.ldap.ber.stream
-
This is an abstract class which should be extended for use by the BERTag class in decoding application specific BER tags.
- BERTagDecoder() - Constructor for class netscape.ldap.ber.stream.BERTagDecoder
- BERUTCTime - Class in netscape.ldap.ber.stream
-
This class is for the UTCTime object.
- BERUTCTime(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERUTCTime
-
Constructs a UTC time element from an input stream (for primitive encoding)
- BERUTCTime(String) - Constructor for class netscape.ldap.ber.stream.BERUTCTime
-
Constructs a UTC time element containing the specified string.
- BERUTCTime(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERUTCTime
-
Constructs a UTCTime element from an input stream (for constructed encoding)
- BERVisibleString - Class in netscape.ldap.ber.stream
-
This class is for the VisibleString object.
- BERVisibleString(byte[]) - Constructor for class netscape.ldap.ber.stream.BERVisibleString
-
Constructs a visiblestring element from buffer.
- BERVisibleString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERVisibleString
-
Constructs a visiblestring element with the input stream.
- BERVisibleString(String) - Constructor for class netscape.ldap.ber.stream.BERVisibleString
-
Constructs a visiblestring element.
- BERVisibleString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERVisibleString
-
Constructs a visiblestring element with the input stream.
- binary - Static variable in class netscape.ldap.LDAPSchemaElement
- binaryString - Static variable in class netscape.ldap.LDAPSchemaElement
- bind(int, String, String) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password, and requests that the server use at least the specified protocol version.
- bind(int, String, String) - Method in interface netscape.ldap.LDAPv3
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name, password, and version of the LDAP protocol.
- bind(int, String, String, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password, and requesting that the server use at least the specified protocol version.
- bind(int, String, String, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password.
- bind(int, String, String, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password and allows you to specify constraints for this LDAP add operation by using an
LDAPConstraints
object. - bind(String, String) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
- bind(String, String) - Method in interface netscape.ldap.LDAPv2
-
Authenticates user with the LDAP server.
- bind(String, String[], Hashtable<Object, Object>, Object) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and a specified SASL mechanism or set of mechanisms.
- bind(String, String, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which you are currently connected) using the specified name and password.
- bind(String, String, LDAPResponseListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password.
- bind(String, String, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password.
- bind(String, String, LDAPResponseListener, LDAPConstraints) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Authenticates to the LDAP server (that the object is currently connected to) using the specified name and password and allows you to specify constraints for this LDAP add operation by using an
LDAPConstraints
object. - bind(String, String, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and password and allows you to specify constraints for this LDAP add operation by using an
LDAPConstraints
object. - bind(String, Hashtable<Object, Object>, Object) - Method in class netscape.ldap.LDAPConnection
-
Authenticates to the LDAP server (to which the object is currently connected) using the specified name and whatever SASL mechanisms are supported by the server.
- bind(LDAPConnection) - Method in interface netscape.ldap.LDAPBind
-
This method is called by
LDAPConnection
when authenticating. - bind(LDAPConnection) - Method in class netscape.ldap.LDAPSaslBind
-
Authenticates to the LDAP server (that the object is currently connected to) using the parameter that were provided to the constructor.
- BIND - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying the object containing the method for authenticating to the server.
- BIND_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
-
Protocol operation types
- BIND_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- BIND_RESPONSE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- BIND_RESPONSE - Static variable in class netscape.ldap.LDAPMessage
- BITSTRING - Static variable in class netscape.ldap.ber.stream.BERElement
- BOOLEAN - Static variable in class netscape.ldap.ber.stream.BERElement
-
Possible element types.
- breakString(PrintWriter, String, int) - Static method in class netscape.ldap.util.LDIF
-
Outputs the String in LDIF line-continuation format.
- BUSY - Static variable in class netscape.ldap.client.opers.JDAPResult
- BUSY - Static variable in exception netscape.ldap.LDAPException
-
(51) The LDAP server is busy.
- byteAt(int) - Method in class netscape.ldap.util.ByteBuf
-
Returns the byte at the specified index.
- ByteBuf - Class in netscape.ldap.util
-
This class is similar to the
java.lang.StringBuffer
class. - ByteBuf() - Constructor for class netscape.ldap.util.ByteBuf
-
Constructs an empty byte buffer with the default length of 16.
- ByteBuf(byte[], int, int) - Constructor for class netscape.ldap.util.ByteBuf
-
Constructs a byte buffer with the specified length.
- ByteBuf(int) - Constructor for class netscape.ldap.util.ByteBuf
-
Constructs an empty byte buffer with the specified initial length.
- ByteBuf(String) - Constructor for class netscape.ldap.util.ByteBuf
-
Constructs a byte buffer with the specified initial value.
- byteToHexString(byte) - Method in class netscape.ldap.ber.stream.BERElement
-
Converts byte to hex string.
C
- capacity() - Method in class netscape.ldap.util.ByteBuf
-
Returns the current capacity of the byte buffer.
- ces - Static variable in class netscape.ldap.LDAPSchemaElement
- CES_SYNTAX - Static variable in class netscape.ldap.util.RDN
- cesString - Static variable in class netscape.ldap.LDAPSchemaElement
- CHOICE - Static variable in class netscape.ldap.ber.stream.BERElement
- cis - Static variable in class netscape.ldap.LDAPSchemaElement
- cisString - Static variable in class netscape.ldap.LDAPSchemaElement
- clear(ActionEvent) - Method in class netscape.ldap.beans.DisplayString
- CLIENT_LOOP - Static variable in class netscape.ldap.client.opers.JDAPResult
- CLIENT_LOOP - Static variable in exception netscape.ldap.LDAPException
-
(96) Your LDAP client detected a loop in the referral.
- CLIENTCONTROLS - Static variable in interface netscape.ldap.LDAPv3
-
Option specifying client controls for LDAP operations.
- ClientFactory - Class in com.netscape.sasl
-
An interface for creating instances of SaslClient.
- ClientFactory() - Constructor for class com.netscape.sasl.ClientFactory
- CLIENTPKGS - Static variable in class com.netscape.sasl.Sasl
-
The property name containing a list of package names, separated by '|'.
- clone() - Method in class netscape.ldap.LDAPAttributeSet
- clone() - Method in class netscape.ldap.LDAPConnection
-
Returns a new
LDAPConnection
object that shares the physical connection to the LDAP server but has its own state. - clone() - Method in class netscape.ldap.LDAPConstraints
-
Makes a copy of an existing set of constraints.
- clone() - Method in class netscape.ldap.LDAPControl
-
Creates a copy of the control.
- clone() - Method in class netscape.ldap.LDAPSearchConstraints
-
Makes a copy of an existing set of search constraints.
- close() - Method in class netscape.ldap.LDAPConnection
- close(LDAPConnection) - Method in class netscape.ldap.util.ConnectionPool
-
This is our soft close - all we do is mark the connection as available for others to use.
- COLLECTIVE - Static variable in class netscape.ldap.LDAPAttributeSchema
- com.netscape.sasl - package com.netscape.sasl
- com.netscape.sasl.mechanisms - package com.netscape.sasl.mechanisms
- compare(String, LDAPAttribute) - Method in class netscape.ldap.LDAPConnection
-
Checks to see if an entry contains an attribute with a specified value.
- compare(String, LDAPAttribute) - Method in interface netscape.ldap.LDAPv2
-
Compares the given entry's attribute value to the specified attribute value.
- compare(String, LDAPAttribute, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
- compare(String, LDAPAttribute, LDAPConstraints) - Method in interface netscape.ldap.LDAPv2
-
Compares the given entry's attribute value to the specified attribute value.
- compare(String, LDAPAttribute, LDAPResponseListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Compares an attribute value with one in the directory.
- compare(String, LDAPAttribute, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Compare an attribute value with one in the directory.
- compare(String, LDAPAttribute, LDAPResponseListener, LDAPConstraints) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Compares an attribute value with one in the directory.
- compare(String, LDAPAttribute, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Compare an attribute value with one in the directory.
- compare(String, LDAPAttribute, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- COMPARE_FALSE - Static variable in class netscape.ldap.client.opers.JDAPResult
- COMPARE_FALSE - Static variable in exception netscape.ldap.LDAPException
-
(5) Value returned by an LDAP compare operation if the specified attribute and value is not found in the entry (no matching value found).
- COMPARE_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- COMPARE_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- COMPARE_RESPONSE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- COMPARE_RESPONSE - Static variable in class netscape.ldap.LDAPMessage
- COMPARE_TRUE - Static variable in class netscape.ldap.client.opers.JDAPResult
- COMPARE_TRUE - Static variable in exception netscape.ldap.LDAPException
-
(6) Value returned by an LDAP compare operation if the specified attribute and value is found in the entry (matching value found).
- CONFIDENTIALITY_REQUIRED - Static variable in class netscape.ldap.client.opers.JDAPResult
- CONFIDENTIALITY_REQUIRED - Static variable in exception netscape.ldap.LDAPException
-
(13) [LDAP v3] A secure connection is required for this operation.
- connect(int, String, int, String, String) - Method in class netscape.ldap.LDAPConnection
-
Connects to the specified host and port and uses the specified DN and password to authenticate to the server, with the specified LDAP protocol version.
- connect(int, String, int, String, String) - Method in interface netscape.ldap.LDAPv3
-
Connects and authenticates to the LDAP server using the specified version of the LDAP protocol.
- connect(int, String, int, String, String, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Connects to the specified host and port and uses the specified DN and password to authenticate to the server, with the specified LDAP protocol version.
- connect(int, String, int, String, String, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- connect(String, int) - Method in class netscape.ldap.LDAPConnection
-
Connects to the specified host and port.
- connect(String, int) - Method in interface netscape.ldap.LDAPv2
-
Connects to the LDAP server.
- connect(String, int, String, String) - Method in class netscape.ldap.LDAPConnection
-
Connects to the specified host and port and uses the specified DN and password to authenticate to the server.
- connect(String, int, String, String) - Method in interface netscape.ldap.LDAPv2
-
Connects and authenticates to the LDAP server.
- connect(String, int, String, String, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Connects to the specified host and port and uses the specified DN and password to authenticate to the server.
- connect(String, int, String, String, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- connect(LDAPConnection, String, int) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Sets up basic connection privileges for Communicator if necessary, and connects
- CONNECT_ERROR - Static variable in class netscape.ldap.beans.LDAPBasePropertySupport
- CONNECT_ERROR - Static variable in class netscape.ldap.beans.LDAPIsMember
- CONNECT_ERROR - Static variable in class netscape.ldap.client.opers.JDAPResult
- CONNECT_ERROR - Static variable in exception netscape.ldap.LDAPException
-
(91) Your LDAP client failed to connect to the LDAP server.
- ConnectionPool - Class in netscape.ldap.util
-
Connection pool, typically used by a server to avoid creating a new connection for each client
- ConnectionPool(int, int, String, int) - Constructor for class netscape.ldap.util.ConnectionPool
-
Constructor for specifying all parameters, anonymous identity
- ConnectionPool(int, int, String, int, String, String) - Constructor for class netscape.ldap.util.ConnectionPool
-
Constructor for specifying all parameters
- ConnectionPool(int, int, LDAPConnection) - Constructor for class netscape.ldap.util.ConnectionPool
-
Constructor for using an existing connection to clone from.
- ConnectionPool(String, int) - Constructor for class netscape.ldap.util.ConnectionPool
-
Constructor for using default parameters, anonymous identity
- CONSTRAINT_VIOLATION - Static variable in class netscape.ldap.client.opers.JDAPResult
- CONSTRAINT_VIOLATION - Static variable in exception netscape.ldap.LDAPException
-
(19) An internal error occurred in the LDAP server.
- CONSTRUCTED - Static variable in class netscape.ldap.ber.stream.BERElement
- contains(DN) - Method in class netscape.ldap.util.DN
-
Deprecated.Please use isDescendantOf() instead.
- CONTEXT - Static variable in class netscape.ldap.ber.stream.BERElement
- CONTROL_NOT_FOUND - Static variable in class netscape.ldap.client.opers.JDAPResult
- CONTROL_NOT_FOUND - Static variable in exception netscape.ldap.LDAPException
-
(93) The requested control is not found.
- convertLDAPv2Escape(String) - Static method in class netscape.ldap.client.JDAPFilterOpers
-
Preprocess the LDAPv2 RFC1960 style filter escape sequences (precede a character with a a backslash) and convert them into the LDAPv3 style RFC2254 escape sequences (encode a character as a backslash followed by the two hex digits representing the character ASCII value).
- convertToString(String[]) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Utility method to convert an array of Strings to a single String with line feeds between elements.
- countRDNs() - Method in class netscape.ldap.util.DN
-
Returns the number of components that make up the current DN.
- createControl(String, boolean, byte[]) - Static method in class netscape.ldap.LDAPControl
-
Returns a
LDAPControl
object instantiated by the Class associated byLDAPControl.register
to the oid. - createInitialResponse() - Method in class com.netscape.sasl.mechanisms.SaslExternal
-
Retrieves the initial response.
- createInitialResponse() - Method in interface com.netscape.sasl.SaslClient
-
Retrieves the initial response.
- createSaslClient(String[], String, String, String, Hashtable<Object, Object>, CallbackHandler) - Method in class com.netscape.sasl.ClientFactory
-
Creates a SaslClient using the parameters supplied.
- createSaslClient(String[], String, String, String, Hashtable<Object, Object>, CallbackHandler) - Static method in class com.netscape.sasl.Sasl
-
Creates a SaslClient using the parameters supplied.
- createSaslClient(String[], String, String, String, Hashtable<Object, Object>, CallbackHandler) - Method in interface com.netscape.sasl.SaslClientFactory
-
Creates a SaslClient using the parameters supplied.
D
- decode(String) - Static method in class netscape.ldap.LDAPUrl
-
Decodes a URL-encoded string.
- DEFAULT_FILTER - Static variable in class netscape.ldap.client.opers.JDAPSearchRequest
- DEFAULT_PORT - Static variable in interface netscape.ldap.LDAPv2
-
The default port number for LDAP servers.
- DEFAULT_SECURE_PORT - Static variable in class netscape.ldap.LDAPUrl
-
The default port number for secure LDAP connections.
- defaultFilter - Static variable in class netscape.ldap.LDAPUrl
- DEL_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- DEL_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- DEL_RESPONSE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- DEL_RESPONSE - Static variable in class netscape.ldap.LDAPMessage
- delete(String) - Method in class netscape.ldap.LDAPConnection
-
Deletes the entry for the specified DN from the directory.
- delete(String) - Method in interface netscape.ldap.LDAPv2
-
Removes an entry from the directory.
- delete(String, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deletes the entry for the specified DN from the directory and allows you to specify preferences for this LDAP delete operation by using an
LDAPConstraints
object. - delete(String, LDAPConstraints) - Method in interface netscape.ldap.LDAPv2
-
Removes an entry from the directory.
- delete(String, LDAPResponseListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Deletes the entry for the specified DN from the directory.
- delete(String, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Deletes the entry for the specified DN from the directory.
- delete(String, LDAPResponseListener, LDAPConstraints) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Deletes the entry for the specified DN from the directory.
- delete(String, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deletes the entry for the specified DN from the directory.
- delete(String, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- DELETE - Static variable in class netscape.ldap.controls.LDAPPersistSearchControl
-
Change type specifying that you want to track removals of entries from the directory.
- DELETE - Static variable in class netscape.ldap.LDAPModification
-
Specifies that a value should be removed from an attribute.
- DELETE_CONTENT - Static variable in interface netscape.ldap.util.LDIFContent
-
The LDIF record specifies an entry to be deleted.
- DELIM - Static variable in class netscape.ldap.LDAPCache
-
Delimiter used internally when creating keys for the cache.
- DEREF - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying how aliases are dereferenced.
- DEREF_ALWAYS - Static variable in class netscape.ldap.client.opers.JDAPSearchRequest
- DEREF_ALWAYS - Static variable in interface netscape.ldap.LDAPv2
-
Specifies that aliases are always dereferenced.
- DEREF_FINDING - Static variable in interface netscape.ldap.LDAPv2
-
Specifies that aliases are dereferenced when finding the starting point for the search (but not when searching under that starting entry).
- DEREF_FINDING_BASE_OBJ - Static variable in class netscape.ldap.client.opers.JDAPSearchRequest
- DEREF_IN_SEARCHING - Static variable in class netscape.ldap.client.opers.JDAPSearchRequest
- DEREF_NEVER - Static variable in interface netscape.ldap.LDAPv2
-
Specifies that aliases are never dereferenced.
- DEREF_SEARCHING - Static variable in interface netscape.ldap.LDAPv2
-
Specifies that aliases are dereferenced when searching the entries beneath the starting point of the search (but not when finding the starting entry).
- description - Variable in class netscape.ldap.LDAPSchemaElement
- destroy() - Method in class netscape.ldap.util.ConnectionPool
-
Destroy the whole pool - called during a shutdown
- disconnect() - Method in class netscape.ldap.LDAPConnection
-
Disconnects from the LDAP server.
- disconnect() - Method in interface netscape.ldap.LDAPv2
-
Disconnects from the LDAP server.
- DisplayString - Class in netscape.ldap.beans
- DisplayString() - Constructor for class netscape.ldap.beans.DisplayString
- DisplayStringBeanInfo - Class in netscape.ldap.beans
-
BeanInfo for displaying string
- DisplayStringBeanInfo() - Constructor for class netscape.ldap.beans.DisplayStringBeanInfo
- dn - Static variable in class netscape.ldap.LDAPSchemaElement
- DN - Class in netscape.ldap.util
-
Objects of this class represent distinguished names (DN).
- DN() - Constructor for class netscape.ldap.util.DN
-
Constructs an empty
DN
object. - DN(String) - Constructor for class netscape.ldap.util.DN
-
Constructs a
DN
object from the specified distinguished name. - dnString - Static variable in class netscape.ldap.LDAPSchemaElement
- DSMLWriter - Class in netscape.ldap.util
-
Class for outputting LDAP entries to a stream as DSML.
- DSMLWriter(PrintWriter) - Constructor for class netscape.ldap.util.DSMLWriter
-
Constructs a
DSMLWriter
object to output entries to a stream as DSML.
E
- elementAt(int) - Method in class netscape.ldap.ber.stream.BERConstruct
-
Gets ber element at specific position.
- elementAt(int) - Method in class netscape.ldap.LDAPAttributeSet
-
Returns the attribute at the position specified by the index.
- elementAt(int) - Method in class netscape.ldap.LDAPModificationSet
-
Retrieves a particular
LDAPModification
object at the position specified by the index. - enableClientAuth() - Method in class netscape.ldap.LDAPSSLSocketFactory
-
Enables certificate-based client authentication for an application.
- enableClientAuth() - Method in class netscape.ldap.LDAPSSLSocketWrapFactory
-
(Not implemented yet)
Enables client authentication for an application running in a java VM which provides transparent certificate database management. - enableClientAuth(String, String, String, String, String) - Method in class netscape.ldap.LDAPSSLSocketFactory
-
This method is currently not implemented.
- encode(String) - Static method in class netscape.ldap.LDAPUrl
-
Encodes an arbitrary string.
- ensureCapacity(int) - Method in class netscape.ldap.util.ByteBuf
-
Ensures that the capacity of the buffer is at least equal to the specified minimum capacity.
- ENTRY_ALREADY_EXISTS - Static variable in class netscape.ldap.client.opers.JDAPResult
- ENTRY_ALREADY_EXISTS - Static variable in exception netscape.ldap.LDAPException
-
(68) The specified entry already exists.
- ENTRYCHANGED - Static variable in class netscape.ldap.controls.LDAPEntryChangeControl
- ENUMERATED - Static variable in class netscape.ldap.ber.stream.BERElement
- EOC - Static variable in class netscape.ldap.ber.stream.BERElement
-
Possible tags.
- eof(ByteBuf) - Method in class netscape.ldap.util.MimeBase64Decoder
-
Tell the Base64 decoder that no more input data will be forthcoming.
- eof(ByteBuf) - Method in class netscape.ldap.util.MimeBase64Encoder
-
Tell the base64 encoder that no more input data will be forthcoming.
- eof(ByteBuf) - Method in class netscape.ldap.util.MimeEncoder
-
Tell the decoder that no more input data will be forthcoming.
- EQUALITY - Static variable in class netscape.ldap.LDAPAttributeSchema
- equals(String, String) - Static method in class netscape.ldap.LDAPDN
-
Compares two dn's for equality.
- equals(LDAPUrl) - Method in class netscape.ldap.LDAPUrl
-
Reports if the two objects represent the same URL
- equals(DN) - Method in class netscape.ldap.util.DN
-
Determines if the current DN is equal to the specified DN.
- equals(RDN) - Method in class netscape.ldap.util.RDN
-
Determines if the current DN component is equal to the specified DN component.
- errorCodeToString() - Method in exception netscape.ldap.LDAPException
-
Returns the error message describing the error code (for this exception).
- errorCodeToString(int) - Static method in exception netscape.ldap.LDAPException
-
Returns the error message describing the specified error code.
- errorCodeToString(int, Locale) - Static method in exception netscape.ldap.LDAPException
-
Returns the error message describing the specified error code.
- errorCodeToString(Locale) - Method in exception netscape.ldap.LDAPException
-
Returns the error message describing the error code for this exception.
- ESCAPED_CHAR - Static variable in class netscape.ldap.util.DN
-
Array of the characters that may be escaped in a DN.
- escapeRDN(String) - Static method in class netscape.ldap.LDAPDN
-
Returns the RDN after escaping the characters specified by
netscape.ldap.util.DN.ESCAPED_CHAR
. - evaluateChallenge(byte[]) - Method in class com.netscape.sasl.mechanisms.SaslExternal
-
Evaluates the challenge data and generates a response.
- evaluateChallenge(byte[]) - Method in interface com.netscape.sasl.SaslClient
-
Evaluates the challenge data and generates a response.
- EXOP_REQ_OID - Static variable in class netscape.ldap.ber.stream.BERElement
- EXOP_REQ_VALUE - Static variable in class netscape.ldap.ber.stream.BERElement
- EXOP_RES_OID - Static variable in class netscape.ldap.ber.stream.BERElement
- EXOP_RES_VALUE - Static variable in class netscape.ldap.ber.stream.BERElement
- EXPIRED - Static variable in class netscape.ldap.controls.LDAPPasswordExpiredControl
- EXPIRING - Static variable in class netscape.ldap.controls.LDAPPasswordExpiringControl
- explodeDN(boolean) - Method in class netscape.ldap.util.DN
-
Returns an array of the individual components that make up the current distinguished name.
- explodeDN(String, boolean) - Static method in class netscape.ldap.LDAPDN
-
Returns the individual components of a distinguished name (DN).
- explodeRDN(boolean) - Method in class netscape.ldap.util.RDN
-
Deprecated.use
toString
orgetValues
instead. - explodeRDN(String, boolean) - Static method in class netscape.ldap.LDAPDN
-
Returns the individual components of a relative distinguished name (RDN).
- EXTENDED_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- EXTENDED_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- EXTENDED_RESPONSE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- EXTENDED_RESPONSE - Static variable in class netscape.ldap.LDAPMessage
- extendedOperation(LDAPExtendedOperation) - Method in class netscape.ldap.LDAPConnection
-
Performs an extended operation on the directory.
- extendedOperation(LDAPExtendedOperation) - Method in interface netscape.ldap.LDAPv3
-
Performs an extended operation on the directory.
- extendedOperation(LDAPExtendedOperation, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Performs an extended operation on the directory.
- extendedOperation(LDAPExtendedOperation, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- extractParameters(String[]) - Static method in class LDAPDelete
-
This class-method is used to extract specified parameters from the arguments list.
- extractParameters(String[]) - Static method in class LDAPModify
-
This class-method is used to extract specified parameters from the arguments list.
- extractParameters(String[]) - Static method in class LDAPSearch
-
This function is to extract specified parameters from the arguments list.
- extractParameters(String, String[]) - Static method in class LDAPDelete
-
This function is to extract specified parameters from the arguments list.
F
- factory - Variable in class netscape.ldap.factory.JSSESocketFactory
- fetchSchema(LDAPConnection) - Method in class netscape.ldap.LDAPSchema
-
Retrieve the entire schema from the root of a Directory Server.
- fetchSchema(LDAPConnection, String) - Method in class netscape.ldap.LDAPSchema
-
Retrieve the schema for a specific entry.
- finalize() - Method in class netscape.ldap.LDAPConnection
-
Finalize method, which disconnects from the LDAP server.
- firePropertyChange(String, Object, Object) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Support for bound property notification
- flattenBER(BERSequence) - Method in class netscape.ldap.LDAPControl
-
Create a "flattened" BER encoding from a BER, and return it as a byte array.
- flushEntries(String, int) - Method in class netscape.ldap.LDAPCache
-
Flush the entries identified by DN and scope from the cache.
- FORM - Static variable in class netscape.ldap.LDAPDITStructureRuleSchema
G
- GENERALSTRING - Static variable in class netscape.ldap.ber.stream.BERElement
- getAdditionalBeanInfo() - Method in class netscape.ldap.beans.LDAPGetEntriesBeanInfo
- getAdditionalBeanInfo() - Method in class netscape.ldap.beans.LDAPGetPropertyBeanInfo
- getAdditionalBeanInfo() - Method in class netscape.ldap.beans.LDAPIsMemberBeanInfo
- getAdditionalBeanInfo() - Method in class netscape.ldap.beans.LDAPSimpleAuthBeanInfo
- getAfterCount() - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Gets the number of results after the top/center to return per page.
- getAliases() - Method in class netscape.ldap.LDAPSchemaElement
-
Gets the aliases of the attribute, if any
- getAnySubstrings() - Method in class netscape.ldap.client.JDAPFilterSubString
-
Get any substrings.
- getApplicableAttributes() - Method in class netscape.ldap.LDAPMatchingRuleUseSchema
-
Gets the list of the OIDs of the attribute types which can be used with the matching rule.
- getAttribute() - Method in class netscape.ldap.beans.LDAPGetEntries
-
Returns the name of the attribute to retrieve
- getAttribute() - Method in class netscape.ldap.beans.LDAPGetProperty
-
Returns the name of the attribute to retrieve
- getAttribute() - Method in class netscape.ldap.LDAPModification
-
Returns the attribute (possibly with values) to be modified.
- getAttribute(String) - Method in class netscape.ldap.LDAPAttributeSet
-
Returns a single attribute that exactly matches the specified attribute name.
- getAttribute(String) - Method in class netscape.ldap.LDAPEntry
-
In an entry, returns the single attribute that exactly matches the specified attribute name.
- getAttribute(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of the attribute type with the specified name.
- getAttribute(String, String) - Method in class netscape.ldap.LDAPAttributeSet
-
Returns the subtype that matches the attribute name specified by
attrName
and the language specificaton identified bylang
. - getAttribute(String, String) - Method in class netscape.ldap.LDAPEntry
-
Returns the subtype that matches "attrName" and that best matches a language specification "lang".
- getAttributeArray() - Method in class netscape.ldap.LDAPUrl
-
Return the collection of attributes specified in the URL, or null for "every attribute"
- getAttributeNames() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the names of the attribute types in this schema.
- getAttributes() - Method in class netscape.ldap.client.opers.JDAPSearchResponse
-
Retrieves attributes
- getAttributes() - Method in class netscape.ldap.LDAPAttributeSet
-
Returns an enumeration of the attributes in this attribute set.
- getAttributes() - Method in class netscape.ldap.LDAPMatchingRuleSchema
-
Gets the list of the OIDs of the attribute types which can be used with the matching rule.
- getAttributes() - Method in class netscape.ldap.LDAPSchema
-
Gets an enumeration ofthe attribute type definitions in this schema.
- getAttributes() - Method in class netscape.ldap.LDAPUrl
-
Return the collection of attributes specified in the URL, or null for "every attribute"
- getAttributes() - Method in class netscape.ldap.util.LDIFAddContent
-
Retrieves the list of the attributes specified in the content of the LDIF record.
- getAttributes() - Method in class netscape.ldap.util.LDIFAttributeContent
-
Retrieves the list of the attributes specified in the content of the LDIF record.
- getAttributeSet() - Method in class netscape.ldap.LDAPEntry
-
Returns the attribute set of the entry.
- getAttributeSet(String) - Method in class netscape.ldap.LDAPEntry
-
Creates a new attribute set containing only the attributes that have the specified subtypes.
- getAttributesForSyntax(String) - Static method in class netscape.ldap.util.RDN
-
Returns all attributes registered for the given syntax as a
String
Array. - getAttributeSyntax(String) - Static method in class netscape.ldap.util.RDN
-
Returns the syntax for the attribute if the given attribute is registered in the internal attribute table.
- getAuthDN() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns the DN to authenticate as; null or empty for anonymous.
- getAuthenticationDN() - Method in class netscape.ldap.LDAPConnection
-
Returns the distinguished name (DN) used for authentication over this connection.
- getAuthenticationMethod() - Method in class netscape.ldap.LDAPConnection
-
Gets the authentication method used to bind:
"none", "simple", or "sasl" - getAuthenticationPassword() - Method in class netscape.ldap.LDAPConnection
-
Returns the password used for authentication over this connection.
- getAuthPassword() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns the password for the DN to authenticate as
- getAuxiliaryClasses() - Method in class netscape.ldap.LDAPDITContentRuleSchema
-
Gets the names of the auxiliary object classes allowed in this content rule.
- getAVA() - Method in class netscape.ldap.client.JDAPFilterAVA
-
Get attribute value assertion.
- getAvailableSize() - Method in class netscape.ldap.LDAPCache
-
Gets the amount of available space (in bytes) left in the cache.
- getBase() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns the directory base to search at.
- getBaseDN() - Method in class netscape.ldap.client.opers.JDAPAddRequest
-
Gets the base dn component.
- getBaseDN() - Method in class netscape.ldap.client.opers.JDAPBaseDNRequest
-
Gets the base dn component in the request.
- getBaseDN() - Method in class netscape.ldap.client.opers.JDAPCompareRequest
-
Gets the base dn.
- getBaseDN() - Method in class netscape.ldap.client.opers.JDAPDeleteRequest
-
Gets the base dn.
- getBaseDN() - Method in class netscape.ldap.client.opers.JDAPModifyRDNRequest
-
Gets the base dn component.
- getBaseDN() - Method in class netscape.ldap.client.opers.JDAPModifyRequest
-
Gets the base dn component.
- getBaseDN() - Method in class netscape.ldap.client.opers.JDAPSearchRequest
-
Gets the base dn component.
- getBaseDNs() - Method in class netscape.ldap.LDAPCache
-
Gets the array of base DNs of searches to be cached.
- getBaseName() - Method in class netscape.ldap.LDAPAttribute
-
Extracts the base name from the attribute name of the current
LDAPAttribute
object. - getBaseName(String) - Static method in class netscape.ldap.LDAPAttribute
-
Extracts the base name from the specified attribute name.
- getBatchSize() - Method in class netscape.ldap.LDAPSearchConstraints
-
Returns the suggested number of results to return at a time during search.
- getBeanDescriptor() - Method in class netscape.ldap.beans.DisplayStringBeanInfo
- getBeanDescriptor() - Method in class netscape.ldap.beans.LDAPGetEntriesBeanInfo
- getBeanDescriptor() - Method in class netscape.ldap.beans.LDAPGetPropertyBeanInfo
- getBeanDescriptor() - Method in class netscape.ldap.beans.LDAPIsMemberBeanInfo
- getBeanDescriptor() - Method in class netscape.ldap.beans.LDAPSimpleAuthBeanInfo
- getBeforeCount() - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Gets the number of results before the top/center to return per page.
- getBERElement() - Method in class netscape.ldap.client.JDAPAVA
-
Retrieves the ber representation.
- getBERElement() - Method in class netscape.ldap.client.JDAPFilter
-
Gets the ber representation of filter.
- getBERElement() - Method in class netscape.ldap.client.JDAPFilterAVA
-
Gets the ber representation of the filter.
- getBERElement() - Method in class netscape.ldap.client.JDAPFilterExtensible
-
Gets ber representation of the filter.
- getBERElement() - Method in class netscape.ldap.client.JDAPFilterNot
-
Gets ber representation of the filter.
- getBERElement() - Method in class netscape.ldap.client.JDAPFilterPresent
-
Gets ber representation of the filter.
- getBERElement() - Method in class netscape.ldap.client.JDAPFilterSet
-
Gets the ber representation of the filter.
- getBERElement() - Method in class netscape.ldap.client.JDAPFilterSubString
-
Gets ber representation of the filter.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPAbandonRequest
-
Gets the ber representation of abandon request.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPAddRequest
-
Gets the ber representation of add request.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPBindRequest
-
Retrieves the ber representation of the request.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPCompareRequest
-
Retrieves the ber representation of the request.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPDeleteRequest
-
Gets the ber representation of the delete request.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPExtendedRequest
-
Gets the ber representation of extended request.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPModifyRDNRequest
-
Gets the ber representation of the request.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPModifyRequest
-
Gets the ber representation of modify request.
- getBERElement() - Method in interface netscape.ldap.client.opers.JDAPProtocolOp
-
Retrieves the ber representation of the operation.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPResult
-
Retrieves the ber representation of the result.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPSearchRequest
-
Gets the ber representation of search request.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPSearchResponse
-
Retrieves ber representation of the result.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPSearchResultReference
-
Retrieves the BER representation of this object.
- getBERElement() - Method in class netscape.ldap.client.opers.JDAPUnbindRequest
-
Gets the ber representation of the unbind rquest.
- getBERElement() - Method in class netscape.ldap.LDAPAttribute
-
Retrieves the BER (Basic Encoding Rules) representation of an attribute.
- getBERElement() - Method in class netscape.ldap.LDAPModification
-
Retrieves the BER (Basic Encoding Rules) representation of the current modification.
- getBindProc() - Method in class netscape.ldap.LDAPConstraints
-
Returns the object that provides the mechanism for authenticating to the server on referrals.
- getBytes(int, int, byte[], int) - Method in class netscape.ldap.util.ByteBuf
-
Copies the bytes (from the section of the byte buffer from the index
srcBegin
to the indexsrcEnd - 1
) into the specified byte array. - getByteValueArray() - Method in class netscape.ldap.LDAPAttribute
-
Returns the values of the attribute in an array of
byte[]
format. - getByteValues() - Method in class netscape.ldap.LDAPAttribute
-
Returns an enumerator for the values of the attribute in
byte[]
format. - getCache() - Method in class netscape.ldap.LDAPConnection
-
Gets the
LDAPCache
object associated with the currentLDAPConnection
object. - getCaseSensitive() - Method in class netscape.ldap.LDAPCompareAttrNames
-
Gets the state of the case-sensitivity flag.
- getChangeNumber() - Method in class netscape.ldap.controls.LDAPEntryChangeControl
-
Gets the change number, which identifies the record of the change in the server's change log.
- getChangesOnly() - Method in class netscape.ldap.controls.LDAPPersistSearchControl
-
Indicates whether you want the server to send any existing entries that already match the search criteria or only the entries that have changed.
- getChangeType() - Method in class netscape.ldap.controls.LDAPEntryChangeControl
-
Gets the change type, which identifies the type of change that occurred.
- getChangeTypes() - Method in class netscape.ldap.controls.LDAPPersistSearchControl
-
Gets the change types monitored by this control.
- getCipherSuites() - Method in class netscape.ldap.LDAPSSLSocketFactory
-
Returns the suite of ciphers used for SSL connections made through sockets created by this factory.
- getCipherSuites() - Method in interface netscape.ldap.LDAPSSLSocketFactoryExt
-
Returns the suite of ciphers used for SSL connections.
- getCipherSuites() - Method in class netscape.ldap.LDAPSSLSocketWrapFactory
-
Returns the suite of ciphers used for SSL connections made through sockets created by this factory.
- getClientControls() - Method in class netscape.ldap.LDAPConstraints
-
Returns any client controls to be applied by the client to LDAP operations.
- getConnection() - Method in class netscape.ldap.util.ConnectionPool
-
Gets a connection from the pool If no connections are available, the pool will be extended if the number of connections is less than the maximum; if the pool cannot be extended, the method blocks until a free connection becomes available.
- getConnection(int) - Method in class netscape.ldap.util.ConnectionPool
-
Gets a connection from the pool within a time limit.
- getConnectTimeout() - Method in class netscape.ldap.LDAPConnection
-
Returns the maximum time to wait for the connection to be established.
- getConnFromPool() - Method in class netscape.ldap.util.ConnectionPool
-
Gets a connection from the pool If no connections are available, the pool will be extended if the number of connections is less than the maximum; if the pool cannot be extended, the method returns null.
- getConnSetupDelay() - Method in class netscape.ldap.LDAPConnection
-
Returns the delay in seconds when making concurrent connection attempts to multiple servers.
- getConstraints() - Method in class netscape.ldap.LDAPConnection
-
Returns the set of constraints that apply to all operations performed through this connection (unless you specify a different set of constraints when calling a method).
- getContent() - Method in class netscape.ldap.util.LDIFRecord
-
Retrieves the content of the LDIF record.
- getContentCount() - Method in class netscape.ldap.controls.LDAPVirtualListResponse
-
Gets the size of the virtual result set.
- getContext() - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Gets the optional context cookie.
- getContext() - Method in class netscape.ldap.controls.LDAPVirtualListResponse
-
Gets the context cookie, if any.
- getControls() - Method in class netscape.ldap.LDAPMessage
-
Retrieves list of controls.
- getControls() - Method in class netscape.ldap.util.LDIFBaseContent
-
Retrieves the list of controls specified in the content of the LDIF record, if any
- getControls() - Method in interface netscape.ldap.util.LDIFContent
-
Retrieves the list of controls specified in the content of the LDIF record, if any
- getControls() - Method in class netscape.ldap.util.LDIFRecord
-
Retrieves the list of controls specified in the content of the LDIF record, if any.
- getControlString() - Method in class netscape.ldap.util.LDIFBaseContent
-
Get the OIDs of all controls, if any, as a string
- getCount() - Method in class netscape.ldap.LDAPSearchResults
-
Returns a count of queued search results immediately available for processing.
- getCredentials() - Method in class netscape.ldap.client.opers.JDAPBindResponse
-
Retrieves Sasl Credentials.
- getCustomValues() - Method in class netscape.ldap.LDAPSchemaElement
-
Gets any qualifiers marked as custom (starting with "X-")
- getDebug() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns true if debug output is on
- getDebug() - Method in class netscape.ldap.util.ConnectionPool
-
Reports the debug printout mode.
- getDefaultEventIndex() - Method in class netscape.ldap.beans.LDAPGetEntriesBeanInfo
- getDefaultEventIndex() - Method in class netscape.ldap.beans.LDAPGetPropertyBeanInfo
- getDefaultEventIndex() - Method in class netscape.ldap.beans.LDAPIsMemberBeanInfo
- getDefaultEventIndex() - Method in class netscape.ldap.beans.LDAPSimpleAuthBeanInfo
- getDefaultPropertyIndex() - Method in class netscape.ldap.beans.LDAPGetEntriesBeanInfo
- getDefaultPropertyIndex() - Method in class netscape.ldap.beans.LDAPGetPropertyBeanInfo
- getDefaultPropertyIndex() - Method in class netscape.ldap.beans.LDAPIsMemberBeanInfo
- getDefaultPropertyIndex() - Method in class netscape.ldap.beans.LDAPSimpleAuthBeanInfo
- getDeleteOldRDN() - Method in class netscape.ldap.util.LDIFModDNContent
-
Determines if the content of the LDIF record specifies that the old RDN should be removed as an attribute in the entry.
- getDereference() - Method in class netscape.ldap.LDAPSearchConstraints
-
Specifies how aliases should be dereferenced.
- getDescription() - Method in class netscape.ldap.LDAPSchemaElement
-
Gets the description of the object class, attribute type, or matching rule.
- getDITContentRule(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of a content rule with the specified name.
- getDITContentRuleNames() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the names of the content rules in this schema.
- getDITContentRules() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the content rules in this schema.
- getDITStructureRule(int) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of a structure rule with the specified name.
- getDITStructureRule(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of a structure rule with the specified name.
- getDITStructureRuleNames() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the names of the structure rules in this schema.
- getDITStructureRules() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the structure rules in this schema.
- getDN() - Method in class netscape.ldap.LDAPEntry
-
Returns the distinguished name of the current entry.
- getDN() - Method in class netscape.ldap.LDAPRebindAuth
-
Returns the distinguished name to be used for reauthentication, if the client is set up to follow referrals automatically.
- getDN() - Method in class netscape.ldap.LDAPUrl
-
Return the distinguished name encapsulated in the URL
- getDN() - Method in class netscape.ldap.util.LDIFRecord
-
Retrieves the distinguished name of the LDIF record.
- getDNType() - Method in class netscape.ldap.util.DN
-
Gets the type of format used for the DN (RFC format or OSF format).
- getElement(BERTagDecoder, int, InputStream, int[], boolean[]) - Method in class netscape.ldap.ber.stream.BERTagDecoder
-
Gets an application specific ber element from an input stream.
- getElement(BERTagDecoder, int, InputStream, int[], boolean[]) - Method in class netscape.ldap.client.JDAPBERTagDecoder
-
Gets an application specific ber element from the stream.
- getElement(BERTagDecoder, InputStream, int[]) - Static method in class netscape.ldap.ber.stream.BERElement
-
Gets a ber element from the input stream.
- getEntries() - Method in class netscape.ldap.beans.LDAPGetEntries
-
Searches and returns values of a previously registered property, using previously set parameters
- getEntries(ActionEvent) - Method in class netscape.ldap.beans.LDAPGetEntries
- getEntries(String, int, String, int, String) - Method in class netscape.ldap.beans.LDAPGetEntries
-
Searches and returns values for a specified attribute
- getEntries(String, int, String, int, String, String) - Method in class netscape.ldap.beans.LDAPGetEntries
-
Searches and returns values for a specified attribute
- getEntry() - Method in class netscape.ldap.LDAPSearchResult
-
Returns the entry of a server search response.
- getErrorCode() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns the latest error code
- getErrorMessage() - Method in class netscape.ldap.client.opers.JDAPResult
-
Gets the error message.
- getErrorMessage() - Method in class netscape.ldap.LDAPResponse
-
Returns any error message in the response.
- getEventSetDescriptors() - Method in class netscape.ldap.beans.LDAPGetEntriesBeanInfo
- getEventSetDescriptors() - Method in class netscape.ldap.beans.LDAPGetPropertyBeanInfo
- getEventSetDescriptors() - Method in class netscape.ldap.beans.LDAPIsMemberBeanInfo
- getEventSetDescriptors() - Method in class netscape.ldap.beans.LDAPSimpleAuthBeanInfo
- getException() - Method in exception com.netscape.sasl.SaslException
-
Returns the root exception that caused this exception.
- getFailedAttribute() - Method in class netscape.ldap.controls.LDAPSortControl
- getFilter() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns the search filter
- getFilter() - Method in class netscape.ldap.client.JDAPFilterNot
-
Gets original filter.
- getFilter() - Method in class netscape.ldap.LDAPUrl
-
Returns the search filter (RFC 1558), or the default if none was specified.
- getFilter(String) - Static method in class netscape.ldap.client.JDAPFilter
-
Constructs filter from filter string specified in RFC1558.
- getFilterComp(String) - Static method in class netscape.ldap.client.JDAPFilter
-
Constructs the filter computation.
- getFilterItem(String) - Static method in class netscape.ldap.client.JDAPFilter
-
Gets filter item.
- getFilterList(String) - Static method in class netscape.ldap.client.JDAPFilter
-
Parses a list of filters
- getFilters() - Method in class netscape.ldap.client.JDAPFilterSet
-
Gets the filter set.
- getFinalSubstring() - Method in class netscape.ldap.client.JDAPFilterSubString
-
Get final substring.
- getFirstPosition() - Method in class netscape.ldap.controls.LDAPVirtualListResponse
-
Gets the index of the first entry returned.
- getGroup() - Method in class netscape.ldap.beans.LDAPIsMember
-
Returns the distinguished name of the group
- getHopLimit() - Method in class netscape.ldap.LDAPConstraints
-
Returns the maximum number of hops to follow during a referral.
- getHost() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns the host to search at.
- getHost() - Method in class netscape.ldap.LDAPConnection
-
Returns the host name of the LDAP server to which you are connected.
- getHost() - Method in class netscape.ldap.LDAPUrl
-
Return the host name of the LDAP server
- getID() - Method in class netscape.ldap.client.opers.JDAPExtendedResponse
-
Retrieves the oid of the extended operation.
- getID() - Method in class netscape.ldap.LDAPControl
-
Gets the object ID (OID) of the control.
- getID() - Method in class netscape.ldap.LDAPExtendedOperation
-
Get the identifier for this operation.
- getID() - Method in class netscape.ldap.LDAPExtendedResponse
-
Returns the OID of the response.
- getID() - Method in class netscape.ldap.LDAPSchemaElement
-
Gets the object ID (OID) of the object class, attribute type, or matching rule in dotted-string format (for example, "1.2.3.4").
- getIndex() - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Gets the size of the virtual result set.
- getInitialSubstring() - Method in class netscape.ldap.client.JDAPFilterSubString
-
Get initial substring.
- getInputStream() - Method in class netscape.ldap.LDAPConnection
-
Gets the stream for reading from the listener socket
- getInputStream(InputStream) - Method in class com.netscape.sasl.mechanisms.SaslExternal
-
Retrieves an input stream for the session.
- getInputStream(InputStream) - Method in interface com.netscape.sasl.SaslClient
-
Retrieves an input stream for the session.
- getKey() - Method in class netscape.ldap.LDAPSortKey
-
Returns the attribute by which to sort.
- getLangSubtype() - Method in class netscape.ldap.LDAPAttribute
-
Extracts the language subtype from the attribute name of the
LDAPAttribute
object, if any. - getLDAPErrorMessage() - Method in exception netscape.ldap.LDAPException
-
Returns the error message from the last error, if this message is available (that is, if this message was set).
- getLDAPResultCode() - Method in exception netscape.ldap.LDAPException
-
Returns the result code from the last error that occurred.
- getListSize() - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Gets the size of the virtual result set.
- getLocale() - Method in class netscape.ldap.LDAPCompareAttrNames
-
Gets the locale, if any, used for collation.
- getMatchedDN() - Method in class netscape.ldap.client.opers.JDAPResult
-
Gets the matched dn.
- getMatchedDN() - Method in exception netscape.ldap.LDAPException
-
Returns the maximal subset of a DN which could be matched by the server.
- getMatchedDN() - Method in class netscape.ldap.LDAPResponse
-
Returns the partially matched DN field, if any, in a server response.
- getMatchingRule(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of a matching rule with the specified name.
- getMatchingRuleNames() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the names of the matching rules in this schema.
- getMatchingRules() - Method in class netscape.ldap.LDAPSchema
-
Gets an enumeration ofthe matching rule definitions in this schema.
- getMatchRule() - Method in class netscape.ldap.LDAPSortKey
-
Returns the object ID (OID) of the matching rule used for sorting.
- getMaxBacklog() - Method in class netscape.ldap.LDAPSearchConstraints
-
Deprecated.Use
LDAPConnection.getOption()
- getMaxResults() - Method in class netscape.ldap.LDAPSearchConstraints
-
Returns the maximum number of search results that are to be returned; 0 means there is no limit.
- getMechanismName() - Method in class com.netscape.sasl.mechanisms.SaslExternal
-
Returns the name of mechanism driver.
- getMechanismName() - Method in interface com.netscape.sasl.SaslClient
-
Returns the IANA-registered mechanism name of this SASL client.
- getMechanismNames() - Method in class com.netscape.sasl.ClientFactory
-
Returns an array of names of mechanisms supported by this factory.
- getMechanismNames() - Method in interface com.netscape.sasl.SaslClientFactory
-
Returns an array of names of mechanisms supported by this factory.
- getMember() - Method in class netscape.ldap.beans.LDAPIsMember
-
Returns the distinguished name of the member
- getMessage() - Method in class netscape.ldap.controls.LDAPPasswordExpiredControl
-
Gets the message returned by the server with this control.
- getMessage() - Method in class netscape.ldap.controls.LDAPPasswordExpiringControl
-
Gets the value associated with this control parsed as a string.
- getMessageCount() - Method in class netscape.ldap.LDAPSearchListener
-
Returns the count of queued messages
- getMessageID() - Method in class netscape.ldap.LDAPMessage
-
Returns the message identifer.
- getMessageIDs() - Method in class netscape.ldap.LDAPResponseListener
-
Returns message IDs for all outstanding requests
- getMessageIDs() - Method in class netscape.ldap.LDAPSearchListener
-
Returns message IDs for all outstanding requests
- getMethodDescriptors() - Method in class netscape.ldap.beans.LDAPGetPropertyBeanInfo
- getModifications() - Method in class netscape.ldap.util.LDIFModifyContent
-
Retrieves the list of the modifications specified in the content of the LDIF record.
- getName() - Method in class netscape.ldap.LDAPAttribute
-
Returns the name of the attribute.
- getName() - Method in class netscape.ldap.LDAPSchemaElement
-
Gets the name of the object class, attribute type, or matching rule.
- getNameForm() - Method in class netscape.ldap.LDAPDITStructureRuleSchema
-
Returns the NameForm that this structure rule controls.
- getNameForm(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of a name form with the specified name.
- getNameFormNames() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the names of the name forms in this schema.
- getNameForms() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the name forms in this schema.
- getNewParent() - Method in class netscape.ldap.util.LDIFModDNContent
-
Returns the entry's new parent DN, if specified in the content of the LDIF record.
- getNumEntries() - Method in class netscape.ldap.LDAPCache
-
Gets the number of entries being cached.
- getNumFlushes() - Method in class netscape.ldap.LDAPCache
-
Gets the total number of entries that are flushed when timer expires and
flushEntries
is called. - getNumHits() - Method in class netscape.ldap.LDAPCache
-
Gets the total number of requests which successfully found and retrieved an item from the cache.
- getNumMisses() - Method in class netscape.ldap.LDAPCache
-
Gets the total number of requests which failed to find and retrieve an item from the cache.
- getObjectClass() - Method in class netscape.ldap.LDAPNameFormSchema
-
Returns the name of the object class that this name form applies to.
- getObjectClass(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of the object class with the specified name.
- getObjectClasses() - Method in class netscape.ldap.LDAPSchema
-
Gets an enumeration ofthe object class definitions in this schema.
- getObjectClassNames() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the names of the object classes in this schema.
- getObjectName() - Method in class netscape.ldap.client.opers.JDAPSearchResponse
-
Retrieves object name
- getOID() - Method in class netscape.ldap.LDAPExtendedResponse
-
Deprecated.Use
LDAPExtendedResponse.getID()
- getOID() - Method in class netscape.ldap.LDAPSchemaElement
-
Deprecated.Use
LDAPSchemaElement.getID()
- getOp() - Method in class netscape.ldap.LDAPModification
-
Returns the type of modification specified by this object.
- GetOpt - Class in netscape.ldap.util
-
This class is similar to the
getopt()
function in UNIX System V. - GetOpt(String, String[]) - Constructor for class netscape.ldap.util.GetOpt
-
Constructs a
GetOpt
object. - getOption(int) - Method in class netscape.ldap.LDAPConnection
-
Returns the value of the specified option for this
LDAPConnection
object. - getOption(int) - Method in interface netscape.ldap.LDAPv2
-
Retrieves an option that applies to the connection.
- getOptionalAttributes() - Method in class netscape.ldap.LDAPDITContentRuleSchema
-
Gets the names of optional attributes allowed in this content rule.
- getOptionalAttributes() - Method in class netscape.ldap.LDAPObjectClassSchema
-
Gets an enumeration of names of optional attributes allowed in this object class.
- getOptionalNamingAttributes() - Method in class netscape.ldap.LDAPNameFormSchema
-
Gets the names of optional attributes allowed in this name form.
- getOptionalValues(String[]) - Method in class netscape.ldap.LDAPSchemaElement
-
Gets qualifiers which may or may not be present
- getOptionParam(char) - Method in class netscape.ldap.util.GetOpt
-
Gets the argument specified with an option.
- getOutputStream() - Method in class netscape.ldap.LDAPConnection
-
Gets the stream for writing to the socket
- getOutputStream(OutputStream) - Method in class com.netscape.sasl.mechanisms.SaslExternal
-
Retrieves an output stream for the session.
- getOutputStream(OutputStream) - Method in interface com.netscape.sasl.SaslClient
-
Retrieves an output stream for the session.
- getParameters() - Method in class netscape.ldap.util.GetOpt
-
Gets a list of any additional parameters specified (not including the arguments for any options).
- getParamString() - Method in class netscape.ldap.client.JDAPAVA
-
Retrieves the string representation parameters.
- getParamString() - Method in class netscape.ldap.client.JDAPFilterSet
-
Gets the filter set parameters.
- getParamString() - Method in class netscape.ldap.client.opers.JDAPAddRequest
-
Retrieves the string representation of add request parameters.
- getParamString() - Method in class netscape.ldap.client.opers.JDAPBindRequest
-
Retrieves the string representation of the request parameters.
- getParamString() - Method in class netscape.ldap.client.opers.JDAPExtendedRequest
-
Retrieves the string representation of add request parameters.
- getParamString() - Method in class netscape.ldap.client.opers.JDAPResult
-
Retrieves string representation of the result.
- getParent() - Method in class netscape.ldap.util.DN
-
Gets the parent DN for this DN.
- getPassword() - Method in class netscape.ldap.LDAPRebindAuth
-
Returns the password to be used for reauthentication, if the client is set up to follow referrals automatically.
- getPort() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns the port to search at.
- getPort() - Method in class netscape.ldap.LDAPConnection
-
Returns the port number of the LDAP server to which you are connected.
- getPort() - Method in class netscape.ldap.LDAPUrl
-
Return the port number for the LDAP server
- getPrecludedAttributes() - Method in class netscape.ldap.LDAPDITContentRuleSchema
-
Gets the names of the precluded attributes for this content rule.
- getPreviousDN() - Method in class netscape.ldap.controls.LDAPEntryChangeControl
-
Gets the previous DN of the entry (if the entry was renamed).
- getPrintableValue(byte[]) - Method in class netscape.ldap.util.LDAPWriter
- getProperty() - Method in class netscape.ldap.beans.LDAPGetProperty
-
Searches and returns values of a previously registered property, using previously set parameters
- getProperty(ActionEvent) - Method in class netscape.ldap.beans.LDAPGetProperty
- getProperty(String) - Method in class netscape.ldap.LDAPConnection
-
Gets a property of a connection.
- getProperty(String, int, String, String, String) - Method in class netscape.ldap.beans.LDAPGetProperty
-
Searches and returns values for a specified attribute
- getPropertyDescriptors() - Method in class netscape.ldap.beans.LDAPGetEntriesBeanInfo
- getPropertyDescriptors() - Method in class netscape.ldap.beans.LDAPGetPropertyBeanInfo
- getPropertyDescriptors() - Method in class netscape.ldap.beans.LDAPIsMemberBeanInfo
- getPropertyDescriptors() - Method in class netscape.ldap.beans.LDAPSimpleAuthBeanInfo
- getQualifier(String) - Method in class netscape.ldap.LDAPSchemaElement
-
Gets the value of a qualifier which is not predefined.
- getQualifierNames() - Method in class netscape.ldap.LDAPSchemaElement
-
Gets an enumeration of all qualifiers which are not predefined.
- getRDN() - Method in class netscape.ldap.util.LDIFModDNContent
-
Returns the new RDN specified in the content of the LDIF record.
- getRDNs() - Method in class netscape.ldap.util.DN
-
Returns a list of the components (
RDN
objects) that make up the current DN. - getRebindAuthentication(String, int) - Method in interface netscape.ldap.LDAPRebind
-
Returns an
LDAPRebindAuth
object, which the calling function can use to get the DN and password to use for authentication (if the client is set up to follow referrals automatically). - getRebindProc() - Method in class netscape.ldap.LDAPConstraints
-
Returns the object that provides the method for getting authentication information.
- getReferralErrors() - Method in class netscape.ldap.LDAPSearchConstraints
-
Reports if errors when following search continuation references are to cause processing of the remaining results to be aborted.
- getReferrals() - Method in class netscape.ldap.client.opers.JDAPResult
-
Retrieves referrals from the LDAP Result.
- getReferrals() - Method in class netscape.ldap.LDAPConstraints
-
Specifies whether nor not referrals are followed automatically.
- getReferrals() - Method in class netscape.ldap.LDAPResponse
-
Returns all referrals, if any, in a server response.
- getRequestCount() - Method in class netscape.ldap.LDAPSearchListener
-
Returns the number of outstanding requests.
- getRequiredAttributes() - Method in class netscape.ldap.LDAPDITContentRuleSchema
-
Gets the names of the required attributes for this content rule.
- getRequiredAttributes() - Method in class netscape.ldap.LDAPObjectClassSchema
-
Gets an enumeration of the names of the required attributes for this object class.
- getRequiredNamingAttributes() - Method in class netscape.ldap.LDAPNameFormSchema
-
Gets the names of the required attributes for this name form.
- getResponse() - Method in class netscape.ldap.LDAPResponseListener
-
Blocks until a response is available, or until all operations associated with the object have completed or been canceled, and returns the response.
- getResponse() - Method in class netscape.ldap.LDAPSearchListener
-
Blocks until a search result, reference or response is available, or until all operations associated with the object have completed or been canceled.
- getResponseControls() - Method in class netscape.ldap.LDAPConnection
-
Returns an array of the latest controls (if any) from server.
- getResponseControls() - Method in class netscape.ldap.LDAPSearchResults
-
Returns the controls returned with this search result.
- getResponseControls() - Method in interface netscape.ldap.LDAPv3
-
Returns an array of the latest controls (if any) from the server.
- getResultCode() - Method in class netscape.ldap.client.opers.JDAPResult
-
Gets the result code.
- getResultCode() - Method in class netscape.ldap.controls.LDAPSortControl
- getResultCode() - Method in class netscape.ldap.controls.LDAPVirtualListResponse
-
Gets the result code.
- getResultCode() - Method in class netscape.ldap.LDAPResponse
-
Returns the result code in a server response.
- getResultString() - Method in class netscape.ldap.beans.LDAPGetEntries
- getReturnControls() - Method in class netscape.ldap.controls.LDAPPersistSearchControl
-
Indicates whether or not the server includes an "entry change notification" control with each entry it sends back to the client during the persistent search.
- getReverse() - Method in class netscape.ldap.LDAPSortKey
-
Returns
true
if sorting is to be done in descending order. - getRuleID() - Method in class netscape.ldap.LDAPDITStructureRuleSchema
-
Returns the rule ID for this structure rule.
- getScope() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Get the current search scope
- getScope() - Method in class netscape.ldap.LDAPUrl
-
Returns the scope of the search, according to the values SCOPE_BASE, SCOPE_ONE, SCOPE_SUB as defined in LDAPv2.
- getSearchConstraints() - Method in class netscape.ldap.LDAPConnection
-
Returns the set of search constraints that apply to all searches performed through this connection (unless you specify a different set of search constraints when calling the
search
method). - getSecondsToExpiration() - Method in class netscape.ldap.controls.LDAPPasswordExpiringControl
-
Gets the number of seconds until the password expires returned by the server.
- getServerControls() - Method in class netscape.ldap.LDAPConstraints
-
Returns any server controls to be applied by the server to LDAP operations.
- getServerTimeLimit() - Method in class netscape.ldap.LDAPSearchConstraints
-
Returns the maximum number of seconds to wait for the server to spend on a search operation.If 0, there is no time limit.
- getSize() - Method in class netscape.ldap.ber.stream.BERBitString
-
Gets the number of bits.
- getSize() - Method in class netscape.ldap.LDAPCache
-
Gets the maximum size of the cache (in bytes).
- getSocketFactory() - Method in class netscape.ldap.LDAPConnection
-
Gets the object representing the socket factory used to establish a connection to the LDAP server or for the start TLS operation.
- getSocketFactory() - Static method in class netscape.ldap.LDAPUrl
-
Gets the socket factory to be used for ldaps:// URLs.
- getSSLSocketImpl() - Method in class netscape.ldap.LDAPSSLSocketFactory
-
Returns the name of the class that implements SSL sockets for this factory.
- getSSLSocketImpl() - Method in class netscape.ldap.LDAPSSLSocketWrapFactory
-
Returns the name of the class that implements SSL sockets for this factory.
- getStringValueArray() - Method in class netscape.ldap.LDAPAttribute
-
Returns the values of the attribute as an array of
String
objects. - getStringValues() - Method in class netscape.ldap.LDAPAttribute
-
Returns an enumerator for the string values of an attribute.
- getSubset(String) - Method in class netscape.ldap.LDAPAttributeSet
-
Creates a new attribute set containing only the attributes that have the specified subtypes.
- getSubtypes() - Method in class netscape.ldap.LDAPAttribute
-
Extracts the subtypes from the attribute name of the current
LDAPAttribute
object. - getSubtypes(String) - Static method in class netscape.ldap.LDAPAttribute
-
Extracts the subtypes from the specified attribute name.
- getSuperior() - Method in class netscape.ldap.LDAPAttributeSchema
-
Gets the name of the attribute that this attribute inherits from, if any.
- getSuperior() - Method in class netscape.ldap.LDAPObjectClassSchema
-
Gets the name of the object class from which this class inherits.
- getSuperiors() - Method in class netscape.ldap.LDAPDITStructureRuleSchema
-
Returns a list of all structure rules that are superior to this structure rule.
- getSuperiors() - Method in class netscape.ldap.LDAPObjectClassSchema
-
Gets the names of all object classes that this class inherits from.
- getSyntax() - Method in class netscape.ldap.LDAPAttributeSchema
-
Gets the syntax of the schema element
- getSyntax() - Method in class netscape.ldap.LDAPSyntaxSchema
-
Gets the syntax of the schema element
- getSyntax(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of a syntax with the specified name.
- getSyntaxes() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the syntaxes in this schema.
- getSyntaxNames() - Method in class netscape.ldap.LDAPSchema
-
Get an enumeration of the names of the syntaxes in this schema.
- getSyntaxString() - Method in class netscape.ldap.LDAPAttributeSchema
-
Gets the syntax of the attribute type in dotted-decimal format, for example "1.2.3.4.5"
- getSyntaxString() - Method in class netscape.ldap.LDAPSyntaxSchema
-
Gets the syntax of the syntax type in dotted-decimal format, for example "1.2.3.4.5"
- getTag() - Method in class netscape.ldap.ber.stream.BERTag
-
Gets the element tag.
- getTempFile(String) - Method in class netscape.ldap.util.LDIFWriter
-
Create a unique file name in the temp folder and open an output stream to the file
- getTimeLimit() - Method in class netscape.ldap.LDAPConstraints
-
Returns the maximum number of milliseconds to wait for any operation under these constraints.
- getTimeToLive() - Method in class netscape.ldap.LDAPCache
-
Gets the maximum age allowed for cached items (in seconds).
- getTotalOperations() - Method in class netscape.ldap.LDAPCache
-
Gets the total number of requests for retrieving items from the cache.
- getType() - Method in class netscape.ldap.ber.stream.BERAny
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERBitString
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERBoolean
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERCharacterString
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERChoice
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERConstruct
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERElement
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BEREnumerated
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERInteger
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERIntegral
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERNull
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERNumericString
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERObjectId
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BEROctetString
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERPrintableString
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERReal
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERSequence
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERSet
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERTag
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERUTCTime
-
Gets the element type.
- getType() - Method in class netscape.ldap.ber.stream.BERVisibleString
-
Gets the element type.
- getType() - Method in class netscape.ldap.client.JDAPAVA
-
Retrieves the AVA type.
- getType() - Method in class netscape.ldap.client.JDAPFilterPresent
-
Gets attribute type.
- getType() - Method in class netscape.ldap.client.JDAPFilterSubString
-
Get attribute type.
- getType() - Method in class netscape.ldap.client.opers.JDAPAbandonRequest
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPAddRequest
-
Retrieves protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPAddResponse
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPBindRequest
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPBindResponse
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPCompareRequest
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPCompareResponse
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPDeleteRequest
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPDeleteResponse
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPExtendedRequest
-
Retrieves protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPExtendedResponse
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPModifyRDNRequest
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPModifyRDNResponse
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPModifyRequest
-
Retrieves protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPModifyResponse
-
Retrieves the protocol operation type.
- getType() - Method in interface netscape.ldap.client.opers.JDAPProtocolOp
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPSearchRequest
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPSearchResponse
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPSearchResult
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPSearchResultReference
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.client.opers.JDAPUnbindRequest
-
Retrieves the protocol operation type.
- getType() - Method in class netscape.ldap.LDAPMessage
-
Returns the LDAP operation type of the message
- getType() - Method in class netscape.ldap.LDAPObjectClassSchema
-
Gets the type of the object class.
- getType() - Method in class netscape.ldap.util.LDIFAddContent
-
Returns the content type.
- getType() - Method in class netscape.ldap.util.LDIFAttributeContent
-
Returns the content type.
- getType() - Method in interface netscape.ldap.util.LDIFContent
-
Determines the content type.
- getType() - Method in class netscape.ldap.util.LDIFDeleteContent
-
Returns the content type.
- getType() - Method in class netscape.ldap.util.LDIFModDNContent
-
Returns the content type.
- getType() - Method in class netscape.ldap.util.LDIFModifyContent
-
Returns the content type.
- getType() - Method in class netscape.ldap.util.RDN
-
Deprecated.use
getTypes()
instead. - getTypes() - Method in class netscape.ldap.util.RDN
-
Returns the attribute types of the DN component.
- getUrl() - Method in class netscape.ldap.LDAPUrl
-
Returns a valid string representation of this LDAP URL.
- getUrls() - Method in class netscape.ldap.client.opers.JDAPSearchResultReference
-
Retrieves a list of urls.
- getUrls() - Method in class netscape.ldap.LDAPSearchResultReference
-
Returns a list of LDAP URLs that are referred to.
- getURLs() - Method in exception netscape.ldap.LDAPReferralException
-
Gets the list of referrals (LDAP URLs to other servers) returned by the LDAP server.
- getUserID() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Return the user ID.
- getUserName() - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Returns the user name
- getUseValue() - Method in class netscape.ldap.LDAPMatchingRuleSchema
-
Gets the matching rule use definition in the string representation of the MatchingRuleUseDescription data type defined in X.501 (see RFC 2252, Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions for a description of these formats).
- getValue() - Method in class netscape.ldap.ber.stream.BERBitString
-
Gets the bitstring value.
- getValue() - Method in class netscape.ldap.ber.stream.BERBoolean
-
Gets the boolean value.
- getValue() - Method in class netscape.ldap.ber.stream.BERCharacterString
-
Gets the element value.
- getValue() - Method in class netscape.ldap.ber.stream.BERChoice
-
Gets the value of the chosen type.
- getValue() - Method in class netscape.ldap.ber.stream.BERIntegral
-
Gets the integral value.
- getValue() - Method in class netscape.ldap.ber.stream.BERObjectId
-
Gets the element value.
- getValue() - Method in class netscape.ldap.ber.stream.BEROctetString
-
Gets the element value.
- getValue() - Method in class netscape.ldap.ber.stream.BERTag
-
Gets the element from the tagged object.
- getValue() - Method in class netscape.ldap.ber.stream.BERUTCTime
-
Gets the element value.
- getValue() - Method in class netscape.ldap.client.JDAPAVA
-
Retrieves the AVA value.
- getValue() - Method in class netscape.ldap.client.opers.JDAPExtendedResponse
-
Retrieves the results of the extended operation.
- getValue() - Method in class netscape.ldap.LDAPControl
-
Gets the data in the control.
- getValue() - Method in class netscape.ldap.LDAPDITContentRuleSchema
-
Prepares a value in RFC 2252 format for submission to a server
- getValue() - Method in class netscape.ldap.LDAPDITStructureRuleSchema
-
Prepares a value in RFC 2252 format for submission to a server
- getValue() - Method in class netscape.ldap.LDAPExtendedOperation
-
Get the data for this operation.
- getValue() - Method in class netscape.ldap.LDAPExtendedResponse
-
Returns the raw bytes of the value part of the response.
- getValue() - Method in class netscape.ldap.LDAPMatchingRuleSchema
-
Gets the matching rule definition in the string representation of the MatchingRuleDescription data type defined in X.501 (see RFC 2252, Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions for a description of these formats).
- getValue() - Method in class netscape.ldap.LDAPMatchingRuleUseSchema
-
Gets the matching rule use definition in the string representation of the MatchingRuleUseDescription data type defined in X.501 (see RFC 2252, Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions for a description of these formats).
- getValue() - Method in class netscape.ldap.LDAPSchemaElement
-
Formats a String in the format defined in X.501 (see RFC 2252, Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions for a description of this format).
- getValue() - Method in class netscape.ldap.LDAPSyntaxSchema
-
Prepares a value in RFC 2252 format for submission to a server
- getValue() - Method in class netscape.ldap.util.RDN
-
Deprecated.use
getValues()
instead. - getValues() - Method in class netscape.ldap.util.RDN
-
Returns the values of the DN component.
- getVersion() - Method in class netscape.ldap.util.LDIF
-
Gets the version of LDIF used in the data.
- GRAPHICSTRING - Static variable in class netscape.ldap.ber.stream.BERElement
H
- hasMoreElements() - Method in class netscape.ldap.LDAPSearchResults
-
Returns
true
if there are more search results to be returned. - hasOption(char) - Method in class netscape.ldap.util.GetOpt
-
Determines if an option was specified.
- hasSubtype(String) - Method in class netscape.ldap.LDAPAttribute
-
Reports whether the attribute name contains the specified subtype.
- hasSubtypes(String[]) - Method in class netscape.ldap.LDAPAttribute
-
Reports if the attribute name contains all specified subtypes For example, if you check for the subtypes
lang-en
andphonetic
and the attribute name iscn;lang-en;phonetic
, this method returnstrue
.
I
- IA5STRING - Static variable in class netscape.ldap.ber.stream.BERElement
- INAPPROPRIATE_AUTHENTICATION - Static variable in class netscape.ldap.client.opers.JDAPResult
- INAPPROPRIATE_AUTHENTICATION - Static variable in exception netscape.ldap.LDAPException
-
(48) The authentication presented to the server is inappropriate.
- INAPPROPRIATE_MATCHING - Static variable in class netscape.ldap.client.opers.JDAPResult
- INAPPROPRIATE_MATCHING - Static variable in exception netscape.ldap.LDAPException
-
(18) An inappropriate type of matching was used.
- INDEX_RANGE_ERROR - Static variable in exception netscape.ldap.LDAPException
-
(61) An index range error occurred.
- initialize(String) - Static method in class netscape.ldap.factory.JSSSocketFactory
-
Initialize the JSS security subsystem.
- initialize(LDAPEntry) - Method in class netscape.ldap.LDAPSchema
-
Extract all schema elements from subschema entry
- INSUFFICIENT_ACCESS_RIGHTS - Static variable in class netscape.ldap.client.opers.JDAPResult
- INSUFFICIENT_ACCESS_RIGHTS - Static variable in exception netscape.ldap.LDAPException
-
(50) The client is authenticated as a user who does not have the access privileges to perform this operation.
- integer - Static variable in class netscape.ldap.LDAPSchemaElement
- INTEGER - Static variable in class netscape.ldap.ber.stream.BERElement
- intString - Static variable in class netscape.ldap.LDAPSchemaElement
- INVALID_ATTRIBUTE_SYNTAX - Static variable in class netscape.ldap.client.opers.JDAPResult
- INVALID_ATTRIBUTE_SYNTAX - Static variable in exception netscape.ldap.LDAPException
-
(21) The request contains invalid syntax.
- INVALID_CREDENTIALS - Static variable in class netscape.ldap.client.opers.JDAPResult
- INVALID_CREDENTIALS - Static variable in exception netscape.ldap.LDAPException
-
(49) The credentials presented to the server for authentication are not valid.
- INVALID_DN_SYNTAX - Static variable in class netscape.ldap.client.opers.JDAPResult
- INVALID_DN_SYNTAX - Static variable in exception netscape.ldap.LDAPException
-
(34) The specified distinguished name (DN) uses invalid syntax.
- INVALID_PARAMETER - Static variable in class netscape.ldap.beans.LDAPBasePropertySupport
- INVALID_PARAMETER - Static variable in class netscape.ldap.beans.LDAPIsMember
- IS_LEAF - Static variable in class netscape.ldap.client.opers.JDAPResult
- IS_LEAF - Static variable in exception netscape.ldap.LDAPException
-
(35) The specified entry is a "leaf" entry (it has no entries beneath it in the directory tree).
- isAuthenticated() - Method in class netscape.ldap.LDAPConnection
-
Indicates whether this client has authenticated to the LDAP server
- isClientAuth() - Method in class netscape.ldap.LDAPSSLSocketFactory
-
Returns
true
if client authentication is enabled. - isClientAuth() - Method in interface netscape.ldap.LDAPSSLSocketFactoryExt
-
Returns
true
if client authentication is enabled. - isClientAuth() - Method in class netscape.ldap.LDAPSSLSocketWrapFactory
-
Returns
true
if client authentication is to be used. - isComplete() - Method in class com.netscape.sasl.mechanisms.SaslExternal
-
The method may be called at any time to determine if the authentication process is finished.
- isComplete() - Method in interface com.netscape.sasl.SaslClient
-
Determines whether the authentication exchange has completed.
- isConnected() - Method in class netscape.ldap.LDAPConnection
-
Indicates whether the connection represented by this object is open at this time.
- isCritical() - Method in class netscape.ldap.LDAPControl
-
Specifies whether or not the control is critical to the LDAP operation.
- isDescendantOf(DN) - Method in class netscape.ldap.util.DN
-
Determines if this DN is a descendant of the given DN.
- isDN(String) - Static method in class netscape.ldap.util.DN
-
Determines if the given string is an distinguished name or not.
- isGreater(LDAPEntry, LDAPEntry) - Method in class netscape.ldap.LDAPCompareAttrNames
-
Returns
true
if the value of the attribute in the first entry is greater than the value of the attribute in the second entry. - isGreater(LDAPEntry, LDAPEntry) - Method in interface netscape.ldap.LDAPEntryComparator
-
Specifies the algorithm used to compare entries when sorting search results.
- isMember() - Method in class netscape.ldap.beans.LDAPIsMember
-
Checks if an entity (specified by distinguished name) is a member of a particular group (specified by distinguished name)
- isMember(ActionEvent) - Method in class netscape.ldap.beans.LDAPIsMember
-
Checks if an entity (specified by distinguished name) is a member of a particular group (specified by distinguished name)
- isMember(String, int, String, String, String, String) - Method in class netscape.ldap.beans.LDAPIsMember
-
Checks if an entity (specified by distinguished name) is a member of a particular group (specified by distinguished name)
- isMultivalued() - Method in class netscape.ldap.util.RDN
-
Returns
true
if the RDN is multi-valued. - isNetscape() - Static method in class netscape.ldap.LDAPConnection
-
Reports if the class is running in a Netscape browser.
- isObsolete() - Method in class netscape.ldap.LDAPSchemaElement
-
Reports if the element is marked as obsolete.
- isPrintable(byte[]) - Static method in class netscape.ldap.util.LDIF
-
Returns true if all the bytes in the given array are valid for output as a String according to the LDIF specification.
- isRDN(String) - Static method in class netscape.ldap.util.RDN
-
Determines if the specified string is a distinguished name component.
- isResponseReceived() - Method in class netscape.ldap.LDAPResponseListener
-
Reports true if a response has been received from the server.
- isResponseReceived() - Method in class netscape.ldap.LDAPSearchListener
-
Reports true if a response has been received from the server.
- isRFC() - Method in class netscape.ldap.util.DN
-
Determines if the DN is in RFC 1485 format.
- isSchemaEntry(LDAPEntry) - Static method in class LDAPSearch
- isSecure() - Method in class netscape.ldap.LDAPUrl
-
Returns true if the secure ldap protocol is used.
- isSingleValued() - Method in class netscape.ldap.LDAPAttributeSchema
-
Determines if the attribute type is single-valued.
- isTLS() - Method in class netscape.ldap.LDAPConnection
-
Indicates if the session is currently protected by TLS.
J
- JDAPAbandonRequest - Class in netscape.ldap.client.opers
-
This class implements the abandon request.
- JDAPAbandonRequest(int) - Constructor for class netscape.ldap.client.opers.JDAPAbandonRequest
-
Constructs abandon request.
- JDAPAddRequest - Class in netscape.ldap.client.opers
-
This class implements the add request.
- JDAPAddRequest(String, LDAPAttribute[]) - Constructor for class netscape.ldap.client.opers.JDAPAddRequest
-
Constructs add request.
- JDAPAddResponse - Class in netscape.ldap.client.opers
-
This class implements the add response.
- JDAPAddResponse(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPAddResponse
-
Constructs add response.
- JDAPAVA - Class in netscape.ldap.client
-
This class implements the attribute value assertion.
- JDAPAVA(String, String) - Constructor for class netscape.ldap.client.JDAPAVA
-
Constructs the attribute value assertion.
- JDAPBaseDNRequest - Class in netscape.ldap.client.opers
-
This is the base class for all the request that has a base dn component.
- JDAPBaseDNRequest() - Constructor for class netscape.ldap.client.opers.JDAPBaseDNRequest
- JDAPBERTagDecoder - Class in netscape.ldap.client
-
This class is to help BER libraries to make decision on how to decode an implicit object.
- JDAPBERTagDecoder() - Constructor for class netscape.ldap.client.JDAPBERTagDecoder
- JDAPBindRequest - Class in netscape.ldap.client.opers
-
This class implements the bind request.
- JDAPBindRequest(int, String, String) - Constructor for class netscape.ldap.client.opers.JDAPBindRequest
-
Constructs anonymous or simple bind request.
- JDAPBindRequest(int, String, String, byte[]) - Constructor for class netscape.ldap.client.opers.JDAPBindRequest
-
Constructs a LDAP v3.0 SaslCredentials bind request.
- JDAPBindResponse - Class in netscape.ldap.client.opers
-
This class implements the bind response.
- JDAPBindResponse(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPBindResponse
-
Constructs bind response.
- JDAPCompareRequest - Class in netscape.ldap.client.opers
-
This class implements the compare request.
- JDAPCompareRequest(String, JDAPAVA) - Constructor for class netscape.ldap.client.opers.JDAPCompareRequest
-
Constructs the compare request.
- JDAPCompareResponse - Class in netscape.ldap.client.opers
-
This class implements the compare response.
- JDAPCompareResponse(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPCompareResponse
-
Constructs compare response.
- JDAPDeleteRequest - Class in netscape.ldap.client.opers
-
This class implements the delete request.
- JDAPDeleteRequest(String) - Constructor for class netscape.ldap.client.opers.JDAPDeleteRequest
-
Constructs the delete request.
- JDAPDeleteResponse - Class in netscape.ldap.client.opers
-
This class implements the delete response.
- JDAPDeleteResponse(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPDeleteResponse
-
Constructs delete response.
- JDAPExtendedRequest - Class in netscape.ldap.client.opers
-
This class implements the ExtendedRequest request.
- JDAPExtendedRequest(String, byte[]) - Constructor for class netscape.ldap.client.opers.JDAPExtendedRequest
-
Constructs extended request.
- JDAPExtendedResponse - Class in netscape.ldap.client.opers
-
This class implements the extended response.
- JDAPExtendedResponse(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPExtendedResponse
-
Constructs extended response.
- JDAPFilter - Class in netscape.ldap.client
-
This class implements the filter.
- JDAPFilter() - Constructor for class netscape.ldap.client.JDAPFilter
-
Constructs a empty filter.
- JDAPFilterAnd - Class in netscape.ldap.client
-
This class implements the filter And.
- JDAPFilterAnd() - Constructor for class netscape.ldap.client.JDAPFilterAnd
-
Constructs the filter.
- JDAPFilterApproxMatch - Class in netscape.ldap.client
-
This class implements the approximate match filter.
- JDAPFilterApproxMatch(JDAPAVA) - Constructor for class netscape.ldap.client.JDAPFilterApproxMatch
-
Constructs approximate match filter.
- JDAPFilterAVA - Class in netscape.ldap.client
-
This class implements the attribute value assertion filter.
- JDAPFilterAVA(int, JDAPAVA) - Constructor for class netscape.ldap.client.JDAPFilterAVA
-
Constructs base filter for other attribute value assertion.
- JDAPFilterEqualityMatch - Class in netscape.ldap.client
-
This class implements the equality match filter.
- JDAPFilterEqualityMatch(JDAPAVA) - Constructor for class netscape.ldap.client.JDAPFilterEqualityMatch
-
Constructs less or equal filter.
- JDAPFilterExtensible - Class in netscape.ldap.client
-
This class implements the extended match filter.
- JDAPFilterExtensible(String, String) - Constructor for class netscape.ldap.client.JDAPFilterExtensible
-
Constructs extensible match filter.
- JDAPFilterGreaterOrEqual - Class in netscape.ldap.client
-
This class implements the greater or equal filter.
- JDAPFilterGreaterOrEqual(JDAPAVA) - Constructor for class netscape.ldap.client.JDAPFilterGreaterOrEqual
-
Constructs greater or equal filter.
- JDAPFilterLessOrEqual - Class in netscape.ldap.client
-
This class implements the less or equal filter.
- JDAPFilterLessOrEqual(JDAPAVA) - Constructor for class netscape.ldap.client.JDAPFilterLessOrEqual
-
Constructs less or equal filter.
- JDAPFilterNot - Class in netscape.ldap.client
-
This class implements the filter not.
- JDAPFilterNot(JDAPFilter) - Constructor for class netscape.ldap.client.JDAPFilterNot
-
Constructs the filter.
- JDAPFilterOpers - Class in netscape.ldap.client
-
This class provides miscellaneous operations for JDAPFilter object.
- JDAPFilterOpers() - Constructor for class netscape.ldap.client.JDAPFilterOpers
- JDAPFilterOr - Class in netscape.ldap.client
-
This class implements the filter And.
- JDAPFilterOr() - Constructor for class netscape.ldap.client.JDAPFilterOr
-
Constructs the filter.
- JDAPFilterPresent - Class in netscape.ldap.client
-
This class implements the filter present.
- JDAPFilterPresent(String) - Constructor for class netscape.ldap.client.JDAPFilterPresent
-
Constructs the filter.
- JDAPFilterSet - Class in netscape.ldap.client
-
This class implements the base class of filter "and" and filter "or".
- JDAPFilterSet(int) - Constructor for class netscape.ldap.client.JDAPFilterSet
-
Constructs the filter set.
- JDAPFilterSubString - Class in netscape.ldap.client
-
This class implements the filter substring.
- JDAPFilterSubString(String) - Constructor for class netscape.ldap.client.JDAPFilterSubString
-
Constructs the filter.
- JDAPModifyRDNRequest - Class in netscape.ldap.client.opers
-
This class implements the modify rdn request.
- JDAPModifyRDNRequest(String, String, boolean) - Constructor for class netscape.ldap.client.opers.JDAPModifyRDNRequest
-
Constructs modify RDN request.
- JDAPModifyRDNRequest(String, String, boolean, String) - Constructor for class netscape.ldap.client.opers.JDAPModifyRDNRequest
-
Constructs modify DN request.
- JDAPModifyRDNResponse - Class in netscape.ldap.client.opers
-
This class implements the modifyRDN response.
- JDAPModifyRDNResponse(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPModifyRDNResponse
-
Constructs modifyRDN response.
- JDAPModifyRequest - Class in netscape.ldap.client.opers
-
This class implements the modify request.
- JDAPModifyRequest(String, LDAPModification[]) - Constructor for class netscape.ldap.client.opers.JDAPModifyRequest
-
Constructs the modify request
- JDAPModifyResponse - Class in netscape.ldap.client.opers
-
This class implements the modify response.
- JDAPModifyResponse(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPModifyResponse
-
Constructs modify response.
- JDAPProtocolOp - Interface in netscape.ldap.client.opers
-
This is the base interface for all protocol operation that is embedded in a JDAPMessage (LDAP Message in RCF1777).
- JDAPResult - Class in netscape.ldap.client.opers
-
This class implements the ldap result where stores the request status.
- JDAPResult(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPResult
-
Constructs ldap result.
- JDAPSearchRequest - Class in netscape.ldap.client.opers
-
This class implements the search request.
- JDAPSearchRequest(String, int, int, int, int, boolean, String, String[]) - Constructor for class netscape.ldap.client.opers.JDAPSearchRequest
-
Constructs search request.
- JDAPSearchResponse - Class in netscape.ldap.client.opers
-
This class implements the search response.
- JDAPSearchResponse(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPSearchResponse
-
Constructs search response.
- JDAPSearchResult - Class in netscape.ldap.client.opers
-
This class implements the search result.
- JDAPSearchResult(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPSearchResult
-
Constructs search result.
- JDAPSearchResultReference - Class in netscape.ldap.client.opers
-
This class implements the search result reference.
- JDAPSearchResultReference(BERElement) - Constructor for class netscape.ldap.client.opers.JDAPSearchResultReference
-
Constructs extended response.
- JDAPUnbindRequest - Class in netscape.ldap.client.opers
-
This class implements the unbind request and is a protocol operation.
- JDAPUnbindRequest() - Constructor for class netscape.ldap.client.opers.JDAPUnbindRequest
-
Constructs bind request.
- JSSESocketFactory - Class in netscape.ldap.factory
-
Creates an SSL socket connection to a server, using the JSSE package from Sun.
- JSSESocketFactory() - Constructor for class netscape.ldap.factory.JSSESocketFactory
-
Default factory constructor
- JSSESocketFactory(String[]) - Constructor for class netscape.ldap.factory.JSSESocketFactory
-
Factory constructor
- JSSESocketFactory(String[], SSLSocketFactory) - Constructor for class netscape.ldap.factory.JSSESocketFactory
-
Factory constructor
- JSSESocketFactory(SSLSocketFactory) - Constructor for class netscape.ldap.factory.JSSESocketFactory
-
Factory constructor
- JSSSocketFactory - Class in netscape.ldap.factory
-
Creates an SSL socket connection to a server, using the Netscape/Mozilla JSS package.
- JSSSocketFactory() - Constructor for class netscape.ldap.factory.JSSSocketFactory
-
Constructs a new
JSSSocketFactory
, initializing the JSS security system if it has not already been initialized. - JSSSocketFactory(String) - Constructor for class netscape.ldap.factory.JSSSocketFactory
-
Constructs a new
JSSSocketFactory
, initializing the JSS security system if it has not already been initialized.
L
- LDAP_NOT_SUPPORTED - Static variable in class netscape.ldap.client.opers.JDAPResult
- LDAP_NOT_SUPPORTED - Static variable in exception netscape.ldap.LDAPException
-
(92) The request is not supported by this version of the LDAP protocol.
- LDAP_PARTIAL_RESULTS - Static variable in class netscape.ldap.client.opers.JDAPResult
- LDAP_PARTIAL_RESULTS - Static variable in exception netscape.ldap.LDAPException
-
(9) The LDAP server is referring your client to another LDAP server.
- LDAP_PROPERTY_PROTOCOL - Static variable in class netscape.ldap.LDAPConnection
-
Name of the property specifying the highest supported version of the LDAP protocol.
- LDAP_PROPERTY_SDK - Static variable in class netscape.ldap.LDAPConnection
-
Name of the property specifying the version of the SDK.
- LDAP_PROPERTY_SECURITY - Static variable in class netscape.ldap.LDAPConnection
-
Name of the property specifying the types of authentication allowed by this API (for example, anonymous authentication and simple authentication).
- LDAP_TIMEOUT - Static variable in exception netscape.ldap.LDAPException
-
(85) The operation could not be completed within the maximum time limit.
- LDAP_VERSION - Static variable in class netscape.ldap.LDAPConnection
-
Version of the LDAP protocol used by default.
- LDAPAsynchronousConnection - Interface in netscape.ldap
-
Encapsulates a connection to an LDAP server, providing access to the input queue for messages received.
- LDAPAttribute - Class in netscape.ldap
-
Represents the name and values of an attribute in an entry.
- LDAPAttribute(String) - Constructor for class netscape.ldap.LDAPAttribute
-
Constructs an attribute with no values.
- LDAPAttribute(String, byte[]) - Constructor for class netscape.ldap.LDAPAttribute
-
Constructs an attribute with a byte-formatted value.
- LDAPAttribute(String, String) - Constructor for class netscape.ldap.LDAPAttribute
-
Constructs an attribute that has a single string value.
- LDAPAttribute(String, String[]) - Constructor for class netscape.ldap.LDAPAttribute
-
Constructs an attribute that has an array of string values.
- LDAPAttribute(BERElement) - Constructor for class netscape.ldap.LDAPAttribute
-
Constructs an attribute from a BER (Basic Encoding Rules) element.
- LDAPAttribute(LDAPAttribute) - Constructor for class netscape.ldap.LDAPAttribute
-
Constructs an attribute from another existing attribute.
- LDAPAttributeSchema - Class in netscape.ldap
-
The definition of an attribute type in the schema.
- LDAPAttributeSchema() - Constructor for class netscape.ldap.LDAPAttributeSchema
-
Constructs a blank element.
- LDAPAttributeSchema(String) - Constructor for class netscape.ldap.LDAPAttributeSchema
-
Constructs an attribute type definition based on a description in the AttributeTypeDescription format.
- LDAPAttributeSchema(String, String, String, int, boolean) - Constructor for class netscape.ldap.LDAPAttributeSchema
-
Constructs an attribute type definition, using the specified information.
- LDAPAttributeSchema(String, String, String, String, boolean) - Constructor for class netscape.ldap.LDAPAttributeSchema
-
Constructs an attribute type definition, using the specified information.
- LDAPAttributeSchema(String, String, String, String, boolean, String, String[]) - Constructor for class netscape.ldap.LDAPAttributeSchema
-
Constructs an attribute type definition, using the specified information.
- LDAPAttributeSet - Class in netscape.ldap
-
Represents a set of attributes (for example, the set of attributes in an entry).
- LDAPAttributeSet() - Constructor for class netscape.ldap.LDAPAttributeSet
-
Constructs a new set of attributes.
- LDAPAttributeSet(LDAPAttribute[]) - Constructor for class netscape.ldap.LDAPAttributeSet
-
Constructs an attribute set.
- LDAPBasePropertySupport - Class in netscape.ldap.beans
-
This is a base class that is extended by various specialized LDAP Beans.
- LDAPBasePropertySupport() - Constructor for class netscape.ldap.beans.LDAPBasePropertySupport
-
Constructor with no parameters
- LDAPBind - Interface in netscape.ldap
-
Performs explicit bind processing on a referral.
- LDAPCache - Class in netscape.ldap
-
LDAPCache
represents an in-memory cache that you can use to reduce the number of search requests sent to the LDAP server. - LDAPCache(long, long) - Constructor for class netscape.ldap.LDAPCache
-
Constructs a new
LDAPCache
object, using the specified maximum size of the cache (in bytes) and the maximum age of cached items (in seconds). - LDAPCache(long, long, String[]) - Constructor for class netscape.ldap.LDAPCache
-
Constructs a new
LDAPCache
object, using the specified maximum size of the cache (in bytes), and the maximum age of cached items (in seconds), and an array of the base DNs of searches that you want to cache. - LDAPCompareAttrNames - Class in netscape.ldap
-
Compares LDAP entries based on one or more attribute values.
- LDAPCompareAttrNames(String) - Constructor for class netscape.ldap.LDAPCompareAttrNames
-
Constructs a comparator that compares the string values of a named attribute in LDAP entries and sorts the entries in ascending order.
- LDAPCompareAttrNames(String[]) - Constructor for class netscape.ldap.LDAPCompareAttrNames
-
Constructs a comparator that compares the string values of a set of named attributes in LDAP entries and that sort the entries in ascending order.
- LDAPCompareAttrNames(String[], boolean[]) - Constructor for class netscape.ldap.LDAPCompareAttrNames
-
Constructs a comparator that compares the string values of a set of named attributes in LDAP entries and allows you to sort the entries in ascending or descending order.
- LDAPCompareAttrNames(String, boolean) - Constructor for class netscape.ldap.LDAPCompareAttrNames
-
Constructs a comparator that compares the string values of a named attribute in LDAP entries and that allows you to sort entries either in ascending or descending order.
- LDAPConnection - Class in netscape.ldap
-
Represents a connection to an LDAP server.
- LDAPConnection() - Constructor for class netscape.ldap.LDAPConnection
-
Constructs a new
LDAPConnection
object, which represents a connection to an LDAP server. - LDAPConnection(LDAPSocketFactory) - Constructor for class netscape.ldap.LDAPConnection
-
Constructs a new
LDAPConnection
object that will use the specified socket factory class to create socket connections. - LDAPConstraints - Class in netscape.ldap
-
Represents a set of operation preferences.
- LDAPConstraints() - Constructor for class netscape.ldap.LDAPConstraints
-
Constructs an
LDAPConstraints
object that specifies the default set of constraints. - LDAPConstraints(int, boolean, LDAPBind, int) - Constructor for class netscape.ldap.LDAPConstraints
-
Constructs a new
LDAPConstraints
object and allows you to specify the constraints in that object. - LDAPConstraints(int, boolean, LDAPRebind, int) - Constructor for class netscape.ldap.LDAPConstraints
-
Constructs a new
LDAPConstraints
object and allows you to specify the constraints in that object. - LDAPControl - Class in netscape.ldap
-
Represents arbitrary control data that can be used with a a particular LDAP operation.
- LDAPControl() - Constructor for class netscape.ldap.LDAPControl
-
Default constructor for the
LDAPControl
class. - LDAPControl(String, boolean, byte[]) - Constructor for class netscape.ldap.LDAPControl
-
Constructs a new
LDAPControl
object using the specified object ID (OID), "criticality" field, and data to be used by the control. - LDAPDelete - Class in Unnamed Package
-
Executes the delete command to delete an LDAP entry.
- LDAPDelete() - Constructor for class LDAPDelete
- LDAPDITContentRuleSchema - Class in netscape.ldap
-
The definition of a DIT content rule in the schema.
- LDAPDITContentRuleSchema() - Constructor for class netscape.ldap.LDAPDITContentRuleSchema
-
Constructs a blank element.
- LDAPDITContentRuleSchema(String) - Constructor for class netscape.ldap.LDAPDITContentRuleSchema
-
Constructs a DIT content rule definition based on a description in the DITContentRuleDescription format.
- LDAPDITContentRuleSchema(String, String, String, boolean, String[], String[], String[], String[]) - Constructor for class netscape.ldap.LDAPDITContentRuleSchema
-
Constructs a DIT content rule definition, using the specified information.
- LDAPDITStructureRuleSchema - Class in netscape.ldap
-
The definition of a DIT structure rule in the schema.
- LDAPDITStructureRuleSchema() - Constructor for class netscape.ldap.LDAPDITStructureRuleSchema
-
Constructs a blank element.
- LDAPDITStructureRuleSchema(String) - Constructor for class netscape.ldap.LDAPDITStructureRuleSchema
-
Constructs a DIT structure rule definition based on a description in the DITStructureRuleDescription format.
- LDAPDITStructureRuleSchema(String, int, String, boolean, String, String[]) - Constructor for class netscape.ldap.LDAPDITStructureRuleSchema
-
Constructs a DIT structure rule definition, using the specified information.
- LDAPDN - Class in netscape.ldap
-
Represents a distinguished name in LDAP.
- LDAPDN() - Constructor for class netscape.ldap.LDAPDN
- LDAPEntry - Class in netscape.ldap
-
Represents an entry in the directory.
- LDAPEntry() - Constructor for class netscape.ldap.LDAPEntry
-
Constructs an empty entry.
- LDAPEntry(String) - Constructor for class netscape.ldap.LDAPEntry
-
Constructs a new entry with the specified distinguished name and with an empty attribute set.
- LDAPEntry(String, LDAPAttributeSet) - Constructor for class netscape.ldap.LDAPEntry
-
Constructs a new entry with the specified distinguished name and set of attributes.
- LDAPEntryChangeControl - Class in netscape.ldap.controls
-
Represents an LDAP v3 server control that specifies information about a change to an entry in the directory.
- LDAPEntryChangeControl() - Constructor for class netscape.ldap.controls.LDAPEntryChangeControl
-
Constructs a new
LDAPEntryChangeControl
object. - LDAPEntryChangeControl(String, boolean, byte[]) - Constructor for class netscape.ldap.controls.LDAPEntryChangeControl
-
Contructs an
LDAPEntryChangedControl
object. - LDAPEntryComparator - Interface in netscape.ldap
-
The
LDAPEntryComparator
interface represents the algorithm used to sort the search results. - LDAPException - Exception in netscape.ldap
-
Indicates that an error has occurred.
- LDAPException() - Constructor for exception netscape.ldap.LDAPException
-
Constructs a default exception with no specific error information.
- LDAPException(String) - Constructor for exception netscape.ldap.LDAPException
-
Constructs a default exception with a specified string of additional information.
- LDAPException(String, int) - Constructor for exception netscape.ldap.LDAPException
-
Constructs a default exception with a result code and a specified string of additional information.
- LDAPException(String, int, String) - Constructor for exception netscape.ldap.LDAPException
-
Constructs a default exception with a result code, a specified string of additional information, and a string containing information passed back from the server.
- LDAPException(String, int, String, String) - Constructor for exception netscape.ldap.LDAPException
-
Constructs a default exception with a result code, a specified string of additional information, a string containing information passed back from the server, and the DN of the closest matching entry, if the exception was thrown because an entry could not be found (for example, if
cn=Babs Jensen, ou=People, c=Airius.com
could not be found butou=People, c=Airius.com
is a valid directory entry, the "matched DN" isou=People, c=Airius.com
. - LDAPExtendedOperation - Class in netscape.ldap
-
Version 3 of the LDAP protocol include the means to define additional operations ("extended operations") beyond the standard LDAP operations.
- LDAPExtendedOperation(String, byte[]) - Constructor for class netscape.ldap.LDAPExtendedOperation
-
Construct an object
- LDAPExtendedResponse - Class in netscape.ldap
-
Represents a server response to an extended operation request.
- LDAPGetEntries - Class in netscape.ldap.beans
-
Invisible Bean that just takes a host, port, directory base, search string, and optional authentication name and password, and returns a list of all matching DNs.
- LDAPGetEntries() - Constructor for class netscape.ldap.beans.LDAPGetEntries
-
Constructor with no parameters
- LDAPGetEntries(String, int, String) - Constructor for class netscape.ldap.beans.LDAPGetEntries
-
Constructor with host, port, and base initializers
- LDAPGetEntries(String, int, String, int) - Constructor for class netscape.ldap.beans.LDAPGetEntries
-
Constructor with host, port, base, and scope initializers
- LDAPGetEntriesBeanInfo - Class in netscape.ldap.beans
-
BeanInfo for LDAPGetEntries
- LDAPGetEntriesBeanInfo() - Constructor for class netscape.ldap.beans.LDAPGetEntriesBeanInfo
- LDAPGetProperty - Class in netscape.ldap.beans
-
Invisible Bean that just takes a name and password, host and port, and directory base and attribute name, and returns an attribute's values from a Directory Server.
- LDAPGetProperty() - Constructor for class netscape.ldap.beans.LDAPGetProperty
-
Constructor with no parameters
- LDAPGetProperty(String, int, String) - Constructor for class netscape.ldap.beans.LDAPGetProperty
-
Constructor with host, port, and base initializers
- LDAPGetPropertyBeanInfo - Class in netscape.ldap.beans
-
BeanInfo for LDAPGetProperty
- LDAPGetPropertyBeanInfo() - Constructor for class netscape.ldap.beans.LDAPGetPropertyBeanInfo
- LDAPInterruptedException - Exception in netscape.ldap
-
An exception thrown when the LDAP operation being invoked has been interrupted.
- LDAPIsMember - Class in netscape.ldap.beans
-
Invisible Bean that just takes a host and port, optional authentication name and password, and DN of a group and another DN which might be a member of the group, and returns true or false, depending on whether the second DN is a member of the first.
- LDAPIsMember() - Constructor for class netscape.ldap.beans.LDAPIsMember
-
Constructor with no parameters
- LDAPIsMember(String, int, String) - Constructor for class netscape.ldap.beans.LDAPIsMember
-
Constructor with host, port, and group DN initializers
- LDAPIsMember(String, int, String, String, String) - Constructor for class netscape.ldap.beans.LDAPIsMember
-
Constructor with host, port, authentication DN and password and group DN initializers
- LDAPIsMemberBeanInfo - Class in netscape.ldap.beans
-
BeanInfo for LDAPIsMember
- LDAPIsMemberBeanInfo() - Constructor for class netscape.ldap.beans.LDAPIsMemberBeanInfo
- LDAPMatchingRuleSchema - Class in netscape.ldap
-
The definition of a matching rule in the schema.
- LDAPMatchingRuleSchema(String, String) - Constructor for class netscape.ldap.LDAPMatchingRuleSchema
-
Constructs a matching rule definition based on descriptions in the MatchingRuleDescription format and MatchingRuleUseDescription format.
- LDAPMatchingRuleSchema(String, String, String, String[], int) - Constructor for class netscape.ldap.LDAPMatchingRuleSchema
-
Constructs a matching rule definition, using the specified information.
- LDAPMatchingRuleSchema(String, String, String, String[], String) - Constructor for class netscape.ldap.LDAPMatchingRuleSchema
-
Constructs a matching rule definition, using the specified information.
- LDAPMatchingRuleSchema(String, String, String, String[], String, String[]) - Constructor for class netscape.ldap.LDAPMatchingRuleSchema
-
Constructs a matching rule definition, using the specified information.
- LDAPMatchingRuleUseSchema - Class in netscape.ldap
-
The definition of a matching rule use in the schema.
- LDAPMatchingRuleUseSchema(String) - Constructor for class netscape.ldap.LDAPMatchingRuleUseSchema
-
Constructs a matching rule use definition based on descriptions in the MatchingRuleUseDescription format.
- LDAPMatchingRuleUseSchema(String, String, String, String[]) - Constructor for class netscape.ldap.LDAPMatchingRuleUseSchema
-
Constructs a matching rule use definition, using the specified information.
- LDAPMessage - Class in netscape.ldap
-
Base class for LDAP request and response messages.
- LDAPModification - Class in netscape.ldap
-
Specifies changes to be made to the values of an attribute.
- LDAPModification(int, LDAPAttribute) - Constructor for class netscape.ldap.LDAPModification
-
Specifies a modification to be made to an attribute.
- LDAPModificationSet - Class in netscape.ldap
-
Represents a set of modifications to be made to attributes in an entry.
- LDAPModificationSet() - Constructor for class netscape.ldap.LDAPModificationSet
-
Constructs a new, empty set of modifications.
- LDAPModify - Class in Unnamed Package
-
Executes modify, delete, add, and modRDN.
- LDAPModify() - Constructor for class LDAPModify
- LDAPNameFormSchema - Class in netscape.ldap
-
The definition of a name form in the schema.
- LDAPNameFormSchema(String) - Constructor for class netscape.ldap.LDAPNameFormSchema
-
Constructs a name form definition based on a description in the NameFormDescription format.
- LDAPNameFormSchema(String, String, String, boolean, String, String[], String[]) - Constructor for class netscape.ldap.LDAPNameFormSchema
-
Constructs a name form definition, using the specified information.
- LDAPObjectClassSchema - Class in netscape.ldap
-
The definition of an object class in the schema.
- LDAPObjectClassSchema(String) - Constructor for class netscape.ldap.LDAPObjectClassSchema
-
Constructs an object class definition based on a description in the ObjectClassDescription format.
- LDAPObjectClassSchema(String, String, String[], String, String[], String[], int, String[]) - Constructor for class netscape.ldap.LDAPObjectClassSchema
-
Constructs an object class definition, using the specified information.
- LDAPObjectClassSchema(String, String, String, String, String[], String[]) - Constructor for class netscape.ldap.LDAPObjectClassSchema
-
Constructs an object class definition, using the specified information.
- LDAPObjectClassSchema(String, String, String, String, String[], String[], String[]) - Constructor for class netscape.ldap.LDAPObjectClassSchema
-
Constructs an object class definition, using the specified information.
- LDAPPasswordExpiredControl - Class in netscape.ldap.controls
-
Represents an LDAP v3 server control that may be returned if a password has expired, and password policy is enabled on the server.
- LDAPPasswordExpiredControl(String, boolean, byte[]) - Constructor for class netscape.ldap.controls.LDAPPasswordExpiredControl
-
Contructs an
LDAPPasswordExpiredControl
object. - LDAPPasswordExpiringControl - Class in netscape.ldap.controls
-
Represents an LDAP v3 server control that may be returned if a password is about to expire, and password policy is enabled on the server.
- LDAPPasswordExpiringControl(String, boolean, byte[]) - Constructor for class netscape.ldap.controls.LDAPPasswordExpiringControl
-
Contructs an
LDAPPasswordExpiringControl
object. - LDAPPersistSearchControl - Class in netscape.ldap.controls
-
Represents an LDAP v3 server control that specifies a persistent search (an ongoing search operation), which allows your LDAP client to get notification of changes to the directory.
- LDAPPersistSearchControl() - Constructor for class netscape.ldap.controls.LDAPPersistSearchControl
-
Default constructor
- LDAPPersistSearchControl(int, boolean, boolean, boolean) - Constructor for class netscape.ldap.controls.LDAPPersistSearchControl
-
Constructs an
LDAPPersistSearchControl
object that specifies a persistent search. - LDAPProxiedAuthControl - Class in netscape.ldap.controls
-
Represents an LDAP v3 server control that specifies that you want the server to use the specified DN's identity for this operation.
- LDAPProxiedAuthControl(String, boolean) - Constructor for class netscape.ldap.controls.LDAPProxiedAuthControl
-
Constructs an
LDAPProxiedAuthControl
object with a DN to use as identity. - LDAPRebind - Interface in netscape.ldap
-
Specifies how to retrieve authentication information automatically for referrals.
- LDAPRebindAuth - Class in netscape.ldap
-
Represents information used to authenticate the client in cases where the client follows referrals automatically.
- LDAPRebindAuth() - Constructor for class netscape.ldap.LDAPRebindAuth
- LDAPRebindAuth(String, String) - Constructor for class netscape.ldap.LDAPRebindAuth
-
Deprecated.
- LDAPReferralException - Exception in netscape.ldap
-
Represents the situation in which the LDAP server refers the client to another LDAP server.
- LDAPReferralException() - Constructor for exception netscape.ldap.LDAPReferralException
-
Constructs a default exception with no specific error information.
- LDAPReferralException(String) - Constructor for exception netscape.ldap.LDAPReferralException
-
Constructs a default exception with a specified string as additional information.
- LDAPReferralException(String, int, String) - Constructor for exception netscape.ldap.LDAPReferralException
-
Constructs a default exception with a specified string as additional information.
- LDAPReferralException(String, int, String[]) - Constructor for exception netscape.ldap.LDAPReferralException
-
Constructs an exception with a list of LDAP URLs to other LDAP servers.
- LDAPResponse - Class in netscape.ldap
-
Represents the response to a particular LDAP operation.
- LDAPResponseListener - Class in netscape.ldap
-
Represents the message queue associated with a particular LDAP operation or operations.
- LDAPSaslBind - Class in netscape.ldap
-
Authenticates to a server using SASL
- LDAPSaslBind(String, String[], String, Hashtable<Object, Object>, Object) - Constructor for class netscape.ldap.LDAPSaslBind
-
Construct an object which can authenticate to an LDAP server using the specified name and a specified SASL mechanism.
- LDAPSchema - Class in netscape.ldap
-
This object represents the schema of an LDAP v3 server.
- LDAPSchema() - Constructor for class netscape.ldap.LDAPSchema
-
Constructs a new
LDAPSchema
object. - LDAPSchema(LDAPEntry) - Constructor for class netscape.ldap.LDAPSchema
- LDAPSchemaElement - Class in netscape.ldap
-
Abstract class representing an element (such as an object class definition, an attribute type definition, or a matching rule definition) in the schema.
- LDAPSchemaElement() - Constructor for class netscape.ldap.LDAPSchemaElement
-
Constructs a blank element.
- LDAPSchemaElement(String, String, String) - Constructor for class netscape.ldap.LDAPSchemaElement
-
Constructs a definition explicitly.
- LDAPSchemaElement(String, String, String, String[]) - Constructor for class netscape.ldap.LDAPSchemaElement
-
Constructs a definition explicitly.
- LDAPSearch - Class in Unnamed Package
-
Execute Search operations through the LDAP client interface.
- LDAPSearch() - Constructor for class LDAPSearch
- LDAPSearchConstraints - Class in netscape.ldap
-
Represents a set of search preferences.
- LDAPSearchConstraints() - Constructor for class netscape.ldap.LDAPSearchConstraints
-
Constructs an
LDAPSearchConstraints
object that specifies the default set of search constraints. - LDAPSearchConstraints(int, int, int, boolean, int, LDAPRebind, int) - Constructor for class netscape.ldap.LDAPSearchConstraints
-
Constructs a new
LDAPSearchConstraints
object and allows you to specify the search constraints in that object. - LDAPSearchConstraints(int, int, int, int, boolean, int, LDAPBind, int) - Constructor for class netscape.ldap.LDAPSearchConstraints
-
Constructs a new
LDAPSearchConstraints
object and allows you to specify the search constraints in that object. - LDAPSearchConstraints(int, int, int, int, boolean, int, LDAPRebind, int) - Constructor for class netscape.ldap.LDAPSearchConstraints
-
Constructs a new
LDAPSearchConstraints
object and allows you to specify the search constraints in that object. - LDAPSearchListener - Class in netscape.ldap
-
Manages search results, references and responses returned on one or more search requests
- LDAPSearchResult - Class in netscape.ldap
-
A LDAPSearchResult object encapsulates a single search result.
- LDAPSearchResultReference - Class in netscape.ldap
-
An LDAPSearchResultReference object encapsulates a continuation reference from a search operation.
- LDAPSearchResults - Class in netscape.ldap
-
The results of an LDAP search operation, represented as an enumeration.
- LDAPSearchResults() - Constructor for class netscape.ldap.LDAPSearchResults
-
Constructs an enumeration of search results.
- LDAPSimpleAuth - Class in netscape.ldap.beans
-
Invisible Bean that just authenticates a user with a Directory Server and returns Y or N.
- LDAPSimpleAuth() - Constructor for class netscape.ldap.beans.LDAPSimpleAuth
-
Constructor with no parameters
- LDAPSimpleAuth(String, int) - Constructor for class netscape.ldap.beans.LDAPSimpleAuth
-
Constructor with host and port initializers
- LDAPSimpleAuth(String, int, String, String) - Constructor for class netscape.ldap.beans.LDAPSimpleAuth
-
Constructor with all required authentication parameters
- LDAPSimpleAuthBeanInfo - Class in netscape.ldap.beans
-
BeanInfo for LDAPSimpleAuth
- LDAPSimpleAuthBeanInfo() - Constructor for class netscape.ldap.beans.LDAPSimpleAuthBeanInfo
- LDAPSocketFactory - Interface in netscape.ldap
-
Represents a socket connection that you can use to connect to an LDAP server.
- LDAPSortControl - Class in netscape.ldap.controls
-
Represents an LDAP v3 server control that specifies that you want the server to return sorted search results.
- LDAPSortControl(String, boolean, byte[]) - Constructor for class netscape.ldap.controls.LDAPSortControl
-
Constructs a sort response
LDAPSortControl
object. - LDAPSortControl(LDAPSortKey[], boolean) - Constructor for class netscape.ldap.controls.LDAPSortControl
-
Constructs an
LDAPSortControl
object with an array of sorting keys. - LDAPSortControl(LDAPSortKey, boolean) - Constructor for class netscape.ldap.controls.LDAPSortControl
-
Constructs an
LDAPSortControl
object with a single sorting key. - LDAPSortKey - Class in netscape.ldap
-
Represents sorting instructions for a particular attribute.
- LDAPSortKey(String) - Constructor for class netscape.ldap.LDAPSortKey
-
Constructs a new
LDAPSortKey
object that will sort based on the specified instructions. - LDAPSortKey(String, boolean) - Constructor for class netscape.ldap.LDAPSortKey
-
Constructs a new
LDAPSortKey
object that will sort based on the specified attribute and sort order. - LDAPSortKey(String, boolean, String) - Constructor for class netscape.ldap.LDAPSortKey
-
Constructs a new
LDAPSortKey
object that will sort based on the specified attribute, sort order, and matching rule. - LDAPSSLSocketFactory - Class in netscape.ldap
-
Creates an SSL socket connection to an LDAP Server.
- LDAPSSLSocketFactory() - Constructor for class netscape.ldap.LDAPSSLSocketFactory
-
Constructs an
LDAPSSLSocketFactory
object using the default SSL socket implementation,netscape.net.SSLSocket
. - LDAPSSLSocketFactory(boolean) - Constructor for class netscape.ldap.LDAPSSLSocketFactory
-
Constructs an
LDAPSSLSocketFactory
object using the default SSL socket implementation,netscape.net.SSLSocket
. - LDAPSSLSocketFactory(String) - Constructor for class netscape.ldap.LDAPSSLSocketFactory
-
Constructs an
LDAPSSLSocketFactory
object using the specified class. - LDAPSSLSocketFactory(String, boolean) - Constructor for class netscape.ldap.LDAPSSLSocketFactory
-
Constructs an
LDAPSSLSocketFactory
object using the specified class. - LDAPSSLSocketFactory(String, Object) - Constructor for class netscape.ldap.LDAPSSLSocketFactory
-
The constructor with the specified package for security and the specified cipher suites.
- LDAPSSLSocketFactory(String, Object, boolean) - Constructor for class netscape.ldap.LDAPSSLSocketFactory
-
The constructor with the specified package for security and the specified cipher suites.
- LDAPSSLSocketFactoryExt - Interface in netscape.ldap
-
Represents an SSL socket connection that you can use to connect to an LDAP server.
- LDAPSSLSocketWrapFactory - Class in netscape.ldap
-
Creates an SSL socket connection to an LDAP Server.
- LDAPSSLSocketWrapFactory(String) - Constructor for class netscape.ldap.LDAPSSLSocketWrapFactory
-
The constructor with the specified package for security
- LDAPSSLSocketWrapFactory(String, Object) - Constructor for class netscape.ldap.LDAPSSLSocketWrapFactory
-
The constructor with the specified package for security and the specified cipher suites.
- LDAPSyntaxSchema - Class in netscape.ldap
-
The definition of a syntax type in the schema.
- LDAPSyntaxSchema() - Constructor for class netscape.ldap.LDAPSyntaxSchema
-
Constructs a blank element.
- LDAPSyntaxSchema(String) - Constructor for class netscape.ldap.LDAPSyntaxSchema
-
Constructs a syntax type definition based on a description in the ldapSyntaxes format.
- LDAPSyntaxSchema(String, String) - Constructor for class netscape.ldap.LDAPSyntaxSchema
-
Constructs a syntax type definition, using the specified information.
- LDAPTLSSocketFactory - Interface in netscape.ldap
-
A socket factory interface for supporting the start TLS LDAPv3 extension (RFC 2830).
- LDAPTraceWriter - Interface in netscape.ldap
-
The
LDAPTraceWriter
interface enables logging of LDAP trace messages in environments where an OutputStream can not be used. - LDAPUrl - Class in netscape.ldap
-
Represents an LDAP URL.
- LDAPUrl(String) - Constructor for class netscape.ldap.LDAPUrl
-
Constructs a URL object with the specified string as URL.
- LDAPUrl(String, int, String) - Constructor for class netscape.ldap.LDAPUrl
-
Constructs with the specified host, port, and DN.
- LDAPUrl(String, int, String, String[], int, String) - Constructor for class netscape.ldap.LDAPUrl
-
Constructs a full-blown LDAP URL to specify an LDAP search operation.
- LDAPUrl(String, int, String, String[], int, String, boolean) - Constructor for class netscape.ldap.LDAPUrl
-
Constructs a full-blown LDAP URL to specify an LDAP search operation.
- LDAPUrl(String, int, String, Enumeration<String>, int, String) - Constructor for class netscape.ldap.LDAPUrl
-
Constructs a full-blown LDAP URL to specify an LDAP search operation.
- LDAPv2 - Interface in netscape.ldap
-
This interface summarizes the basic functionality available in the Lightweight Directory Access Protocol (LDAP) version 2.
- LDAPv3 - Interface in netscape.ldap
-
Specifies additional features available in version 3 of the LDAP protocol.
- LDAPVirtualListControl - Class in netscape.ldap.controls
-
Represents control data for returning paged results from a search.
- LDAPVirtualListControl(int, int, int, int) - Constructor for class netscape.ldap.controls.LDAPVirtualListControl
-
Constructs a new
LDAPVirtualListControl
object. - LDAPVirtualListControl(int, int, int, int, String) - Constructor for class netscape.ldap.controls.LDAPVirtualListControl
- LDAPVirtualListControl(String, int, int) - Constructor for class netscape.ldap.controls.LDAPVirtualListControl
-
Constructs a new
LDAPVirtualListControl
object. - LDAPVirtualListControl(String, int, int, String) - Constructor for class netscape.ldap.controls.LDAPVirtualListControl
- LDAPVirtualListResponse - Class in netscape.ldap.controls
-
Represents control data for returning paged results from a search.
- LDAPVirtualListResponse(byte[]) - Constructor for class netscape.ldap.controls.LDAPVirtualListResponse
-
Constructs a new
LDAPVirtualListResponse
object. - LDAPVirtualListResponse(String, boolean, byte[]) - Constructor for class netscape.ldap.controls.LDAPVirtualListResponse
-
Contructs an
LDAPVirtualListResponse
object. - LDAPWriter - Class in netscape.ldap.util
-
Abstract class for outputting LDAP entries to a stream.
- LDAPWriter(PrintWriter) - Constructor for class netscape.ldap.util.LDAPWriter
-
Constructs an
LDAPWriter
object to output entries to a stream. - LDIF - Class in netscape.ldap.util
-
LDAP Data Interchange Format (LDIF) is a file format used to import and export directory data from an LDAP server and to describe a set of changes to be applied to data in a directory.
- LDIF() - Constructor for class netscape.ldap.util.LDIF
-
Constructs an
LDIF
object to parse the LDAP data read from stdin. - LDIF(DataInputStream) - Constructor for class netscape.ldap.util.LDIF
-
Constructs an
LDIF
object to parse the LDIF data read from an input stream. - LDIF(String) - Constructor for class netscape.ldap.util.LDIF
-
Constructs an
LDIF
object to parse the LDIF data read from a specified file. - LDIFAddContent - Class in netscape.ldap.util
-
An object of this class represents the content of an LDIF record that specifies a new entry to be added.
- LDIFAddContent(LDAPAttribute[]) - Constructor for class netscape.ldap.util.LDIFAddContent
-
Constructs a new
LDIFAddContent
object with the specified attributes. - LDIFAttributeContent - Class in netscape.ldap.util
-
An object of this class represents the content of an LDIF record that specifies an entry and its attributes.
- LDIFAttributeContent() - Constructor for class netscape.ldap.util.LDIFAttributeContent
-
Constructs an empty
LDIFAttributeContent
object with no attributes specified. - LDIFBaseContent - Class in netscape.ldap.util
-
An object of this class represents the content of an LDIF record.
- LDIFBaseContent() - Constructor for class netscape.ldap.util.LDIFBaseContent
-
Blank constructor for deserialization
- LDIFContent - Interface in netscape.ldap.util
-
This interface represents the content of an LDIF record.
- LDIFDeleteContent - Class in netscape.ldap.util
-
An object of this class represents the content of an LDIF record that specifies the deletion of an entry.
- LDIFDeleteContent() - Constructor for class netscape.ldap.util.LDIFDeleteContent
-
Constructs an
LDIFDeleteContent
object to specify that an entry should be deleted. - LDIFModDNContent - Class in netscape.ldap.util
-
An object of this class represents the content of an LDIF record that specifies changes to an RDN or the DN of an entry.
- LDIFModDNContent() - Constructor for class netscape.ldap.util.LDIFModDNContent
-
Constructs an empty
LDIFModDNContent
object. - LDIFModifyContent - Class in netscape.ldap.util
-
An object of this class represents the content of an LDIF record that specifies modifications to an entry.
- LDIFModifyContent() - Constructor for class netscape.ldap.util.LDIFModifyContent
-
Constructs an empty
LDIFModifyContent
object. - LDIFRecord - Class in netscape.ldap.util
-
An object of this class represents an LDIF record in an LDIF file (or in LDIF data).
- LDIFRecord(String, LDIFContent) - Constructor for class netscape.ldap.util.LDIFRecord
-
Constructs a new
LDIFRecord
object with the specified content. - LDIFWriter - Class in netscape.ldap.util
-
Class for outputting LDAP entries to a stream as LDIF.
- LDIFWriter(PrintWriter) - Constructor for class netscape.ldap.util.LDIFWriter
-
Constructs an
LDIFWriter
object to output entries to a stream as LDIF. - LDIFWriter(PrintWriter, boolean, String, boolean, boolean) - Constructor for class netscape.ldap.util.LDIFWriter
-
Constructs an
LDIFWriter
object to output entries to a stream as LDIF. - length() - Method in class netscape.ldap.util.ByteBuf
-
Returns the length (character count) of the byte buffer.
- lookupControlClass(String) - Static method in class netscape.ldap.LDAPControl
-
Returns the
Class
that has been registered to oid. - LOOP_DETECT - Static variable in class netscape.ldap.client.opers.JDAPResult
- LOOP_DETECT - Static variable in exception netscape.ldap.LDAPException
-
(54) A loop has been detected.
M
- m_attributes - Variable in class netscape.ldap.client.opers.JDAPSearchResponse
- m_attrs - Variable in class netscape.ldap.client.opers.JDAPAddRequest
- m_attrs - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
- m_attrs_only - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
- m_ava - Variable in class netscape.ldap.client.opers.JDAPCompareRequest
- m_base_dn - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
-
Private variables
- m_binddn - Static variable in class LDAPDelete
- m_client - Static variable in class LDAPDelete
- m_credentials - Variable in class netscape.ldap.client.opers.JDAPBindRequest
- m_credentials - Variable in class netscape.ldap.client.opers.JDAPBindResponse
-
Internal variables
- m_critical - Variable in class netscape.ldap.LDAPControl
- m_debugLevel - Static variable in class LDAPDelete
- m_delete_old_dn - Variable in class netscape.ldap.client.opers.JDAPModifyRDNRequest
- m_deref - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
- m_dn - Variable in class netscape.ldap.client.opers.JDAPAddRequest
-
Internal variables
- m_dn - Variable in class netscape.ldap.client.opers.JDAPCompareRequest
-
Internal variables
- m_dn - Variable in class netscape.ldap.client.opers.JDAPDeleteRequest
-
Internal variables
- m_dn - Variable in class netscape.ldap.client.opers.JDAPModifyRequest
-
Internal variables
- m_element - Variable in class netscape.ldap.client.opers.JDAPResult
-
Private variable
- m_element - Variable in class netscape.ldap.client.opers.JDAPSearchResponse
- m_element - Variable in class netscape.ldap.client.opers.JDAPSearchResultReference
- m_error_message - Variable in class netscape.ldap.client.opers.JDAPResult
- m_filter - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
- m_hopLimit - Static variable in class LDAPDelete
- m_justShow - Static variable in class LDAPDelete
- m_ldaphost - Static variable in class LDAPDelete
- m_ldapport - Static variable in class LDAPDelete
- m_matched_dn - Variable in class netscape.ldap.client.opers.JDAPResult
- m_mechanism - Variable in class netscape.ldap.client.opers.JDAPBindRequest
- m_mod - Variable in class netscape.ldap.client.opers.JDAPModifyRequest
- m_msg - Variable in class netscape.ldap.controls.LDAPPasswordExpiringControl
- m_msgid - Variable in class netscape.ldap.client.opers.JDAPAbandonRequest
-
Internal variables
- m_name - Variable in class netscape.ldap.client.opers.JDAPBindRequest
- m_new_rdn - Variable in class netscape.ldap.client.opers.JDAPModifyRDNRequest
- m_new_superior - Variable in class netscape.ldap.client.opers.JDAPModifyRDNRequest
- m_object_name - Variable in class netscape.ldap.client.opers.JDAPSearchResponse
-
Internal variables
- m_oid - Variable in class netscape.ldap.client.opers.JDAPExtendedRequest
-
Internal variables
- m_oid - Variable in class netscape.ldap.client.opers.JDAPExtendedResponse
-
Internal variables
- m_old_dn - Variable in class netscape.ldap.client.opers.JDAPModifyRDNRequest
-
Internal variables
- m_ordinary - Static variable in class LDAPDelete
- m_parsedFilter - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
- m_passwd - Static variable in class LDAPDelete
- m_password - Variable in class netscape.ldap.client.opers.JDAPBindRequest
- m_proxyControl - Static variable in class LDAPDelete
- m_pw - Variable in class netscape.ldap.util.LDAPWriter
- m_referrals - Static variable in class LDAPDelete
- m_referrals - Variable in class netscape.ldap.client.opers.JDAPResult
- m_result_code - Variable in class netscape.ldap.client.opers.JDAPResult
- m_scope - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
- m_size_limit - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
- m_time_limit - Variable in class netscape.ldap.client.opers.JDAPSearchRequest
- m_type - Variable in class netscape.ldap.client.JDAPAVA
-
Internal variables
- m_urls - Variable in class netscape.ldap.client.opers.JDAPSearchResultReference
-
Internal variables
- m_val - Variable in class netscape.ldap.client.JDAPAVA
- m_value - Variable in class netscape.ldap.ber.stream.BERCharacterString
-
Internal variables
- m_value - Variable in class netscape.ldap.client.opers.JDAPExtendedRequest
- m_value - Variable in class netscape.ldap.client.opers.JDAPExtendedResponse
- m_value - Variable in class netscape.ldap.LDAPControl
- m_verbose - Static variable in class LDAPDelete
- m_version - Static variable in class LDAPDelete
- m_version - Variable in class netscape.ldap.client.opers.JDAPBindRequest
-
Internal variables
- main(String[]) - Static method in class LDAPDelete
- main(String[]) - Static method in class LDAPModify
- main(String[]) - Static method in class LDAPSearch
-
This is the main function.
- main(String[]) - Static method in class netscape.ldap.beans.LDAPGetEntries
-
The main body if we run it as application instead of applet.
- main(String[]) - Static method in class netscape.ldap.beans.LDAPGetProperty
-
The main body if we run it as application instead of applet.
- main(String[]) - Static method in class netscape.ldap.beans.LDAPIsMember
-
The main body if we run it as application instead of applet.
- main(String[]) - Static method in class netscape.ldap.beans.LDAPSimpleAuth
-
The main body if we run it as stand-alone application.
- main(String[]) - Static method in class netscape.ldap.LDAPConnection
-
Prints out the LDAP Java SDK version and the highest LDAP protocol version supported by the SDK.
- main(String[]) - Static method in class netscape.ldap.LDAPSchema
-
Fetch the schema from the LDAP server at the specified host and port, and print out the schema (including descriptions of its object classes, attribute types, and matching rules).
- main(String[]) - Static method in class netscape.ldap.util.LDIF
-
Test driver - just reads and parses an LDIF file, printing each record as interpreted
- makeSocket(String, int) - Method in class netscape.ldap.factory.JSSESocketFactory
-
Creates an SSL socket.
- makeSocket(String, int) - Method in class netscape.ldap.factory.JSSSocketFactory
-
Creates an SSL socket
- makeSocket(String, int) - Method in interface netscape.ldap.LDAPSocketFactory
-
Returns a socket to the specified host name and port number.
- makeSocket(String, int) - Method in class netscape.ldap.LDAPSSLSocketFactory
-
Returns a socket to the LDAP server with the specified host name and port number.
- makeSocket(String, int) - Method in class netscape.ldap.LDAPSSLSocketWrapFactory
-
Returns socket to the specified host name and port number.
- makeSocket(Socket) - Method in class netscape.ldap.factory.JSSESocketFactory
-
Creates an SSL socket layered over an existing socket.
- makeSocket(Socket) - Method in class netscape.ldap.factory.JSSSocketFactory
-
Creates an SSL socket layered over an existing socket.
- makeSocket(Socket) - Method in interface netscape.ldap.LDAPTLSSocketFactory
-
Creates an SSL socket layered over an existing socket.
- MANAGEDSAIT - Static variable in class netscape.ldap.LDAPControl
- MAXBACKLOG - Static variable in class netscape.ldap.LDAPConnection
-
Option specifying the maximum number of unread entries to be cached in any LDAPSearchResults without suspending reading from the server.
- MAY - Static variable in class netscape.ldap.LDAPDITContentRuleSchema
- merge(LDAPResponseListener) - Method in class netscape.ldap.LDAPResponseListener
-
Merge two response listeners.
- merge(LDAPSearchListener) - Method in class netscape.ldap.LDAPSearchListener
-
Merge two response listeners.
- MimeBase64Decoder - Class in netscape.ldap.util
-
Implements a plaintext -> Base64 encoder.
- MimeBase64Decoder() - Constructor for class netscape.ldap.util.MimeBase64Decoder
- MimeBase64Encoder - Class in netscape.ldap.util
-
Implements a plaintext -> Base64 encoder.
- MimeBase64Encoder() - Constructor for class netscape.ldap.util.MimeBase64Encoder
- MimeEncoder - Class in netscape.ldap.util
-
This abstract class is the parent of those classes which implement MIME encoding and decoding: base64.
- MimeEncoder() - Constructor for class netscape.ldap.util.MimeEncoder
- MINUS_INFINITY - Static variable in class netscape.ldap.ber.stream.BERReal
- MODDN - Static variable in class netscape.ldap.controls.LDAPPersistSearchControl
-
Change type specifying that you want to track modifications of the DNs of entries in the directory.
- MODDN_CONTENT - Static variable in interface netscape.ldap.util.LDIFContent
-
The LDIF record specifies changes to the DN or RDN of an entry.
- MODIFICATION_CONTENT - Static variable in interface netscape.ldap.util.LDIFContent
-
The LDIF record specifies modifications to an entry.
- modify(String, LDAPModification) - Method in class netscape.ldap.LDAPConnection
-
Makes a single change to an existing entry in the directory.
- modify(String, LDAPModification) - Method in interface netscape.ldap.LDAPv2
-
Modifies an attribute of a directory entry.
- modify(String, LDAPModification[]) - Method in class netscape.ldap.LDAPConnection
-
Makes a set of changes to an existing entry in the directory.
- modify(String, LDAPModification[], LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Makes a set of changes to an existing entry in the directory and allows you to specify preferences for this LDAP modify operation by using an
LDAPConstraints
object. - modify(String, LDAPModification[], LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- modify(String, LDAPModification, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Makes a single change to an existing entry in the directory and allows you to specify preferences for this LDAP modify operation by using an
LDAPConstraints
object. - modify(String, LDAPModification, LDAPConstraints) - Method in interface netscape.ldap.LDAPv2
-
Modifies an attribute of a directory entry.
- modify(String, LDAPModification, LDAPResponseListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Makes a single change to an existing entry in the directory.
- modify(String, LDAPModification, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Makes a single change to an existing entry in the directory.
- modify(String, LDAPModification, LDAPResponseListener, LDAPConstraints) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Makes a single change to an existing entry in the directory.
- modify(String, LDAPModification, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Makes a single change to an existing entry in the directory.
- modify(String, LDAPModification, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- modify(String, LDAPModificationSet) - Method in class netscape.ldap.LDAPConnection
-
Makes a set of changes to an existing entry in the directory.
- modify(String, LDAPModificationSet) - Method in interface netscape.ldap.LDAPv2
-
Modifies the attributes of a directory entry.
- modify(String, LDAPModificationSet, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Makes a set of changes to an existing entry in the directory and allows you to specify preferences for this LDAP modify operation by using an
LDAPConstraints
object. - modify(String, LDAPModificationSet, LDAPConstraints) - Method in interface netscape.ldap.LDAPv2
-
Modifies the attributes of a directory entry.
- modify(String, LDAPModificationSet, LDAPResponseListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Makes a set of changes to an existing entry in the directory.
- modify(String, LDAPModificationSet, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Makes a set of changes to an existing entry in the directory.
- modify(String, LDAPModificationSet, LDAPResponseListener, LDAPConstraints) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Makes a set of changes to an existing entry in the directory.
- modify(String, LDAPModificationSet, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Makes a set of changes to an existing entry in the directory.
- modify(String, LDAPModificationSet, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- modify(LDAPConnection, LDAPSchemaElement) - Method in class netscape.ldap.LDAPSchemaElement
-
Replaces a single value of the object class, attribute type, or matching rule definition in the schema at the root DSE.
- modify(LDAPConnection, LDAPSchemaElement, String) - Method in class netscape.ldap.LDAPSchemaElement
-
Replaces a single value of the object class, attribute type, or matching rule definition in the schema.
- MODIFY - Static variable in class netscape.ldap.controls.LDAPPersistSearchControl
-
Change type specifying that you want to track modifications of entries in the directory.
- MODIFY_RDN_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- MODIFY_RDN_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- MODIFY_RDN_RESPONSE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- MODIFY_RDN_RESPONSE - Static variable in class netscape.ldap.LDAPMessage
- MODIFY_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- MODIFY_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- MODIFY_RESPONSE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- MODIFY_RESPONSE - Static variable in class netscape.ldap.LDAPMessage
- MORE_RESULTS_TO_RETURN - Static variable in class netscape.ldap.client.opers.JDAPResult
- MORE_RESULTS_TO_RETURN - Static variable in exception netscape.ldap.LDAPException
-
(95) More results are being returned from the server.
- MRA_DNATTRS - Static variable in class netscape.ldap.ber.stream.BERElement
- MRA_OID - Static variable in class netscape.ldap.ber.stream.BERElement
- MRA_TYPE - Static variable in class netscape.ldap.ber.stream.BERElement
- MRA_VALUE - Static variable in class netscape.ldap.ber.stream.BERElement
- MUST - Static variable in class netscape.ldap.LDAPDITContentRuleSchema
N
- name - Variable in class netscape.ldap.LDAPSchemaElement
- NAMING_VIOLATION - Static variable in class netscape.ldap.client.opers.JDAPResult
- NAMING_VIOLATION - Static variable in exception netscape.ldap.LDAPException
-
(64) A naming violation has occurred.
- netscape.ldap - package netscape.ldap
- netscape.ldap.beans - package netscape.ldap.beans
- netscape.ldap.ber.stream - package netscape.ldap.ber.stream
- netscape.ldap.client - package netscape.ldap.client
- netscape.ldap.client.opers - package netscape.ldap.client.opers
- netscape.ldap.controls - package netscape.ldap.controls
- netscape.ldap.factory - package netscape.ldap.factory
- netscape.ldap.util - package netscape.ldap.util
- NEVER_DEREF_ALIASES - Static variable in class netscape.ldap.client.opers.JDAPSearchRequest
-
alias dereference
- newInstance(byte[]) - Static method in class netscape.ldap.LDAPControl
-
Instantiates all of the controls contained within the LDAP message fragment specified by data and returns them in an
LDAPControl
array. - next() - Method in class netscape.ldap.LDAPSearchResults
-
Returns the next LDAP entry from the search results and throws an exception if the next result is a referral, or if a sizelimit or timelimit error occurred.
- nextElement() - Method in class netscape.ldap.LDAPSearchResults
-
Returns the next result from a search.
- nextRecord() - Method in class netscape.ldap.util.LDIF
-
Returns the next record in the LDIF data.
- NO_ATTRS - Static variable in interface netscape.ldap.LDAPv3
-
Attribute type that you can specify in the LDAPConnection search method if you don't want to retrieve any of the attribute types for entries found by the search.
- NO_RESULTS_RETURNED - Static variable in class netscape.ldap.client.opers.JDAPResult
- NO_RESULTS_RETURNED - Static variable in exception netscape.ldap.LDAPException
-
(94) No results have been returned from the server.
- NO_SUCH_ATTRIBUTE - Static variable in class netscape.ldap.client.opers.JDAPResult
- NO_SUCH_ATTRIBUTE - Static variable in exception netscape.ldap.LDAPException
-
(16) The specified attribute could not be found.
- NO_SUCH_OBJECT - Static variable in class netscape.ldap.beans.LDAPBasePropertySupport
- NO_SUCH_OBJECT - Static variable in class netscape.ldap.beans.LDAPIsMember
- NO_SUCH_OBJECT - Static variable in class netscape.ldap.client.opers.JDAPResult
- NO_SUCH_OBJECT - Static variable in exception netscape.ldap.LDAPException
-
(32) The entry specified in the request does not exist.
- NO_USER_MODIFICATION - Static variable in class netscape.ldap.LDAPAttributeSchema
- NODELAY_PARALLEL - Static variable in class netscape.ldap.LDAPConnection
-
Specifies the parallel connection setup policy with no delay when a list of hosts is passed to the
connect
method. - NODELAY_SERIAL - Static variable in class netscape.ldap.LDAPConnection
-
Specifies the serial connection setup policy when a list of hosts is passed to the
connect
method. - normalize(String) - Static method in class netscape.ldap.LDAPDN
-
Normalizes the dn.
- NOT - Static variable in class netscape.ldap.LDAPDITContentRuleSchema
- NOT_ALLOWED_ON_NONLEAF - Static variable in class netscape.ldap.client.opers.JDAPResult
- NOT_ALLOWED_ON_NONLEAF - Static variable in exception netscape.ldap.LDAPException
-
(66) The requested operation can only be performed on an entry that has no entries beneath it in the directory tree (in other words, a "leaf" entry).
- NOT_ALLOWED_ON_RDN - Static variable in class netscape.ldap.client.opers.JDAPResult
- NOT_ALLOWED_ON_RDN - Static variable in exception netscape.ldap.LDAPException
-
(67) The specified operation cannot be performed on a relative distinguished name (RDN).
- novalsTable - Static variable in class netscape.ldap.LDAPSchemaElement
- NULL - Static variable in class netscape.ldap.ber.stream.BERElement
- NUMERICSTRING - Static variable in class netscape.ldap.ber.stream.BERElement
O
- OBJECT_CLASS_MODS_PROHIBITED - Static variable in class netscape.ldap.client.opers.JDAPResult
- OBJECT_CLASS_MODS_PROHIBITED - Static variable in exception netscape.ldap.LDAPException
-
(69) You cannot modify the specified object class.
- OBJECT_CLASS_VIOLATION - Static variable in class netscape.ldap.client.opers.JDAPResult
- OBJECT_CLASS_VIOLATION - Static variable in exception netscape.ldap.LDAPException
-
(65) The requested operation will add or change data so that the data no longer complies with the schema.
- OBJECTID - Static variable in class netscape.ldap.ber.stream.BERElement
- OBSOLETE - Static variable in class netscape.ldap.LDAPSchemaElement
- OCTETSTRING - Static variable in class netscape.ldap.ber.stream.BERElement
- oid - Variable in class netscape.ldap.LDAPSchemaElement
- OK - Static variable in class netscape.ldap.beans.LDAPBasePropertySupport
- OK - Static variable in class netscape.ldap.beans.LDAPIsMember
- OPERATION_ERROR - Static variable in class netscape.ldap.client.opers.JDAPResult
- OPERATION_ERROR - Static variable in exception netscape.ldap.LDAPException
-
(1) An internal error occurred in the LDAP server.
- ORDERING - Static variable in class netscape.ldap.LDAPAttributeSchema
- OSF - Static variable in class netscape.ldap.util.DN
-
Type specifying a DN in the OSF format.
- OTHER - Static variable in class netscape.ldap.client.opers.JDAPResult
- OTHER - Static variable in exception netscape.ldap.LDAPException
-
(80) General result code for other types of errors that may occur.
P
- PARAM_ERROR - Static variable in class netscape.ldap.client.opers.JDAPResult
- PARAM_ERROR - Static variable in exception netscape.ldap.LDAPException
-
(89) When calling a constructor or method from your client, one or more parameters were incorrectly specified.
- parse_control_spec(String) - Method in class netscape.ldap.util.LDIF
-
Parses the specification of a control
A control looks line one of the following:
control: 1.2.3.4.10.210
control: 1.2.3.4.10.210 true
control: 1.2.3.4.10.210 true: someASCIIvalue
control: 1.2.3.4.10.210: someASCIIvalue
control: 1.2.3.4.10.210 true:: 44GK44GM44GV44KP44KJ
control: 1.2.3.4.10.210:: 44GK44GM44GV44KP44KJ
control: 1.2.3.4.10.210 true:< file:///usr/local/directory/cont.dta
control: 1.2.3.4.10.210:< file:///usr/local/directory/cont.dta - parseResponse(byte[]) - Method in class netscape.ldap.controls.LDAPPersistSearchControl
-
Deprecated.LDAPEntryChangeControl controls are now automatically instantiated.
- parseResponse(LDAPControl[]) - Static method in class netscape.ldap.controls.LDAPPasswordExpiredControl
-
Deprecated.LDAPPasswordExpiredControl controls are now automatically instantiated.
- parseResponse(LDAPControl[]) - Static method in class netscape.ldap.controls.LDAPPasswordExpiringControl
-
Deprecated.LDAPPasswordExpiringControl controls are now automatically instantiated.
- parseResponse(LDAPControl[]) - Static method in class netscape.ldap.controls.LDAPPersistSearchControl
-
Deprecated.LDAPEntryChangeControl controls are now automatically instantiated.
- parseResponse(LDAPControl[]) - Static method in class netscape.ldap.controls.LDAPVirtualListResponse
-
Deprecated.LDAPVirtualListResponse controls are now automatically instantiated.
- parseResponse(LDAPControl[], int[]) - Static method in class netscape.ldap.controls.LDAPSortControl
-
Deprecated.LDAPSortControl response controls are now automatically instantiated.
- parseResponse(LDAPControl[], String) - Static method in class netscape.ldap.controls.LDAPPasswordExpiringControl
-
Parses a response control sent by the server and retrieves a string.
- parseValue(String) - Method in class netscape.ldap.LDAPSchemaElement
-
Parses a raw schema value into OID, name, description, and a Hashtable of other qualifiers and values.
- PERSISTENTSEARCH - Static variable in class netscape.ldap.controls.LDAPPersistSearchControl
- PLUS_INFINITY - Static variable in class netscape.ldap.ber.stream.BERReal
-
Constants: special ASN.1 real values
- PRIMITIVE - Static variable in class netscape.ldap.ber.stream.BERElement
- PRINTABLESTRING - Static variable in class netscape.ldap.ber.stream.BERElement
- printAttribute(LDAPAttribute) - Method in class netscape.ldap.util.DSMLWriter
-
Print an attribute of an entry
- printAttribute(LDAPAttribute) - Method in class netscape.ldap.util.LDAPWriter
-
Print an attribute of an entry
- printAttribute(LDAPAttribute) - Method in class netscape.ldap.util.LDIFWriter
-
Print an attribute of an entry
- printAttributeSchema(LDAPSchema) - Method in class netscape.ldap.util.DSMLWriter
-
Prints the attribute schema from a schema object schema schema elements
- printDebug(String) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
- printEntry(LDAPEntry) - Method in class netscape.ldap.util.LDAPWriter
-
The main method of LDAPWriter.
- printEntryEnd(String) - Method in class netscape.ldap.util.DSMLWriter
-
Print epilogue to entry
- printEntryEnd(String) - Method in class netscape.ldap.util.LDAPWriter
-
Print epilogue to entry
- printEntryEnd(String) - Method in class netscape.ldap.util.LDIFWriter
-
Print epilogue to entry
- printEntryStart(String) - Method in class netscape.ldap.util.DSMLWriter
-
Print prologue to entry
- printEntryStart(String) - Method in class netscape.ldap.util.LDAPWriter
-
Print prologue to entry
- printEntryStart(String) - Method in class netscape.ldap.util.LDIFWriter
-
Print prologue to entry
- printEscapedValue(String, String, String) - Method in class netscape.ldap.util.DSMLWriter
-
Print the element start, the value with escaping of special characters, and the element end
- printObjectClassSchema(LDAPSchema) - Method in class netscape.ldap.util.DSMLWriter
-
Prints the object class schema from a schema object schema schema elements
- printPool() - Method in class netscape.ldap.util.ConnectionPool
-
Debug method to print the contents of the pool
- printSchema(LDAPEntry) - Method in class netscape.ldap.util.DSMLWriter
-
Prints the schema from an entry containing subschema entry entry containing schema definitions
- printSchema(LDAPEntry) - Method in class netscape.ldap.util.LDAPWriter
-
Default schema writer - assumes an ordinary entry
- printStackTrace() - Method in exception com.netscape.sasl.SaslException
-
Prints this exception's stack trace to System.err.
- printStackTrace(PrintStream) - Method in exception com.netscape.sasl.SaslException
-
Prints this exception's stack trace to a print stream.
- printStackTrace(PrintWriter) - Method in exception com.netscape.sasl.SaslException
-
Prints this exception's stack trace to a print writer.
- printString(String) - Static method in class LDAPSearch
- printString(String) - Method in class netscape.ldap.util.DSMLWriter
- printString(String) - Method in class netscape.ldap.util.LDIFWriter
- PRIVATE - Static variable in class netscape.ldap.ber.stream.BERElement
- properties - Variable in class netscape.ldap.LDAPSchemaElement
- PROPERTY_NOT_FOUND - Static variable in class netscape.ldap.beans.LDAPBasePropertySupport
- PROPERTY_NOT_FOUND - Static variable in class netscape.ldap.beans.LDAPIsMember
- PROTOCOL_ERROR - Static variable in class netscape.ldap.client.opers.JDAPResult
- PROTOCOL_ERROR - Static variable in exception netscape.ldap.LDAPException
-
(2) A LDAP server could not correctly interpret the request sent by your client because the request does not strictly comply with the LDAP protocol.
- PROTOCOL_VERSION - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying the version of the LDAP protocol used by your client when interacting with the LDAP server.
- PROXIEDAUTHREQUEST - Static variable in class netscape.ldap.controls.LDAPProxiedAuthControl
- PWEXPIRED - Static variable in class netscape.ldap.LDAPControl
- PWEXPIRING - Static variable in class netscape.ldap.LDAPControl
R
- rawValue - Variable in class netscape.ldap.LDAPSchemaElement
- RDN - Class in netscape.ldap.util
-
Objects of this class represent the components of a distinguished name (DN).
- RDN(String) - Constructor for class netscape.ldap.util.RDN
-
Constructs a new
RDN
object from the specified DN component. - read(InputStream, int) - Method in class netscape.ldap.util.ByteBuf
-
Invokes the
InputStream.read
method and appends the the bytes read to this byte buffer. - read(RandomAccessFile, int) - Method in class netscape.ldap.util.ByteBuf
-
Invokes the
RandomAccessFile.read
method, appending the bytes read to this byte buffer. - read(String) - Method in class netscape.ldap.LDAPConnection
-
Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.
- read(String) - Method in interface netscape.ldap.LDAPv2
-
Read the entry corresponding to the specified distinguished name (DN).
- read(String, String[]) - Method in class netscape.ldap.LDAPConnection
-
Reads the entry for the specified distinguished name (DN) and retrieves only the specified attributes from the entry.
- read(String, String[]) - Method in interface netscape.ldap.LDAPv2
-
Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.
- read(String, String[], LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
- read(String, String[], LDAPSearchConstraints) - Method in interface netscape.ldap.LDAPv2
-
Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.
- read(String, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.
- read(LDAPUrl) - Static method in class netscape.ldap.LDAPConnection
-
Reads the entry specified by the LDAP URL.
- readLengthOctets(InputStream, int[]) - Static method in class netscape.ldap.ber.stream.BERElement
-
Reads and decodes a length byte and then that many octets from the input stream.
- readTwosComplement(InputStream, int[], int) - Method in class netscape.ldap.ber.stream.BERElement
-
Reads the two's complement representation of an integer from an input stream.
- readUnsignedBinary(InputStream, int[], int) - Method in class netscape.ldap.ber.stream.BERElement
-
Reads a number of bytes from an input stream and form an integer..
- REAL - Static variable in class netscape.ldap.ber.stream.BERElement
- reconnect() - Method in class netscape.ldap.LDAPConnection
-
Disconnect from the server and then reconnect using the current credentials and authentication method.
- REFERRAL - Static variable in class netscape.ldap.client.opers.JDAPResult
- REFERRAL - Static variable in exception netscape.ldap.LDAPException
-
(10) [LDAP v3] The server does not hold the requested entry.
- REFERRAL_ERROR_CONTINUE - Static variable in class netscape.ldap.LDAPSearchConstraints
-
Continue processing if there is an error following a search continuation reference
- REFERRAL_ERROR_EXCEPTION - Static variable in class netscape.ldap.LDAPSearchConstraints
-
Throw exception if there is an error following a search continuation reference
- REFERRAL_LIMIT_EXCEEDED - Static variable in class netscape.ldap.client.opers.JDAPResult
- REFERRAL_LIMIT_EXCEEDED - Static variable in exception netscape.ldap.LDAPException
-
(97) The number of sequential referrals (for example, the client may be referred first from LDAP server A to LDAP server B, then from LDAP server B to LDAP server C, and so on) has exceeded the maximum number of referrals (the
LDAPv2.REFERRALS_HOP_LIMIT
option). - REFERRALS - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying whether or not referrals to other LDAP servers are followed automatically.
- REFERRALS_HOP_LIMIT - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying the maximum number of referrals to follow in a sequence when requesting an LDAP operation.
- REFERRALS_REBIND_PROC - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying the object containing the method for getting authentication information (the distinguished name and password) used during a referral.
- register(String, Class<?>) - Static method in class netscape.ldap.LDAPControl
-
Associates a class with an oid.
- registerAttributeSyntax(String, String) - Static method in class netscape.ldap.util.RDN
-
Registers the the given attribute for the given syntax in an internal table.
- remove(String) - Method in class netscape.ldap.LDAPAttributeSet
-
Removes the specified attribute from the set.
- remove(String) - Method in class netscape.ldap.LDAPModificationSet
-
Removes the first attribute with the specified name in the set of modifications.
- remove(LDAPConnection) - Method in class netscape.ldap.LDAPSchemaElement
-
Removes the current object class, attribute type, or matching rule definition from the schema at the root DSE.
- remove(LDAPConnection, String) - Method in class netscape.ldap.LDAPSchemaElement
-
Removes the current object class, attribute type, or matching rule definition from the schema.
- removeElementAt(int) - Method in class netscape.ldap.LDAPAttributeSet
-
Removes the attribute at the position specified by the index.
- removeElementAt(int) - Method in class netscape.ldap.LDAPModificationSet
-
Removes a particular
LDAPModification
object at the position specified by the index. - removePropertyChangeListener(PropertyChangeListener) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Remove a client which had requested notification on authentication
- removeValue(byte[]) - Method in class netscape.ldap.LDAPAttribute
-
Removes a
byte[]
-formatted value from the attribute. - removeValue(String) - Method in class netscape.ldap.LDAPAttribute
-
Removes a string value from the attribute.
- rename(String, String, boolean) - Method in class netscape.ldap.LDAPConnection
-
Renames an existing entry in the directory.
- rename(String, String, boolean) - Method in interface netscape.ldap.LDAPv2
-
Changes the name of an entry in the directory.
- rename(String, String, boolean, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Renames an existing entry in the directory.
- rename(String, String, boolean, LDAPConstraints) - Method in interface netscape.ldap.LDAPv2
-
Changes the name of an entry in the directory.
- rename(String, String, boolean, LDAPResponseListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Renames an existing entry in the directory.
- rename(String, String, boolean, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Renames an existing entry in the directory.
- rename(String, String, boolean, LDAPResponseListener, LDAPConstraints) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Renames an existing entry in the directory.
- rename(String, String, boolean, LDAPResponseListener, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Renames an existing entry in the directory.
- rename(String, String, boolean, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- rename(String, String, String, boolean) - Method in class netscape.ldap.LDAPConnection
-
Renames an existing entry in the directory and (optionally) changes the location of the entry in the directory tree.
- rename(String, String, String, boolean) - Method in interface netscape.ldap.LDAPv3
-
Renames and moves an entry in the directory.
- rename(String, String, String, boolean, LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Renames an existing entry in the directory and (optionally) changes the location of the entry in the directory tree.
- rename(String, String, String, boolean, LDAPConstraints) - Method in interface netscape.ldap.LDAPv3
-
Renames and moves an entry in the directory.
- rename(String, String, String, boolean, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Deprecated.Please use the method signature where
cons
isLDAPConstraints
instead ofLDAPSearchConstraints
- REPLACE - Static variable in class netscape.ldap.LDAPModification
-
Specifies that a value should replace the existing value in an attribute.
- reportChange(PropertyChangeEvent) - Method in class netscape.ldap.beans.DisplayString
- REVERSE - Static variable in class netscape.ldap.LDAPSortKey
- RFC - Static variable in class netscape.ldap.util.DN
-
Type specifying a DN in the RFC format.
S
- Sasl - Class in com.netscape.sasl
-
A static class for creating SASL clients and servers.
- SASL_BIND_IN_PROGRESS - Static variable in class netscape.ldap.client.opers.JDAPResult
- SASL_BIND_IN_PROGRESS - Static variable in exception netscape.ldap.LDAPException
-
(14) [LDAP v3] While authenticating your client by using a SASL (Simple Authentication Security Layer) mechanism, the server requires the client to send a new SASL bind request (specifying the same SASL mechanism) to continue the authentication process.
- SaslClient - Interface in com.netscape.sasl
-
Performs SASL authentication as a client.
- SaslClientFactory - Interface in com.netscape.sasl
-
An interface for creating instances of SaslClient.
- SASLCONTEXT - Static variable in class netscape.ldap.ber.stream.BERElement
- SaslException - Exception in com.netscape.sasl
-
This class represents an error that has occurred when using SASL.
- SaslException() - Constructor for exception com.netscape.sasl.SaslException
-
Constructs a new instance of SaslException.
- SaslException(String) - Constructor for exception com.netscape.sasl.SaslException
-
Constructs a new instance of SaslException with a detailed message.
- SaslException(String, Throwable) - Constructor for exception com.netscape.sasl.SaslException
-
Constructs a new instance of SaslException with a detailed message and a root exception.
- SaslExternal - Class in com.netscape.sasl.mechanisms
-
This class provides the implementation of the EXTERNAL mechanism driver.
- SaslExternal() - Constructor for class com.netscape.sasl.mechanisms.SaslExternal
-
Default constructor
- SCOPE_BASE - Static variable in interface netscape.ldap.LDAPv2
-
Specifies that the scope of a search includes only the base DN (distinguished name).
- SCOPE_ONE - Static variable in interface netscape.ldap.LDAPv2
-
Specifies that the scope of a search includes only the entries one level below the base DN (distinguished name).
- SCOPE_SUB - Static variable in interface netscape.ldap.LDAPv2
-
Specifies that the scope of a search includes the base DN (distinguished name) and all entries at all levels beneath that base.
- search(String, int, String, String[], boolean) - Method in class netscape.ldap.LDAPConnection
-
Performs the search specified by the criteria that you enter.
- search(String, int, String, String[], boolean) - Method in interface netscape.ldap.LDAPv2
-
Searches for entries in the directory.
- search(String, int, String, String[], boolean, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Performs the search specified by the criteria that you enter.
- search(String, int, String, String[], boolean, LDAPSearchConstraints) - Method in interface netscape.ldap.LDAPv2
-
Searches for entries in the directory.
- search(String, int, String, String[], boolean, LDAPSearchListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Performs the search specified by the criteria that you enter.
- search(String, int, String, String[], boolean, LDAPSearchListener) - Method in class netscape.ldap.LDAPConnection
-
Performs the search specified by the criteria that you enter.
- search(String, int, String, String[], boolean, LDAPSearchListener, LDAPSearchConstraints) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
Performs the search specified by the criteria that you enter.
- search(String, int, String, String[], boolean, LDAPSearchListener, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Performs the search specified by the criteria that you enter.
- search(LDAPUrl) - Static method in class netscape.ldap.LDAPConnection
-
Performs the search specified by the LDAP URL.
- search(LDAPUrl, LDAPSearchConstraints) - Static method in class netscape.ldap.LDAPConnection
-
Performs the search specified by the LDAP URL.
- SEARCH_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- SEARCH_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- SEARCH_RESPONSE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- SEARCH_RESPONSE - Static variable in class netscape.ldap.LDAPMessage
- SEARCH_RESULT - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- SEARCH_RESULT - Static variable in class netscape.ldap.LDAPMessage
- SEARCH_RESULT_REFERENCE - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- SEARCH_RESULT_REFERENCE - Static variable in class netscape.ldap.LDAPMessage
- sendDefiniteLength(OutputStream, int) - Static method in class netscape.ldap.ber.stream.BERElement
-
Writes length octets (definite length only) to stream.
- SEQUENCE - Static variable in class netscape.ldap.ber.stream.BERElement
- SERVER_DOWN - Static variable in class netscape.ldap.client.opers.JDAPResult
- SERVER_DOWN - Static variable in exception netscape.ldap.LDAPException
-
(81) The LDAP server cannot be contacted.
- SERVER_TIMELIMIT - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying the maximum number of milliseconds the server should spend returning search results before aborting the search.
- SERVERCONTROLS - Static variable in interface netscape.ldap.LDAPv3
-
Option specifying server controls for LDAP operations.
- SET - Static variable in class netscape.ldap.ber.stream.BERElement
- setAttribute(String) - Method in class netscape.ldap.beans.LDAPGetEntries
-
Sets the attribute to retrieve
- setAttribute(String) - Method in class netscape.ldap.beans.LDAPGetProperty
-
Sets the attribute to retrieve
- setAuthDN(String) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Sets the DN to authenticate as; null or empty for anonymous.
- setAuthPassword(String) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Sets the password for the DN to authenticate as
- setBase(String) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Sets the starting base
- setBaseDN(String) - Method in class netscape.ldap.client.opers.JDAPAddRequest
-
Sets the base dn component.
- setBaseDN(String) - Method in class netscape.ldap.client.opers.JDAPBaseDNRequest
-
Sets the base dn component in the request.
- setBaseDN(String) - Method in class netscape.ldap.client.opers.JDAPCompareRequest
-
Sets the base dn.
- setBaseDN(String) - Method in class netscape.ldap.client.opers.JDAPDeleteRequest
-
Sets the base dn.
- setBaseDN(String) - Method in class netscape.ldap.client.opers.JDAPModifyRDNRequest
-
Sets the base dn.
- setBaseDN(String) - Method in class netscape.ldap.client.opers.JDAPModifyRequest
-
Sets the base dn component.
- setBaseDN(String) - Method in class netscape.ldap.client.opers.JDAPSearchRequest
-
Sets the base dn component.
- setBatchSize(int) - Method in class netscape.ldap.LDAPSearchConstraints
-
Sets the suggested number of results to return at a time during search.
- setBindProc(LDAPBind) - Method in class netscape.ldap.LDAPConstraints
-
Sets the object that provides the mechanism for authenticating to the server on referrals.
- setByteAt(int, byte) - Method in class netscape.ldap.util.ByteBuf
-
Sets the value of the byte at the specified index.
- setCache(LDAPCache) - Method in class netscape.ldap.LDAPConnection
-
Sets the specified
LDAPCache
object as the cache for theLDAPConnection
object. - setCaseSensitive(boolean) - Method in class netscape.ldap.LDAPCompareAttrNames
-
Sets the state of the case-sensitivity flag.
- setChangeNumber(int) - Method in class netscape.ldap.controls.LDAPEntryChangeControl
-
Sets the change number (which identifies the record of the change in the server's change log) in this "entry change notification" control.
- setChangesOnly(boolean) - Method in class netscape.ldap.controls.LDAPPersistSearchControl
-
Specifies whether you want the server to send any existing entries that already match the search criteria or only the entries that have changed.
- setChangeType(int) - Method in class netscape.ldap.controls.LDAPEntryChangeControl
-
Sets the change type (which identifies the type of change that occurred) in this "entry change notification" control.
- setChangeTypes(int) - Method in class netscape.ldap.controls.LDAPPersistSearchControl
-
Sets the change types that you want monitored by this control.
- setClientControls(LDAPControl) - Method in class netscape.ldap.LDAPConstraints
-
Sets a client control for LDAP operations.
- setClientControls(LDAPControl[]) - Method in class netscape.ldap.LDAPConstraints
-
Sets an array of client controls for LDAP operations.
- setConnectTimeout(int) - Method in class netscape.ldap.LDAPConnection
-
Specifies the maximum time to wait for the connection to be established.
- setConnSetupDelay(int) - Method in class netscape.ldap.LDAPConnection
-
Specifies the delay in seconds when making concurrent connection attempts to multiple servers.
- setConstraints(LDAPConstraints) - Method in class netscape.ldap.LDAPConnection
-
Set the default constraint set for all operations.
- setContext(String) - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Sets the optional context cookie.
- setControls(LDAPControl[]) - Method in class netscape.ldap.util.LDIFBaseContent
-
Sets the list of controls
- setControls(LDAPControl[]) - Method in interface netscape.ldap.util.LDIFContent
-
Sets the list of controls
- setDebug(boolean) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Turns debug output on or off
- setDebug(boolean) - Method in class netscape.ldap.util.ConnectionPool
-
Sets the debug printout mode.
- setDefaultReferralCredentials(LDAPConnection) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
- setDefaultReferralCredentials(LDAPConstraints) - Static method in class LDAPDelete
- setDeleteOldRDN(boolean) - Method in class netscape.ldap.util.LDIFModDNContent
-
Sets whether or not the old RDN should be removed as an attribute in the entry.
- setDereference(int) - Method in class netscape.ldap.LDAPSearchConstraints
-
Sets a preference indicating how aliases should be dereferenced.
- setDNs(PropertyChangeEvent) - Method in class netscape.ldap.beans.LDAPGetProperty
- setDNType(int) - Method in class netscape.ldap.util.DN
-
Sets the type of format used for the DN (RFC format or OSF format).
- setErrorCode(int) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Sets an error code for retrieval by a client
- setFilter(String) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Sets the search filter
- setGroup(String) - Method in class netscape.ldap.beans.LDAPIsMember
-
Sets the distinguished name of the group
- setHopLimit(int) - Method in class netscape.ldap.LDAPConstraints
-
Sets maximum number of hops to follow in sequence during a referral.
- setHost(String) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Sets host string.
- setImplicit(boolean) - Method in class netscape.ldap.ber.stream.BERTag
-
Sets the implicit tag.
- setInputStream(InputStream) - Method in class netscape.ldap.LDAPConnection
-
Sets the stream for reading from the listener socket if there is one
- setLength(int) - Method in class netscape.ldap.util.ByteBuf
-
Sets the length of the byte buffer.
- setListSize(int) - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Sets the size of the virtual result set.
- setLocale(Locale) - Method in class netscape.ldap.LDAPCompareAttrNames
-
Set the locale, if any, used for collation.
- setLocale(Locale, int) - Method in class netscape.ldap.LDAPCompareAttrNames
-
Sets the locale, if any, used for collation.
- setMaxBacklog(int) - Method in class netscape.ldap.LDAPSearchConstraints
-
Deprecated.Use
LDAPConnection.setOption()
- setMaxResults(int) - Method in class netscape.ldap.LDAPSearchConstraints
-
Sets the maximum number of search results to return; 0 means there is no limit.
- setMember(String) - Method in class netscape.ldap.beans.LDAPIsMember
-
Sets the distinguished name of the member
- setNewParent(String) - Method in class netscape.ldap.util.LDIFModDNContent
-
Sets the new parent DN that should be assigned to the entry.
- setOption(int, Object) - Method in class netscape.ldap.LDAPConnection
-
Sets the value of the specified option for this
LDAPConnection
object. - setOption(int, Object) - Method in interface netscape.ldap.LDAPv2
-
Sets an option that applies to the connection.
- setOutputStream(OutputStream) - Method in class netscape.ldap.LDAPConnection
-
Sets the stream for writing to the socket
- setPort(int) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Sets port number.
- setPreviousDN(String) - Method in class netscape.ldap.controls.LDAPEntryChangeControl
-
Sets the previous DN of the entry (if the entry was renamed) in the "entry change notification control".
- setProperty(String, Object) - Method in class netscape.ldap.LDAPConnection
-
Change a property of a connection.
- setQualifier(String, String) - Method in class netscape.ldap.LDAPSchemaElement
-
Keeps track of qualifiers which are not predefined.
- setQualifier(String, String[]) - Method in class netscape.ldap.LDAPSchemaElement
-
Keeps track of qualifiers which are not predefined.
- setRange(int, int, int) - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Sets the starting index, and the number of entries before and after to return.
- setRange(String, int, int) - Method in class netscape.ldap.controls.LDAPVirtualListControl
-
Sets the search expression, and the number of entries before and after to return.
- setRDN(String) - Method in class netscape.ldap.util.LDIFModDNContent
-
Sets the new RDN that should be assigned to the entry.
- setRebindProc(LDAPRebind) - Method in class netscape.ldap.LDAPConstraints
-
Specifies the object that provides the method for getting authentication information.
- setReferralErrors(int) - Method in class netscape.ldap.LDAPSearchConstraints
-
Specifies if errors when following search continuation references are to cause processing of the remaining results to be aborted.
- setReferrals(boolean) - Method in class netscape.ldap.LDAPConstraints
-
Specifies whether or not referrals are followed automatically.
- setResultString(String) - Method in class netscape.ldap.beans.LDAPGetEntries
- setReturnControls(boolean) - Method in class netscape.ldap.controls.LDAPPersistSearchControl
-
Specifies whether you want the server to include an "entry change notification" control with each entry it sends back to the client during the persistent search.
- setSaslClientFactory(SaslClientFactory) - Static method in class com.netscape.sasl.Sasl
-
Sets the default SaslClientFactory to use.
- setScope(int) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Set the search scope using an integer
- setSearchConstraints(LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
Set the default constraint set for all search operations.
- setServerControls(LDAPControl) - Method in class netscape.ldap.LDAPConstraints
-
Sets a server control for LDAP operations.
- setServerControls(LDAPControl[]) - Method in class netscape.ldap.LDAPConstraints
-
Sets an array of server controls for LDAP operations.
- setServerTimeLimit(int) - Method in class netscape.ldap.LDAPSearchConstraints
-
Sets the maximum number of seconds for the server to spend returning search results.
- setSocketFactory(LDAPSocketFactory) - Method in class netscape.ldap.LDAPConnection
-
Specifies the object representing the socket factory that you want to use to establish a connection to a server or for the start TLS operation.
- setSocketFactory(LDAPSocketFactory) - Static method in class netscape.ldap.LDAPUrl
-
Sets the socket factory to be used for ldaps:// URLs.
- setTimeLimit(int) - Method in class netscape.ldap.LDAPConstraints
-
Sets the maximum number of milliseconds to wait for any operation under these constraints.
- setUserID(String) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Set the user ID.
- setUserName(String) - Method in class netscape.ldap.beans.LDAPBasePropertySupport
-
Set the user name.
- setValues(Object[]) - Method in class netscape.ldap.LDAPAttribute
-
Sets the byte[] values as the attribute's values.
- setValues(String[]) - Method in class netscape.ldap.LDAPAttribute
-
Sets the string values as the attribute's values.
- SINGLE - Static variable in class netscape.ldap.LDAPAttributeSchema
- SINGLE_LEVEL - Static variable in class netscape.ldap.client.opers.JDAPSearchRequest
- size() - Method in class netscape.ldap.ber.stream.BERConstruct
-
Retrieves number of elements.
- size() - Method in class netscape.ldap.LDAPAttribute
-
Returns the number of values of the attribute.
- size() - Method in class netscape.ldap.LDAPAttributeSet
-
Returns the number of attributes in this set.
- size() - Method in class netscape.ldap.LDAPModificationSet
-
Retrieves the number of
LDAPModification
objects in this set. - SIZE_LIMIT_EXCEEDED - Static variable in class netscape.ldap.client.opers.JDAPResult
- SIZE_LIMIT_EXCEEDED - Static variable in exception netscape.ldap.LDAPException
-
(4) The search found more than the maximum number of results.
- SIZELIMIT - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying the maximum number of search results to return.
- SK_MATCHRULE - Static variable in class netscape.ldap.ber.stream.BERElement
- SK_REVERSE - Static variable in class netscape.ldap.ber.stream.BERElement
- sort(LDAPEntryComparator) - Method in class netscape.ldap.LDAPSearchResults
-
Sorts the search results.
- SORT_CONTROL_MISSING - Static variable in exception netscape.ldap.LDAPException
-
(60) The "server-side sorting" control was not included with the "virtual list view" control in the search request.
- SORTREQUEST - Static variable in class netscape.ldap.controls.LDAPSortControl
- SORTRESPONSE - Static variable in class netscape.ldap.controls.LDAPSortControl
- SR_ATTRTYPE - Static variable in class netscape.ldap.ber.stream.BERElement
- startTLS() - Method in class netscape.ldap.LDAPConnection
-
Begin using the Transport Layer Security (TLS) protocol for session privacy.
- STRONG_AUTH_REQUIRED - Static variable in class netscape.ldap.client.opers.JDAPResult
- STRONG_AUTH_REQUIRED - Static variable in exception netscape.ldap.LDAPException
-
(8) A stronger authentication method (more than LDAP_AUTH_SIMPLE) is required by the LDAP server that you are connecting to.
- STRUCTURAL - Static variable in class netscape.ldap.LDAPObjectClassSchema
- SUBSTR - Static variable in class netscape.ldap.LDAPAttributeSchema
- SUCCESS - Static variable in class netscape.ldap.client.opers.JDAPResult
-
Result code based on RFC1777
- SUCCESS - Static variable in exception netscape.ldap.LDAPException
-
(0) The operation completed successfully.
- suites - Variable in class netscape.ldap.factory.JSSESocketFactory
- SUPERIOR - Static variable in class netscape.ldap.LDAPSchemaElement
- SYNTAX - Static variable in class netscape.ldap.LDAPSchemaElement
- syntaxElement - Variable in class netscape.ldap.LDAPAttributeSchema
- syntaxElement - Variable in class netscape.ldap.LDAPSyntaxSchema
T
- TAG - Static variable in class netscape.ldap.ber.stream.BERElement
-
Internal (non-transmitted) tags.
- telephone - Static variable in class netscape.ldap.LDAPSchemaElement
- telephoneString - Static variable in class netscape.ldap.LDAPSchemaElement
- TELETEXSTRING - Static variable in class netscape.ldap.ber.stream.BERElement
- throwLDIFException(String) - Method in class netscape.ldap.util.LDIF
-
Throws a LDIF file exception including the current line number.
- TIME_LIMIT_EXCEEDED - Static variable in class netscape.ldap.client.opers.JDAPResult
- TIME_LIMIT_EXCEEDED - Static variable in exception netscape.ldap.LDAPException
-
(3) The search operation could not be completed within the maximum time limit.
- TIMELIMIT - Static variable in interface netscape.ldap.LDAPv2
-
Option specifying the maximum number of milliseconds to wait for an operation to complete.
- TLS_NOT_SUPPORTED - Static variable in exception netscape.ldap.LDAPException
-
(112) The socket factory of the connection is not capable of initiating a TLS session.
- toBytes() - Method in class netscape.ldap.util.ByteBuf
-
Returns the data in the byte buffer as a byte array.
- toOSFString() - Method in class netscape.ldap.util.DN
-
Returns the DN in OSF format.
- toPrintableString(byte[]) - Static method in class netscape.ldap.util.LDIF
-
Converts a byte array to a printable string following the LDIF rules (encode in base64 if necessary)
- toRFCString() - Method in class netscape.ldap.util.DN
-
Returns the DN in RFC 1485 format.
- toString() - Method in exception com.netscape.sasl.SaslException
-
Returns the string representation of this exception.
- toString() - Method in class netscape.ldap.ber.stream.BERAny
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERBitString
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERBoolean
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERCharacterString
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERChoice
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERConstruct
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERElement
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BEREnumerated
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERInteger
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERIntegral
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERNull
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERNumericString
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERObjectId
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BEROctetString
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERPrintableString
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERReal
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERSequence
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERSet
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERTag
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERUTCTime
-
Gets the string representation.
- toString() - Method in class netscape.ldap.ber.stream.BERVisibleString
-
Gets the string representation.
- toString() - Method in class netscape.ldap.client.JDAPAVA
-
Retrieves the string representation.
- toString() - Method in class netscape.ldap.client.JDAPFilter
-
Retrieves the string representation of filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterAnd
-
Gets string reprensetation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterApproxMatch
-
Retrieves the string representation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterEqualityMatch
-
Retrieves the string representation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterExtensible
-
Retrieves the string representation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterGreaterOrEqual
-
Retrieves the string representation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterLessOrEqual
-
Retrieves the string representation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterNot
-
Gets string representation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterOr
-
Gets string representation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterPresent
-
Gets string reprensetation of the filter.
- toString() - Method in class netscape.ldap.client.JDAPFilterSubString
-
Gets string reprensetation of the filter.
- toString() - Method in class netscape.ldap.client.opers.JDAPAbandonRequest
-
Retrieves the string representation of abandon request.
- toString() - Method in class netscape.ldap.client.opers.JDAPAddRequest
-
Retrieves the string representation of add request.
- toString() - Method in class netscape.ldap.client.opers.JDAPAddResponse
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPBindRequest
-
Retrieves the string representation of the request.
- toString() - Method in class netscape.ldap.client.opers.JDAPBindResponse
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPCompareRequest
-
Retrieves the string representation of the request.
- toString() - Method in class netscape.ldap.client.opers.JDAPCompareResponse
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPDeleteRequest
-
Retrieves the string representation of the delete request.
- toString() - Method in class netscape.ldap.client.opers.JDAPDeleteResponse
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPExtendedRequest
-
Retrieves the string representation of add request.
- toString() - Method in class netscape.ldap.client.opers.JDAPExtendedResponse
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPModifyRDNRequest
-
Gets the string representation of the request.
- toString() - Method in class netscape.ldap.client.opers.JDAPModifyRDNResponse
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPModifyRequest
-
Retrieves string representation of modify request.
- toString() - Method in class netscape.ldap.client.opers.JDAPModifyResponse
-
Retrieve the string representation.
- toString() - Method in interface netscape.ldap.client.opers.JDAPProtocolOp
-
Retrieves the string representation of the operation.
- toString() - Method in class netscape.ldap.client.opers.JDAPResult
-
Retrieves string representation of the result.
- toString() - Method in class netscape.ldap.client.opers.JDAPSearchRequest
-
Retrieves the string representation of the request.
- toString() - Method in class netscape.ldap.client.opers.JDAPSearchResponse
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPSearchResult
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPSearchResultReference
-
Retrieve the string representation.
- toString() - Method in class netscape.ldap.client.opers.JDAPUnbindRequest
-
Retrieves the string representation of unbind operation.
- toString() - Method in class netscape.ldap.controls.LDAPEntryChangeControl
- toString() - Method in class netscape.ldap.controls.LDAPPasswordExpiredControl
- toString() - Method in class netscape.ldap.controls.LDAPPasswordExpiringControl
- toString() - Method in class netscape.ldap.controls.LDAPPersistSearchControl
- toString() - Method in class netscape.ldap.controls.LDAPProxiedAuthControl
- toString() - Method in class netscape.ldap.controls.LDAPSortControl
- toString() - Method in class netscape.ldap.controls.LDAPVirtualListControl
- toString() - Method in class netscape.ldap.controls.LDAPVirtualListResponse
- toString() - Method in class netscape.ldap.LDAPAttribute
-
Retrieves the string representation of an attribute in an LDAP entry.
- toString() - Method in class netscape.ldap.LDAPAttributeSchema
-
Gets the definition of the attribute type in a user friendly format.
- toString() - Method in class netscape.ldap.LDAPAttributeSet
-
Retrieves the string representation of all attributes in the attribute set.
- toString() - Method in class netscape.ldap.LDAPConnection
-
Returns the string representation for this
LDAPConnection
. - toString() - Method in class netscape.ldap.LDAPConstraints
-
Return a string representation of the object for debugging
- toString() - Method in class netscape.ldap.LDAPControl
-
Return a string representation of the control for debugging
- toString() - Method in class netscape.ldap.LDAPDITContentRuleSchema
-
Gets the definition of the rule in a user friendly format.
- toString() - Method in class netscape.ldap.LDAPDITStructureRuleSchema
-
Gets the definition of the rule in a user friendly format.
- toString() - Method in class netscape.ldap.LDAPEntry
-
Retrieves the string representation of the entry's distinguished name (DN) and its attributes.
- toString() - Method in exception netscape.ldap.LDAPException
-
Gets the string representation of the exception, which includes the result code, the message sent back from the LDAP server, the portion of the DN that the server could find in the directory (if applicable), and the error message corresponding to this result code.
- toString() - Method in exception netscape.ldap.LDAPInterruptedException
-
Gets the string representation of the exception.
- toString() - Method in class netscape.ldap.LDAPMatchingRuleSchema
-
Gets the definition of the matching rule in a user friendly format.
- toString() - Method in class netscape.ldap.LDAPMatchingRuleUseSchema
-
Gets the definition of the matching rule use in a user friendly format.
- toString() - Method in class netscape.ldap.LDAPMessage
-
Returns string representation of an LDAP message.
- toString() - Method in class netscape.ldap.LDAPSearchListener
-
String representation of the object
- toString() - Method in class netscape.ldap.LDAPModification
-
Retrieves the string representation of the current modification.
- toString() - Method in class netscape.ldap.LDAPModificationSet
-
Retrieves the string representation of the modification set.
- toString() - Method in class netscape.ldap.LDAPNameFormSchema
-
Gets the definition of the name form in a user friendly format.
- toString() - Method in class netscape.ldap.LDAPObjectClassSchema
-
Gets the definition of the object class in a user friendly format.
- toString() - Method in exception netscape.ldap.LDAPReferralException
-
Gets the string representation of the referral exception, which includes the result code, the message sent back from the LDAP server and the list of referrals.
- toString() - Method in class netscape.ldap.LDAPSchema
-
Displays the schema (including the descriptions of its object classes, attribute types, and matching rules) in an easily readable format (not the same as the format expected by an LDAP server).
- toString() - Method in class netscape.ldap.LDAPSearchConstraints
-
Return a string representation of the object for debugging
- toString() - Method in class netscape.ldap.LDAPSortKey
- toString() - Method in class netscape.ldap.LDAPSyntaxSchema
-
Gets the definition of the syntax type in a user friendly format.
- toString() - Method in class netscape.ldap.LDAPUrl
-
Returns the URL in String format
- toString() - Method in class netscape.ldap.util.ByteBuf
-
Returns the data in the byte buffer to a string.
- toString() - Method in class netscape.ldap.util.DN
-
Returns the string representation of the DN in its original format.
- toString() - Method in class netscape.ldap.util.LDIF
-
Gets the string representation of the entire LDIF file.
- toString() - Method in class netscape.ldap.util.LDIFAddContent
-
Returns the string representation of the content of the LDIF record.
- toString() - Method in class netscape.ldap.util.LDIFAttributeContent
-
Returns the string representation of the content of the LDIF record.
- toString() - Method in interface netscape.ldap.util.LDIFContent
-
Returns the string representation of the content of the LDIF record.
- toString() - Method in class netscape.ldap.util.LDIFDeleteContent
-
Returns the string representation of the content of the LDIF record.
- toString() - Method in class netscape.ldap.util.LDIFModDNContent
-
Returns string representation of the content of the LDIF record.
- toString() - Method in class netscape.ldap.util.LDIFModifyContent
-
Returns the string representation of the content of the LDIF record.
- toString() - Method in class netscape.ldap.util.LDIFRecord
-
Gets the string representation of the
LDIFRecord
object. - toString() - Method in class netscape.ldap.util.RDN
-
Returns the string representation of the DN component.
- TRACE_PROPERTY - Static variable in class netscape.ldap.LDAPConnection
-
Name of the property to enable/disable LDAP message trace.
- translate(ByteBuf, ByteBuf) - Method in class netscape.ldap.util.MimeBase64Decoder
-
Given a sequence of input bytes using the Base64 encoding, produces a sequence of unencoded output bytes.
- translate(ByteBuf, ByteBuf) - Method in class netscape.ldap.util.MimeBase64Encoder
-
Given a sequence of input bytes, produces a sequence of output bytes using the base64 encoding.
- translate(ByteBuf, ByteBuf) - Method in class netscape.ldap.util.MimeEncoder
-
Given a sequence of input bytes, produces a sequence of output bytes.
- typeToString(int) - Method in class netscape.ldap.LDAPObjectClassSchema
-
Returns the object class type as a String
U
- UNAVAILABLE - Static variable in class netscape.ldap.client.opers.JDAPResult
- UNAVAILABLE - Static variable in exception netscape.ldap.LDAPException
-
(52) The LDAP server is unavailable.
- UNAVAILABLE_CRITICAL_EXTENSION - Static variable in class netscape.ldap.client.opers.JDAPResult
- UNAVAILABLE_CRITICAL_EXTENSION - Static variable in exception netscape.ldap.LDAPException
-
(12) [LDAP v3] The server received an LDAP v3 control that is marked critical and either (1) is not recognized or supported by the server, or (2) is inappropriate for the operation requested.
- UNBIND_REQUEST - Static variable in interface netscape.ldap.client.opers.JDAPProtocolOp
- UNBIND_REQUEST - Static variable in class netscape.ldap.LDAPMessage
- UNDEFINED_ATTRIBUTE_TYPE - Static variable in class netscape.ldap.client.opers.JDAPResult
- UNDEFINED_ATTRIBUTE_TYPE - Static variable in exception netscape.ldap.LDAPException
-
(17) The specified attribute is not defined.
- unEscapeRDN(String) - Static method in class netscape.ldap.LDAPDN
-
Returns the RDN after unescaping any escaped characters.
- UNIVERSAL - Static variable in class netscape.ldap.ber.stream.BERElement
- unknown - Static variable in class netscape.ldap.LDAPSchemaElement
- unregisterAttributeSyntax(String) - Static method in class netscape.ldap.util.RDN
-
Removes the the given attribute from the attribute syntax table.
- UNWILLING_TO_PERFORM - Static variable in class netscape.ldap.client.opers.JDAPResult
- UNWILLING_TO_PERFORM - Static variable in exception netscape.ldap.LDAPException
-
(53) The LDAP server is unable to perform the specified operation.
- update(LDAPConnection, int, String, String) - Method in class netscape.ldap.LDAPMatchingRuleSchema
-
Adds, removes or modifies the definition from a Directory.
- update(LDAPConnection, int, String, String) - Method in class netscape.ldap.LDAPSchemaElement
-
Adds, removes or modifies the definition from a Directory.
- update(LDAPConnection, int, LDAPAttribute[], String) - Method in class netscape.ldap.LDAPSchemaElement
-
Adds, removes or modifies the definition from a Directory.
- update(LDAPConnection, int, LDAPAttribute, String) - Method in class netscape.ldap.LDAPSchemaElement
-
Adds, removes or modifies the definition from a Directory.
- USAGE - Static variable in class netscape.ldap.LDAPAttributeSchema
- UTCTIME - Static variable in class netscape.ldap.ber.stream.BERElement
V
- vectorToList(Vector) - Method in class netscape.ldap.LDAPNameFormSchema
-
Creates a list within parentheses, with $ as delimiter
- vectorToList(Vector<String>) - Method in class netscape.ldap.LDAPDITContentRuleSchema
-
Creates a list within parentheses, with $ as delimiter
- vectorToList(Vector<String>) - Method in class netscape.ldap.LDAPObjectClassSchema
-
Creates a list within parentheses, with $ as delimiter
- VIDEOTEXSTRING - Static variable in class netscape.ldap.ber.stream.BERElement
- VIRTUALLIST - Static variable in class netscape.ldap.controls.LDAPVirtualListControl
- VIRTUALLISTRESPONSE - Static variable in class netscape.ldap.controls.LDAPVirtualListResponse
- VISIBLESTRING - Static variable in class netscape.ldap.ber.stream.BERElement
W
- WHOLE_SUBTREE - Static variable in class netscape.ldap.client.opers.JDAPSearchRequest
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERAny
-
Sends the BER encoding directly to an output stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERBitString
-
Sends the BER encoding directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERBoolean
-
Sends the BER encoding directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERCharacterString
-
Writes BER to stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERChoice
-
Sends the BER encoding of the chosen type directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERConstruct
-
Sends the BER encoding directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERElement
-
Sends the BER encoding directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERIntegral
-
Writes BER to stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERNull
-
Sends the BER encoding directly to stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERObjectId
-
Sends the BER encoding directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BEROctetString
-
Writes BER to stream
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERReal
-
Sends the BER encoding directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERSet
-
Sends the BER encoding directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERTag
-
Sends the BER encoding directly to a stream.
- write(OutputStream) - Method in class netscape.ldap.ber.stream.BERUTCTime
-
Writes BER to a stream.
- write(OutputStream) - Method in class netscape.ldap.util.ByteBuf
-
Writes the contents of the byte buffer to the specified output stream.
- write(RandomAccessFile) - Method in class netscape.ldap.util.ByteBuf
-
Writes the contents of the byte buffer to the specified
RandomAccessFile
object. - write(String) - Method in interface netscape.ldap.LDAPTraceWriter
-
Writes an LDAP trace message.
_
- _cesAttributes - Static variable in class netscape.ldap.util.RDN
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
cons
isLDAPConstraints
instead ofLDAPSearchConstraints