- abandon(int) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
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(LDAPSearchResults) - Method in class netscape.ldap.LDAPConnection
-
Abandons a current search operation, notifying the server not
to send additional search results.
- 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 class netscape.ldap.LDAPConnection
-
Cancels all outstanding search requests associated with this
LDAPSearchListener object and discards any results already received.
- 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 - Static variable in class netscape.ldap.controls.LDAPPersistSearchControl
-
Change type specifying that you want to track additions of new
entries to the directory.
- add(LDAPEntry, LDAPResponseListener) - Method in interface netscape.ldap.LDAPAsynchronousConnection
-
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(LDAPAttribute) - Method in class netscape.ldap.LDAPAttributeSet
-
Adds the specified attribute to this attribute set.
- add(LDAPEntry) - Method in class netscape.ldap.LDAPConnection
-
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, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
- add(LDAPEntry, LDAPResponseListener) - Method in class netscape.ldap.LDAPConnection
-
Adds an entry to the directory.
- 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 - Static variable in class netscape.ldap.LDAPModification
-
Specifies that a value should be added to an attribute.
- add(int, LDAPAttribute) - Method in class netscape.ldap.LDAPModificationSet
-
Specifies another modification to be added to the set of modifications.
- add(LDAPConnection, String) - Method in class netscape.ldap.LDAPSchemaElement
-
Adds the current object class, attribute type, or matching rule
definition to the schema.
- 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(LDAPEntry) - Method in interface netscape.ldap.LDAPv2
-
Adds an entry to the directory.
- add(LDAPEntry, LDAPConstraints) - Method in interface netscape.ldap.LDAPv2
-
Adds an entry to the directory.
- 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(String) - Method in class netscape.ldap.LDAPAttribute
-
Adds a string value to the attribute.
- addValue(byte[]) - Method in class netscape.ldap.LDAPAttribute
-
Adds a byte[]
-formatted 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(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(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(ByteBuf) - Method in class netscape.ldap.util.ByteBuf
-
Appends a byte buffer to the end of this byte buffer.
- 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(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(float) - Method in class netscape.ldap.util.ByteBuf
-
Appends a float
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.
- 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(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(ActionEvent) - Method in class netscape.ldap.beans.LDAPSimpleAuth
-
- 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, 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
-
- 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, 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, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
- 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.
- 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
-
- authenticate(String, String[], String, Hashtable<Object, Object>, Object) - Method in class netscape.ldap.LDAPConnection
-
- 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, 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(String, String) - Method in interface netscape.ldap.LDAPv2
-
Authenticates user with the LDAP server.
- 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.
- 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
-
- 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(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).
- BERBitString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERBitString
-
Constructs a bitstring element from an input stream
(for primitive 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(String) - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element containing buffer.
- BERCharacterString(byte[]) - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element from a byte array.
- BERCharacterString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element from an input stream
(for constructed encoding)
- BERCharacterString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERCharacterString
-
Constructs a character string element from an input stream
(for primitive 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(String) - Constructor for class netscape.ldap.ber.stream.BERNumericString
-
Constructs a numeric string element from a string
- BERNumericString(byte[]) - Constructor for class netscape.ldap.ber.stream.BERNumericString
-
Constructs a numeric string element from a byte array
- BERNumericString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERNumericString
-
Constructs a numeric string element from an input stream
(for constructed encoding)
- BERNumericString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERNumericString
-
Constructs a numericstring element from an input stream
(for primitive 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(String) - Constructor for class netscape.ldap.ber.stream.BERObjectId
-
Constructs an object id element from a string.
- BERObjectId(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERObjectId
-
Constructs an object id element from an input stream.
- BEROctetString - Class in netscape.ldap.ber.stream
-
This class is for the OctetString type.
- BEROctetString(String) - Constructor for class netscape.ldap.ber.stream.BEROctetString
-
Constructs an octet string element containing a copy of
the contents of buffer.
- 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(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BEROctetString
-
Constructs an octet string element from an input stream
(for constructed encoding)
- BEROctetString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BEROctetString
-
Constructs an octet string element from an input stream
(for primitive encoding)
- BERPrintableString - Class in netscape.ldap.ber.stream
-
This class is for the PrintableString type.
- BERPrintableString(String) - Constructor for class netscape.ldap.ber.stream.BERPrintableString
-
Constructs a printable string element containing buffer.
- BERPrintableString(byte[]) - Constructor for class netscape.ldap.ber.stream.BERPrintableString
-
Constructs a printables tring element from 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)
- BERPrintableString(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERPrintableString
-
Constructs a printablestring element from an input stream
(for primitive 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(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)
- BERUTCTime(InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERUTCTime
-
Constructs a UTC time element from an input stream
(for primitive encoding)
- BERVisibleString - Class in netscape.ldap.ber.stream
-
This class is for the VisibleString object.
- BERVisibleString(String) - Constructor for class netscape.ldap.ber.stream.BERVisibleString
-
Constructs a visiblestring element.
- BERVisibleString(byte[]) - Constructor for class netscape.ldap.ber.stream.BERVisibleString
-
Constructs a visiblestring element from buffer.
- BERVisibleString(BERTagDecoder, InputStream, int[]) - Constructor for class netscape.ldap.ber.stream.BERVisibleString
-
Constructs a visiblestring element with the input stream.
- BERVisibleString(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(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, 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(LDAPConnection) - Method in interface netscape.ldap.LDAPBind
-
This method is called by LDAPConnection
when
authenticating.
- 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, 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(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, 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(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(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(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(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 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(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(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(String, String) - Method in interface netscape.ldap.LDAPv2
-
Authenticates user with the LDAP server.
- 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_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(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.
- ByteBuf(byte[], int, int) - Constructor for class netscape.ldap.util.ByteBuf
-
Constructs a byte buffer with the specified length.
- byteToHexString(byte) - Method in class netscape.ldap.ber.stream.BERElement
-
Converts byte to hex string.
- 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(String) - Method in class netscape.ldap.LDAPAttributeSet
-
Returns a single attribute that exactly matches the specified attribute
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
by lang
.
- getAttribute(String) - Method in class netscape.ldap.LDAPEntry
-
In an entry, returns the single attribute that exactly matches the
specified attribute name.
- getAttribute(String, String) - Method in class netscape.ldap.LDAPEntry
-
Returns the subtype that matches "attrName" and that best matches
a language specification "lang".
- getAttribute() - Method in class netscape.ldap.LDAPModification
-
Returns the attribute (possibly with values) to be modified.
- getAttribute(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of the attribute type with the specified name.
- 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(String) - Static method in class netscape.ldap.LDAPAttribute
-
Extracts the base name from the specified attribute name.
- getBaseName() - Method in class netscape.ldap.LDAPAttribute
-
Extracts the base name from the attribute name of the current
LDAPAttribute
object.
- 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 index srcEnd - 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 current LDAPConnection
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(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of a structure rule with the specified name.
- getDITStructureRule(int) - 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, InputStream, int[]) - Static method in class netscape.ldap.ber.stream.BERElement
-
Gets a ber element from the input stream.
- 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.
- 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
- getEntries(ActionEvent) - Method in class netscape.ldap.beans.LDAPGetEntries
-
- getEntries() - Method in class netscape.ldap.beans.LDAPGetEntries
-
Searches and returns values of a previously registered property,
using previously set parameters
- 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(String) - Static method in class netscape.ldap.client.JDAPFilter
-
Constructs filter from filter string specified in RFC1558.
- 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.
- 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(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.
- getInputStream() - Method in class netscape.ldap.LDAPConnection
-
Gets the stream for reading from the listener socket
- 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
-
- 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.
- 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
-
- getOID() - Method in class netscape.ldap.LDAPSchemaElement
-
- 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(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.
- getOutputStream() - Method in class netscape.ldap.LDAPConnection
-
Gets the stream for writing to the socket
- 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(String, int, String, String, String) - Method in class netscape.ldap.beans.LDAPGetProperty
-
Searches and returns values for a specified attribute
- getProperty(ActionEvent) - Method in class netscape.ldap.beans.LDAPGetProperty
-
- getProperty() - Method in class netscape.ldap.beans.LDAPGetProperty
-
Searches and returns values of a previously registered property,
using previously set parameters
- getProperty(String) - Method in class netscape.ldap.LDAPConnection
-
Gets a property of a connection.
- 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.
- 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(String) - Static method in class netscape.ldap.LDAPAttribute
-
Extracts the subtypes from the specified attribute name.
- getSubtypes() - Method in class netscape.ldap.LDAPAttribute
-
Extracts the subtypes from the attribute name of the current
LDAPAttribute
object.
- 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(String) - Method in class netscape.ldap.LDAPSchema
-
Gets the definition of a syntax with the specified name.
- getSyntax() - Method in class netscape.ldap.LDAPSyntaxSchema
-
Gets the syntax of the schema element
- 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
-
- 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 exception netscape.ldap.LDAPReferralException
-
Gets the list of referrals (LDAP URLs to other servers) returned by the LDAP server.
- getUrls() - Method in class netscape.ldap.LDAPSearchResultReference
-
Returns a list of LDAP URLs that are referred to.
- 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
-
- 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
-
- getValue() - Method in class netscape.ldap.LDAPMatchingRuleUseSchema
-
- getValue() - Method in class netscape.ldap.LDAPSchemaElement
-
- 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
-
- 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
-
- 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(LDAPAttribute) - Constructor for class netscape.ldap.LDAPAttribute
-
Constructs an attribute from another existing attribute.
- 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.
- 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, 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.
- LDAPAttributeSchema(String) - Constructor for class netscape.ldap.LDAPAttributeSchema
-
Constructs an attribute type definition based on a description in
the AttributeTypeDescription format.
- 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, 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.
- 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.
- 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, LDAPRebind, 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, LDAPBind, 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>
-
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, String, String, boolean, String[], String[], String[], String[]) - Constructor for class netscape.ldap.LDAPDITContentRuleSchema
-
Constructs a DIT content rule definition, using the specified
information.
- LDAPDITContentRuleSchema(String) - Constructor for class netscape.ldap.LDAPDITContentRuleSchema
-
Constructs a DIT content rule definition based on a description in
the DITContentRuleDescription format.
- 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, int, String, boolean, String, String[]) - Constructor for class netscape.ldap.LDAPDITStructureRuleSchema
-
Constructs a DIT structure rule definition, using the specified
information.
- LDAPDITStructureRuleSchema(String) - Constructor for class netscape.ldap.LDAPDITStructureRuleSchema
-
Constructs a DIT structure rule definition based on a description in
the DITStructureRuleDescription format.
- 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 but
ou=People, c=Airius.com
is a valid directory entry,
the "matched DN" is ou=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, 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.
- LDAPMatchingRuleSchema(String, String) - Constructor for class netscape.ldap.LDAPMatchingRuleSchema
-
Constructs a matching rule definition based on descriptions in
the MatchingRuleDescription format and MatchingRuleUseDescription
format.
- LDAPMatchingRuleUseSchema - Class in netscape.ldap
-
The definition of a matching rule use in the schema.
- LDAPMatchingRuleUseSchema(String, String, String, String[]) - Constructor for class netscape.ldap.LDAPMatchingRuleUseSchema
-
Constructs a matching rule use definition, using the specified
information.
- LDAPMatchingRuleUseSchema(String) - Constructor for class netscape.ldap.LDAPMatchingRuleUseSchema
-
Constructs a matching rule use definition based on descriptions in
the MatchingRuleUseDescription format.
- 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>
-
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, String, String, boolean, String, String[], String[]) - Constructor for class netscape.ldap.LDAPNameFormSchema
-
Constructs a name form definition, using the specified
information.
- LDAPNameFormSchema(String) - Constructor for class netscape.ldap.LDAPNameFormSchema
-
Constructs a name form definition based on a description in
the NameFormDescription format.
- LDAPObjectClassSchema - Class in netscape.ldap
-
The definition of an object class in the schema.
- 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[], int, 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.
- LDAPObjectClassSchema(String) - Constructor for class netscape.ldap.LDAPObjectClassSchema
-
Constructs an object class definition based on a description in
the ObjectClassDescription format.
- 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>
-
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, 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.
- 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 a single
sorting key.
- LDAPSortControl(LDAPSortKey[], boolean) - Constructor for class netscape.ldap.controls.LDAPSortControl
-
Constructs an LDAPSortControl
object with an array of
sorting keys.
- 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, String) - Constructor for class netscape.ldap.LDAPSyntaxSchema
-
Constructs a syntax type definition, using the specified
information.
- LDAPSyntaxSchema(String) - Constructor for class netscape.ldap.LDAPSyntaxSchema
-
Constructs a syntax type definition based on a description in
the ldapSyntaxes format.
- 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, Enumeration<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.
- 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(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
-
- 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
-
- LDAPVirtualListResponse - Class in netscape.ldap.controls
-
Represents control data for returning paged results from a search.
- LDAPVirtualListResponse(String, boolean, byte[]) - Constructor for class netscape.ldap.controls.LDAPVirtualListResponse
-
Contructs an LDAPVirtualListResponse
object.
- LDAPVirtualListResponse(byte[]) - Constructor for class netscape.ldap.controls.LDAPVirtualListResponse
-
Constructs a new 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(String) - Constructor for class netscape.ldap.util.LDIF
-
Constructs an LDIF
object to parse the
LDIF data read from a specified file.
- LDIF(DataInputStream) - Constructor for class netscape.ldap.util.LDIF
-
Constructs an LDIF
object to parse the
LDIF data read from an input stream.
- 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.
- 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, LDAPSearchListener) - 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 interface netscape.ldap.LDAPAsynchronousConnection
-
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(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, LDAPSearchConstraints) - Method in class netscape.ldap.LDAPConnection
-
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 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 interface netscape.ldap.LDAPv2
-
Searches for entries in the directory.
- 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 the LDAPConnection
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
-
- 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
-
- 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(String[]) - Method in class netscape.ldap.LDAPAttribute
-
Sets the string values as the attribute's values.
- setValues(Object[]) - Method in class netscape.ldap.LDAPAttribute
-
Sets the byte[] 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
-
- 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.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