A B C D E F G H I K L M N O P R S T U V W Z

A

abandon(AsyncRequestID) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes an abandon request with the provided information.
abandon(AsyncRequestID, Control[]) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes an abandon request with the provided information.
abandonOnTimeout() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether the LDAP SDK should attempt to abandon any request for which no response is received in the maximum response timeout period.
AbandonRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP abandon request protocol op.
AbandonRequestProtocolOp(int) - Constructor for class com.unboundid.ldap.protocol.AbandonRequestProtocolOp
Creates a new abandon request protocol op with the provided information.
AbstractConnectionPool - Class in com.unboundid.ldap.sdk
This class provides the base class for LDAP connection pool implementations provided by the LDAP SDK for Java.
AbstractConnectionPool() - Constructor for class com.unboundid.ldap.sdk.AbstractConnectionPool
 
AcceptAllSimpleMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides a common matching rule framework that may be extended by matching rule implementations in which equality, ordering, and substring matching can all be made based on byte-for-byte comparisons of the normalized value, and any value is acceptable.
AcceptAllSimpleMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.AcceptAllSimpleMatchingRule
 
add(String, Attribute...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes an add operation with the provided information using a connection from this connection pool.
add(String, Collection<Attribute>) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes an add operation with the provided information using a connection from this connection pool.
add(Entry) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes an add operation with the provided information using a connection from this connection pool.
add(String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes an add operation with the provided information using a connection from this connection pool.
add(AddRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided add request using a connection from this connection pool.
add(ReadOnlyAddRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided add request using a connection from this connection pool.
add(String, Attribute...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes an add operation with the provided information.
add(String, Collection<Attribute>) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes an add operation with the provided information.
add(Entry) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes an add operation with the provided information.
add(String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes an add operation with the provided information.
add(AddRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided add request.
add(ReadOnlyAddRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided add request.
add(String, Attribute...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes an add operation with the provided information.
add(String, Collection<Attribute>) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes an add operation with the provided information.
add(Entry) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes an add operation with the provided information.
add(String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes an add operation with the provided information.
add(AddRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided add request.
add(ReadOnlyAddRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided add request.
ADD - Static variable in class com.unboundid.ldap.sdk.ModificationType
A predefined add modification type, which indicates that the associated value(s) should be added to the specified attribute in the target entry.
add(T) - Method in class com.unboundid.util.WeakHashSet
Adds the provided element to this set, if it does not already exist.
ADD_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ModificationType
The integer value for the "add" modification type.
addAll(Collection<? extends T>) - Method in class com.unboundid.util.WeakHashSet
Adds any elements from the provided collection to this set if they were not already present.
addAndGet(T) - Method in class com.unboundid.util.WeakHashSet
Adds the provided element to the set if it does not already exist, and retrieves the value stored in the set.
addAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.AddRequest
Adds the provided attribute to the entry to add.
addAttribute(String, String) - Method in class com.unboundid.ldap.sdk.AddRequest
Adds the provided attribute to the entry to add.
addAttribute(String, byte[]) - Method in class com.unboundid.ldap.sdk.AddRequest
Adds the provided attribute to the entry to add.
addAttribute(String, String...) - Method in class com.unboundid.ldap.sdk.AddRequest
Adds the provided attribute to the entry to add.
addAttribute(String, byte[]...) - Method in class com.unboundid.ldap.sdk.AddRequest
Adds the provided attribute to the entry to add.
addAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry.
addAttribute(String, String) - Method in class com.unboundid.ldap.sdk.Entry
Adds the specified attribute value to this entry, if it is not already present.
addAttribute(String, byte[]) - Method in class com.unboundid.ldap.sdk.Entry
Adds the specified attribute value to this entry, if it is not already present.
addAttribute(String, String...) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry.
addAttribute(String, byte[]...) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry.
addAttribute(String, Collection<String>) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry.
addAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
addAttribute(String, String) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
addAttribute(String, byte[]) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
addAttribute(String, String...) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
addAttribute(String, byte[]...) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
addBoolean(boolean) - Method in class com.unboundid.asn1.ASN1Buffer
Adds a Boolean element to this ASN.1 buffer using the default BER type.
addBoolean(byte, boolean) - Method in class com.unboundid.asn1.ASN1Buffer
Adds a Boolean element to this ASN.1 buffer using the provided BER type.
addControl(Control) - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Adds the provided control to the set of controls for this request.
addControls(Control...) - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Adds the provided controls to the set of controls for this request.
addElement(ASN1Element) - Method in class com.unboundid.asn1.ASN1Buffer
Adds the provided ASN.1 element to this ASN.1 buffer.
addEnumerated(int) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an enumerated element to this ASN.1 buffer using the default BER type.
addEnumerated(byte, int) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an enumerated element to this ASN.1 buffer using the provided BER type.
addInteger(int) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an integer element to this ASN.1 buffer using the default BER type.
addInteger(byte, int) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an integer element to this ASN.1 buffer using the provided BER type.
addInteger(long) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an integer element to this ASN.1 buffer using the default BER type.
addInteger(byte, long) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an integer element to this ASN.1 buffer using the provided BER type.
addModification(Modification) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Adds the provided modification to the set of modifications for this modify request.
addNull() - Method in class com.unboundid.asn1.ASN1Buffer
Adds a null element to this ASN.1 buffer using the default BER type.
addNull(byte) - Method in class com.unboundid.asn1.ASN1Buffer
Adds a null element to this ASN.1 buffer using the provided BER type.
addOctetString() - Method in class com.unboundid.asn1.ASN1Buffer
Adds an octet string element to this ASN.1 buffer using the default BER type and no value.
addOctetString(byte) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an octet string element to this ASN.1 buffer using the provided BER type and no value.
addOctetString(byte[]) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an octet string element to this ASN.1 buffer using the default BER type.
addOctetString(CharSequence) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an octet string element to this ASN.1 buffer using the default BER type.
addOctetString(String) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an octet string element to this ASN.1 buffer using the default BER type.
addOctetString(byte, byte[]) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an octet string element to this ASN.1 buffer using the provided BER type.
addOctetString(byte, CharSequence) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an octet string element to this ASN.1 buffer using the provided BER type.
addOctetString(byte, String) - Method in class com.unboundid.asn1.ASN1Buffer
Adds an octet string element to this ASN.1 buffer using the provided BER type.
AddRequest - Class in com.unboundid.ldap.sdk
This class implements the processing necessary to perform an LDAPv3 add operation, which creates a new entry in the directory.
AddRequest(String, Attribute...) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided DN and set of attributes.
AddRequest(String, Attribute[], Control[]) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided DN and set of attributes.
AddRequest(String, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided DN and set of attributes.
AddRequest(String, Collection<Attribute>, Control[]) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided DN and set of attributes.
AddRequest(DN, Attribute...) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided DN and set of attributes.
AddRequest(DN, Attribute[], Control[]) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided DN and set of attributes.
AddRequest(DN, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided DN and set of attributes.
AddRequest(DN, Collection<Attribute>, Control[]) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided DN and set of attributes.
AddRequest(Entry) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request to add the provided entry.
AddRequest(Entry, Control[]) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request to add the provided entry.
AddRequest(String...) - Constructor for class com.unboundid.ldap.sdk.AddRequest
Creates a new add request with the provided entry in LDIF form.
AddRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP add request protocol op.
AddRequestProtocolOp(String, List<Attribute>) - Constructor for class com.unboundid.ldap.protocol.AddRequestProtocolOp
Creates a new add request protocol op with the provided information.
AddRequestProtocolOp(AddRequest) - Constructor for class com.unboundid.ldap.protocol.AddRequestProtocolOp
Creates a new add request protocol op from the provided add request object.
AddResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an add response protocol op.
AddResponseProtocolOp(int, String, String, List<String>) - Constructor for class com.unboundid.ldap.protocol.AddResponseProtocolOp
Creates a new instance of this add response protocol op with the provided information.
AddResponseProtocolOp(LDAPResult) - Constructor for class com.unboundid.ldap.protocol.AddResponseProtocolOp
Creates a new add response protocol op from the provided LDAP result object.
ADMIN_LIMIT_EXCEEDED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (11) that will be used if a server administrative limit has been exceeded.
ADMIN_LIMIT_EXCEEDED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (11) for the "ADMIN_LIMIT_EXCEEDED" result code.
AFFECTS_MULTIPLE_DSAS - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (71) that will be used if the requested operation would impact entries in multiple data sources.
AFFECTS_MULTIPLE_DSAS_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (71) for the "AFFECTS_MULTIPLE_DSAS" result code.
AggregateInputStream - Class in com.unboundid.util
This class provides an input stream implementation that can aggregate multiple input streams.
AggregateInputStream(InputStream...) - Constructor for class com.unboundid.util.AggregateInputStream
Creates a new aggregate input stream that will use the provided set of input streams.
AggregateInputStream(Collection<? extends InputStream>) - Constructor for class com.unboundid.util.AggregateInputStream
Creates a new aggregate input stream that will use the provided set of input streams.
AggregateInputStream(File...) - Constructor for class com.unboundid.util.AggregateInputStream
Creates a new aggregate input stream that will read data from the specified files.
ALIAS_DEREFERENCING_PROBLEM - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (36) that will be used if a problem is encountered while the server is attempting to dereference an alias.
ALIAS_DEREFERENCING_PROBLEM_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (36) for the "ALIAS_DEREFERENCING_PROBLEM" result code.
ALIAS_PROBLEM - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (33) that will be used if the client targeted an entry that as an alias.
ALIAS_PROBLEM_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (33) for the "ALIAS_PROBLEM" result code.
ALL_OPERATIONAL_ATTRIBUTES - Static variable in class com.unboundid.ldap.sdk.SearchRequest
The special value "+" that can be included in the set of requested attributes to indicate that all operational attributes should be returned.
ALL_USER_ATTRIBUTES - Static variable in class com.unboundid.ldap.sdk.SearchRequest
The special value "*" that can be included in the set of requested attributes to indicate that all user attributes should be returned.
allowConcurrentSocketFactoryUse() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to allow a socket factory instance (which may be shared across multiple connections) to be used create multiple sockets concurrently.
ALWAYS - Static variable in class com.unboundid.ldap.sdk.DereferencePolicy
A predefined dereference policy value which indicates that the server should dereference the base entry if it happens to be an alias entry, and should also dereference any entries that may be encountered while examining candidates.
alwaysIncludeTrailingDash() - Static method in class com.unboundid.ldif.LDIFModifyChangeRecord
Indicates whether the LDIF representation of a modify change record should always include a trailing dash after the last (or only) change.
append(boolean) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided boolean value to this buffer.
append(byte) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided byte to this buffer.
append(byte[]) - Method in class com.unboundid.util.ByteStringBuffer
Appends the contents of the provided byte array to this buffer.
append(byte[], int, int) - Method in class com.unboundid.util.ByteStringBuffer
Appends the specified portion of the provided byte array to this buffer.
append(ByteString) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided byte string to this buffer.
append(ByteStringBuffer) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided byte string buffer to this buffer.
append(char) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided character to this buffer.
append(char[]) - Method in class com.unboundid.util.ByteStringBuffer
Appends the contents of the provided character array to this buffer.
append(char[], int, int) - Method in class com.unboundid.util.ByteStringBuffer
Appends the specified portion of the provided character array to this buffer.
append(CharSequence) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided character sequence to this buffer.
append(CharSequence, int, int) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided character sequence to this buffer.
append(int) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided integer value to this buffer.
append(long) - Method in class com.unboundid.util.ByteStringBuffer
Appends the provided long value to this buffer.
appendValueTo(ByteStringBuffer) - Method in class com.unboundid.asn1.ASN1OctetString
Appends the value of this ASN.1 octet string to the provided buffer.
appendValueTo(ByteStringBuffer) - Method in interface com.unboundid.util.ByteString
Appends the value of this byte string to the provided buffer.
applyEnabledSSLProtocols(Socket) - Static method in class com.unboundid.util.ssl.SSLUtil
Updates the provided socket to apply the appropriate set of enabled SSL protocols.
applyModifications(Entry, boolean, Modification...) - Static method in class com.unboundid.ldap.sdk.Entry
Creates a duplicate of the provided entry with the given set of modifications applied to it.
applyModifications(Entry, boolean, List<Modification>) - Static method in class com.unboundid.ldap.sdk.Entry
Creates a duplicate of the provided entry with the given set of modifications applied to it.
applyModifyDN(Entry, String, boolean) - Static method in class com.unboundid.ldap.sdk.Entry
Creates a duplicate of the provided entry with the appropriate changes for a modify DN operation.
applyModifyDN(Entry, String, boolean, String) - Static method in class com.unboundid.ldap.sdk.Entry
Creates a duplicate of the provided entry with the appropriate changes for a modify DN operation.
arraysEqualOrderIndependent(T[], T[]) - Static method in class com.unboundid.util.StaticUtils
Indicates whether the provided arrays have the same elements, ignoring the order in which they appear.
asByteBuffer() - Method in class com.unboundid.asn1.ASN1Buffer
Retrieves a byte buffer that wraps the data associated with this ASN.1 buffer.
asInputStream() - Method in class com.unboundid.util.ByteStringBuffer
Creates an input stream that may be used to read content from this buffer.
ASN1Boolean - Class in com.unboundid.asn1
This class provides an ASN.1 Boolean element, whose value is a single byte and represents either "TRUE" or "FALSE".
ASN1Boolean(boolean) - Constructor for class com.unboundid.asn1.ASN1Boolean
Creates a new ASN.1 Boolean element with the default BER type and the provided boolean value.
ASN1Boolean(byte, boolean) - Constructor for class com.unboundid.asn1.ASN1Boolean
Creates a new ASN.1 Boolean element with the specified BER type and the provided boolean value.
ASN1Buffer - Class in com.unboundid.asn1
This class provides a mechanism for writing one or more ASN.1 elements into a byte string buffer.
ASN1Buffer() - Constructor for class com.unboundid.asn1.ASN1Buffer
Creates a new instance of this ASN.1 buffer.
ASN1Buffer(int) - Constructor for class com.unboundid.asn1.ASN1Buffer
Creates a new instance of this ASN.1 buffer with an optional maximum retained size.
ASN1BufferSequence - Class in com.unboundid.asn1
This class provides a data structure which is used in the course of writing an ASN.1 sequence to an ASN.1 buffer.
ASN1BufferSet - Class in com.unboundid.asn1
This class provides a data structure which is used in the course of writing an ASN.1 set to an ASN.1 buffer.
ASN1Element - Class in com.unboundid.asn1
This class defines a generic ASN.1 BER element, which has a type and value.
ASN1Element(byte) - Constructor for class com.unboundid.asn1.ASN1Element
Creates a new ASN.1 BER element with the specified type and no value.
ASN1Element(byte, byte[]) - Constructor for class com.unboundid.asn1.ASN1Element
Creates a new ASN1 BER element with the specified type and value.
ASN1Element(byte, byte[], int, int) - Constructor for class com.unboundid.asn1.ASN1Element
Creates a new ASN1 BER element with the specified type and value.
ASN1Enumerated - Class in com.unboundid.asn1
This class provides an ASN.1 enumerated element.
ASN1Enumerated(int) - Constructor for class com.unboundid.asn1.ASN1Enumerated
Creates a new ASN.1 enumerated element with the default BER type and the provided int value.
ASN1Enumerated(byte, int) - Constructor for class com.unboundid.asn1.ASN1Enumerated
Creates a new ASN.1 enumerated element with the specified BER type and the provided int value.
ASN1Exception - Exception in com.unboundid.asn1
This class defines an exception that can be thrown if a problem occurs while interacting with ASN.1 BER elements.
ASN1Exception(String) - Constructor for exception com.unboundid.asn1.ASN1Exception
Creates a new ASN.1 exception with the provided message.
ASN1Exception(String, Throwable) - Constructor for exception com.unboundid.asn1.ASN1Exception
Creates a new ASN.1 exception with the provided message and cause.
ASN1Integer - Class in com.unboundid.asn1
This class provides an ASN.1 integer element, whose value may be represented as an integer with up to a 32-bit representation.
ASN1Integer(int) - Constructor for class com.unboundid.asn1.ASN1Integer
Creates a new ASN.1 integer element with the default BER type and the provided int value.
ASN1Integer(byte, int) - Constructor for class com.unboundid.asn1.ASN1Integer
Creates a new ASN.1 integer element with the specified BER type and the provided int value.
ASN1Long - Class in com.unboundid.asn1
This class provides an ASN.1 long element.
ASN1Long(long) - Constructor for class com.unboundid.asn1.ASN1Long
Creates a new ASN.1 long element with the default BER type and the provided long value.
ASN1Long(byte, long) - Constructor for class com.unboundid.asn1.ASN1Long
Creates a new ASN.1 long element with the specified BER type and the provided long value.
ASN1Null - Class in com.unboundid.asn1
This class provides an ASN.1 null element, which does not hold a value.
ASN1Null() - Constructor for class com.unboundid.asn1.ASN1Null
Creates a new ASN.1 null element with the default BER type.
ASN1Null(byte) - Constructor for class com.unboundid.asn1.ASN1Null
Creates a new ASN.1 null element with the specified BER type.
ASN1OctetString - Class in com.unboundid.asn1
This class provides an ASN.1 octet string element, whose value is simply comprised of zero or more bytes.
ASN1OctetString() - Constructor for class com.unboundid.asn1.ASN1OctetString
Creates a new ASN.1 octet string element with the default BER type and no value.
ASN1OctetString(byte) - Constructor for class com.unboundid.asn1.ASN1OctetString
Creates a new ASN.1 octet string element with the specified type and no value.
ASN1OctetString(byte[]) - Constructor for class com.unboundid.asn1.ASN1OctetString
Creates a new ASN.1 octet string element with the default BER type and the provided value.
ASN1OctetString(byte[], int, int) - Constructor for class com.unboundid.asn1.ASN1OctetString
Creates a new ASN.1 octet string element with the default BER type and the provided value.
ASN1OctetString(byte, byte[]) - Constructor for class com.unboundid.asn1.ASN1OctetString
Creates a new ASN.1 octet string element with the specified type and the provided value.
ASN1OctetString(byte, byte[], int, int) - Constructor for class com.unboundid.asn1.ASN1OctetString
Creates a new ASN.1 octet string element with the specified type and the provided value.
ASN1OctetString(String) - Constructor for class com.unboundid.asn1.ASN1OctetString
Creates a new ASN.1 octet string element with the default BER type and the provided value.
ASN1OctetString(byte, String) - Constructor for class com.unboundid.asn1.ASN1OctetString
Creates a new ASN.1 octet string element with the specified type and the provided value.
ASN1Sequence - Class in com.unboundid.asn1
This class provides an ASN.1 sequence element, which is used to hold an ordered set of zero or more other elements (potentially including additional "envelope" element types like other sequences and/or sets).
ASN1Sequence() - Constructor for class com.unboundid.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the default BER type and no encapsulated elements.
ASN1Sequence(byte) - Constructor for class com.unboundid.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the specified BER type and no encapsulated elements.
ASN1Sequence(ASN1Element...) - Constructor for class com.unboundid.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the default BER type and the provided set of elements.
ASN1Sequence(Collection<? extends ASN1Element>) - Constructor for class com.unboundid.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the default BER type and the provided set of elements.
ASN1Sequence(byte, ASN1Element...) - Constructor for class com.unboundid.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the specified BER type and the provided set of elements.
ASN1Sequence(byte, Collection<? extends ASN1Element>) - Constructor for class com.unboundid.asn1.ASN1Sequence
Creates a new ASN.1 sequence with the specified BER type and the provided set of elements.
ASN1Set - Class in com.unboundid.asn1
This class provides an ASN.1 set element, which is used to hold a set of zero or more other elements (potentially including additional "envelope" element types like other sequences and/or sets) in which the order of those elements should not be considered significant.
ASN1Set() - Constructor for class com.unboundid.asn1.ASN1Set
Creates a new ASN.1 set with the default BER type and no encapsulated elements.
ASN1Set(byte) - Constructor for class com.unboundid.asn1.ASN1Set
Creates a new ASN.1 set with the specified BER type and no encapsulated elements.
ASN1Set(ASN1Element...) - Constructor for class com.unboundid.asn1.ASN1Set
Creates a new ASN.1 set with the default BER type and the provided set of elements.
ASN1Set(Collection<? extends ASN1Element>) - Constructor for class com.unboundid.asn1.ASN1Set
Creates a new ASN.1 set with the default BER type and the provided set of elements.
ASN1Set(byte, ASN1Element...) - Constructor for class com.unboundid.asn1.ASN1Set
Creates a new ASN.1 set with the specified BER type and the provided set of elements.
ASN1Set(byte, Collection<? extends ASN1Element>) - Constructor for class com.unboundid.asn1.ASN1Set
Creates a new ASN.1 set with the specified BER type and the provided set of elements.
ASN1StreamReader - Class in com.unboundid.asn1
This class provides a mechanism for ASN.1 elements (including sequences and sets) from an input stream in a manner that allows the data to be decoded on the fly without constructing ASN1Element objects if they are not needed.
ASN1StreamReader(InputStream) - Constructor for class com.unboundid.asn1.ASN1StreamReader
Creates a new ASN.1 stream reader that will read data from the provided input stream.
ASN1StreamReader(InputStream, int) - Constructor for class com.unboundid.asn1.ASN1StreamReader
Creates a new ASN.1 stream reader that will read data from the provided input stream.
ASN1StreamReaderSequence - Class in com.unboundid.asn1
This class provides a data structure which is used in the course of reading an ASN.1 sequence from an ASN.1 stream reader.
ASN1StreamReaderSet - Class in com.unboundid.asn1
This class provides a data structure which is used in the course of reading an ASN.1 set from an ASN.1 stream reader.
ASN1Writer - Class in com.unboundid.asn1
This class provides an efficient mechanism for writing ASN.1 elements to output streams.
ASSERTION_FAILED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (122) that will be used if the requested operation included the LDAP assertion control but the assertion did not match the target entry.
ASSERTION_FAILED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (122) for the "ASSERTION_FAILED" result code.
asyncAdd(AddRequest, AsyncResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided add request as an asynchronous operation.
asyncAdd(ReadOnlyAddRequest, AsyncResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided add request as an asynchronous operation.
asyncCompare(CompareRequest, AsyncCompareResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided compare request as an asynchronous operation.
asyncCompare(ReadOnlyCompareRequest, AsyncCompareResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided compare request as an asynchronous operation.
AsyncCompareResultListener - Interface in com.unboundid.ldap.sdk
This interface provides a mechanism for notifying a client when the result for an asynchronous compare operation has been received.
asyncDelete(DeleteRequest, AsyncResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided delete request as an asynchronous operation.
asyncDelete(ReadOnlyDeleteRequest, AsyncResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided delete request as an asynchronous operation.
asyncModify(ModifyRequest, AsyncResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided modify request as an asynchronous operation.
asyncModify(ReadOnlyModifyRequest, AsyncResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided modify request as an asynchronous operation.
asyncModifyDN(ModifyDNRequest, AsyncResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided modify DN request as an asynchronous operation.
asyncModifyDN(ReadOnlyModifyDNRequest, AsyncResultListener) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided modify DN request as an asynchronous operation.
AsyncRequestID - Class in com.unboundid.ldap.sdk
This class defines an object that provides information about a request that was initiated asynchronously.
AsyncResultListener - Interface in com.unboundid.ldap.sdk
This interface provides a mechanism for notifying a client when the result for an asynchronous operation has been received.
asyncSearch(SearchRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided search request as an asynchronous operation.
asyncSearch(ReadOnlySearchRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided search request as an asynchronous operation.
AsyncSearchResultListener - Interface in com.unboundid.ldap.sdk
This interface provides a mechanism for notifying a client when the search result done message for an asynchronous search operation has been received.
ATTR_ALT_SERVER - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes a set of URIs (likely in the form of LDAP URLs) of other servers that may be contacted if the target server is unavailable, as defined in RFC 4512 section 5.1.
ATTR_ATTRIBUTE_SYNTAX - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the attribute syntax definitions.
ATTR_ATTRIBUTE_TYPE - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the attribute type definitions.
ATTR_CHANGELOG_DN - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that specifies the DN that is the base of the LDAP changelog data, if available, as defined in draft-good-ldap-changelog.
ATTR_DIT_CONTENT_RULE - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the DIT content rule definitions.
ATTR_DIT_STRUCTURE_RULE - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the DIT structure rule definitions.
ATTR_FIRST_CHANGE_NUMBER - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that may contain the change number for the first entry in the LDAP changelog.
ATTR_LAST_CHANGE_NUMBER - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that may contain the change number for the last entry in the LDAP changelog, if available.
ATTR_LAST_PURGED_CHANGE_NUMBER - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that may contain the change number for the last entry purged from the LDAP changelog, if available.
ATTR_MATCHING_RULE - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the matching rule definitions.
ATTR_MATCHING_RULE_USE - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the matching rule use definitions.
ATTR_NAME_FORM - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the name form definitions.
ATTR_NAMING_CONTEXT - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the DNs of the public naming contexts defined in the server, as defined in RFC 4512 section 5.1.
ATTR_OBJECT_CLASS - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the object class definitions.
ATTR_SUBSCHEMA_SUBENTRY - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that specifies the DN of the subschema subentry that serves the server root DSE, as defined in RFC 4512 section 4.2.
ATTR_SUBSCHEMA_SUBENTRY - Static variable in class com.unboundid.ldap.sdk.schema.Schema
The name of the attribute used to hold the DN of the subschema subentry with the schema information that governs a specified entry.
ATTR_SUPPORTED_AUTH_PASSWORD_STORAGE_SCHEME - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the names of the supported authentication password storage schemes, as defined in RFC 3112.
ATTR_SUPPORTED_CONTROL - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the OIDs of the request controls supported by the server, as defined in RFC 4512 section 5.1.
ATTR_SUPPORTED_EXTENDED_OPERATION - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the OIDs of the extended operations supported by the server, as defined in RFC 4512 section 5.1.
ATTR_SUPPORTED_FEATURE - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the OIDs of the features supported by the server, as defined in RFC 4512 section 5.1.
ATTR_SUPPORTED_LDAP_VERSION - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the OIDs of the LDAP protocol versions supported by the server, as defined in RFC 4512 section 5.1.
ATTR_SUPPORTED_SASL_MECHANISM - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the names of the SASL mechanisms supported by the server, as defined in RFC 4512 section 5.1.
ATTR_VENDOR_NAME - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the name of the server vendor, as defined in RFC 3045.
ATTR_VENDOR_VERSION - Static variable in class com.unboundid.ldap.sdk.RootDSE
The name of the attribute that includes the server version, as defined in RFC 3045.
Attribute - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about an LDAP attribute, which includes an attribute name (which may include a set of attribute options) and zero or more values.
Attribute(String) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and no values.
Attribute(String, String) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and value.
Attribute(String, byte[]) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and value.
Attribute(String, String...) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, byte[]...) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, ASN1OctetString...) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, Collection<String>) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, MatchingRule) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and no values.
Attribute(String, MatchingRule, String) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and value.
Attribute(String, MatchingRule, byte[]) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and value.
Attribute(String, MatchingRule, String...) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, MatchingRule, byte[]...) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, MatchingRule, Collection<String>) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, MatchingRule, ASN1OctetString[]) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, Schema, String...) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, Schema, byte[]...) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, Schema, Collection<String>) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
Attribute(String, Schema, ASN1OctetString[]) - Constructor for class com.unboundid.ldap.sdk.Attribute
Creates a new LDAP attribute with the specified name and set of values.
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (20) that will be used if the client attempts to modify an entry in a way that would create a duplicate value, or create multiple values for a single-valued attribute.
ATTRIBUTE_OR_VALUE_EXISTS_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (20) for the "ATTRIBUTE_OR_VALUE_EXISTS" result code.
attributesProvided() - Method in class com.unboundid.ldap.sdk.LDAPURL
Indicates whether the URL explicitly included an attribute list.
AttributeSyntaxDefinition - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure that describes an LDAP attribute syntax schema element.
AttributeSyntaxDefinition(String) - Constructor for class com.unboundid.ldap.sdk.schema.AttributeSyntaxDefinition
Creates a new attribute syntax from the provided string representation.
AttributeSyntaxDefinition(String, String, Map<String, String[]>) - Constructor for class com.unboundid.ldap.sdk.schema.AttributeSyntaxDefinition
Creates a new attribute syntax use with the provided information.
AttributeTypeDefinition - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure that describes an LDAP attribute type schema element.
AttributeTypeDefinition(String) - Constructor for class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Creates a new attribute type from the provided string representation.
AttributeTypeDefinition(String, String[], String, boolean, String, String, String, String, String, boolean, boolean, boolean, AttributeUsage, Map<String, String[]>) - Constructor for class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Creates a new attribute type with the provided information.
AttributeUsage - Enum in com.unboundid.ldap.sdk.schema
This enum defines the set of attribute type usages that are defined in the LDAP protocol.
AUTH_METHOD_NOT_SUPPORTED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (7) that will be used if the client requested a form of authentication that is not supported by the server.
AUTH_METHOD_NOT_SUPPORTED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (7) for the "AUTH_METHOD_NOT_SUPPORTED" result code.
AUTH_UNKNOWN - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (86) that will be used if the client attempts to use an unknown authentication type.
AUTH_UNKNOWN_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (86) for the "AUTH_UNKNOWN" result code.
AUTHORIZATION_DENIED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (123) that will be used if the client is denied the ability to use the proxied authorization control.
AUTHORIZATION_DENIED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (123) for the "AUTHORIZATION_DENIED" result code.
autoReconnect() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Deprecated. The use of auto-reconnect is strongly discouraged because it is inherently fragile and can only work under very limited circumstances. It is strongly recommended that a connection pool be used instead of the auto-reconnect option, even in cases where only a single connection is desired.
available() - Method in class com.unboundid.util.AggregateInputStream
Retrieves an estimate of the number of bytes that can be read without blocking.

B

BASE - Static variable in class com.unboundid.ldap.sdk.SearchScope
A predefined baseObject scope value, which indicates that only the entry specified by the base DN should be considered.
Base64 - Class in com.unboundid.util
This class provides methods for encoding and decoding data in base64 as defined in RFC 4648.
BASE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.SearchScope
The integer value for the "base" search scope.
baseDNProvided() - Method in class com.unboundid.ldap.sdk.LDAPURL
Indicates whether the URL explicitly included a base DN.
beginSequence() - Method in class com.unboundid.asn1.ASN1Buffer
Begins adding elements to an ASN.1 sequence using the default BER type.
beginSequence(byte) - Method in class com.unboundid.asn1.ASN1Buffer
Begins adding elements to an ASN.1 sequence using the provided BER type.
beginSequence() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads the beginning of an ASN.1 sequence from the input stream and returns a value that can be used to determine when the end of the sequence has been reached.
beginSet() - Method in class com.unboundid.asn1.ASN1Buffer
Begins adding elements to an ASN.1 set using the default BER type.
beginSet(byte) - Method in class com.unboundid.asn1.ASN1Buffer
Begins adding elements to an ASN.1 set using the provided BER type.
beginSet() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads the beginning of an ASN.1 set from the input stream and returns a value that can be used to determine when the end of the set has been reached.
bind(String, String) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a simple bind request with the provided DN and password using a connection from this connection pool.
bind(BindRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided bind request using a connection from this connection pool.
bind(String, String) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a simple bind request with the provided DN and password.
bind(BindRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided bind request.
bindAndRevertAuthentication(String, String, Control...) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Processes a simple bind using a connection from this connection pool, and then reverts that authentication by re-binding as the same user used to authenticate new connections.
bindAndRevertAuthentication(BindRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Processes the provided bind request using a connection from this connection pool, and then reverts that authentication by re-binding as the same user used to authenticate new connections.
BindRequest - Class in com.unboundid.ldap.sdk
This class provides an API that is used to represent an LDAP bind request.
BindRequest(Control[]) - Constructor for class com.unboundid.ldap.sdk.BindRequest
Creates a new bind request with the provided set of controls.
BindRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP bind request protocol op.
BindRequestProtocolOp(String, String) - Constructor for class com.unboundid.ldap.protocol.BindRequestProtocolOp
Creates a new bind request protocol op for a simple bind.
BindRequestProtocolOp(String, byte[]) - Constructor for class com.unboundid.ldap.protocol.BindRequestProtocolOp
Creates a new bind request protocol op for a simple bind.
BindRequestProtocolOp(String, String, ASN1OctetString) - Constructor for class com.unboundid.ldap.protocol.BindRequestProtocolOp
Creates a new bind request protocol op for a SASL bind.
BindRequestProtocolOp(SimpleBindRequest) - Constructor for class com.unboundid.ldap.protocol.BindRequestProtocolOp
Creates a new bind request protocol op from the provided bind request object.
BindRequestProtocolOp(GenericSASLBindRequest) - Constructor for class com.unboundid.ldap.protocol.BindRequestProtocolOp
Creates a new bind request protocol op from the provided bind request object.
BindResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of a bind response protocol op.
BindResponseProtocolOp(int, String, String, List<String>, ASN1OctetString) - Constructor for class com.unboundid.ldap.protocol.BindResponseProtocolOp
Creates a new instance of this bind response protocol op with the provided information.
BindResponseProtocolOp(LDAPResult) - Constructor for class com.unboundid.ldap.protocol.BindResponseProtocolOp
Creates a new bind response protocol op from the provided bind result object.
BindResult - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about the result of processing a bind operation.
BindResult(int, ResultCode, String, String, String[], Control[]) - Constructor for class com.unboundid.ldap.sdk.BindResult
Creates a new bind result with the provided information.
BindResult(int, ResultCode, String, String, String[], Control[], ASN1OctetString) - Constructor for class com.unboundid.ldap.sdk.BindResult
Creates a new bind result with the provided information.
BindResult(LDAPResult) - Constructor for class com.unboundid.ldap.sdk.BindResult
Creates a new bind result from the provided generic LDAP result.
BindResult(LDAPException) - Constructor for class com.unboundid.ldap.sdk.BindResult
Creates a new bind result from the provided LDAPException.
BindResult(BindResult) - Constructor for class com.unboundid.ldap.sdk.BindResult
Creates a new bind result from the provided bind result.
bindWithDNRequiresPassword() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether the SDK should allow simple bind operations that contain a bind DN but no password.
BooleanMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that performs equality comparisons against Boolean values, which should be either "TRUE" or "FALSE".
BooleanMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Creates a new instance of this Boolean matching rule.
booleanValue() - Method in class com.unboundid.asn1.ASN1Boolean
Retrieves the boolean value for this element.
bothNullOrEqual(Object, Object) - Static method in class com.unboundid.util.StaticUtils
Indicates whether both of the provided objects are null or both are logically equal (using the equals method).
bothNullOrEqualIgnoreCase(String, String) - Static method in class com.unboundid.util.StaticUtils
Indicates whether both of the provided strings are null or both are logically equal ignoring differences in capitalization (using the equalsIgnoreCase method).
BUILD_TIMESTAMP - Static variable in class com.unboundid.ldap.sdk.Version
A timestamp that indicates when this build of the LDAP SDK was generated.
BUSY - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (51) that will be used if the server is too busy to process the requested operation.
BUSY_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (51) for the "BUSY" result code.
byteArrayToCode(byte[], StringBuilder) - Static method in class com.unboundid.util.StaticUtils
Appends the Java code that may be used to create the provided byte array to the given buffer.
ByteString - Interface in com.unboundid.util
This interface defines a set of methods for treating a value as either a string or byte array.
ByteStringBuffer - Class in com.unboundid.util
This class provides a growable byte array to which data can be appended.
ByteStringBuffer() - Constructor for class com.unboundid.util.ByteStringBuffer
Creates a new empty byte string buffer with a default initial capacity.
ByteStringBuffer(int) - Constructor for class com.unboundid.util.ByteStringBuffer
Creates a new byte string buffer with the specified capacity.
ByteStringFactory - Class in com.unboundid.util
This class provides a mechanism for creating ByteString values.

C

cancel(boolean) - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Attempts to cancel the associated asynchronous operation operation.
CANCEL_REQUEST_OID - Static variable in class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
The OID (1.3.6.1.1.8) for the cancel extended request.
CANCELED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (118) that will be used if the operation was canceled.
CANCELED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (118) for the "CANCELED" result code.
CancelExtendedRequest - Class in com.unboundid.ldap.sdk.extensions
This class provides an implementation of the LDAP cancel extended request as defined in RFC 3909.
CancelExtendedRequest(AsyncRequestID) - Constructor for class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Creates a new cancel extended request that will cancel the request with the specified async request ID.
CancelExtendedRequest(int) - Constructor for class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Creates a new cancel extended request that will cancel the request with the specified message ID.
CancelExtendedRequest(AsyncRequestID, Control[]) - Constructor for class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Creates a new cancel extended request that will cancel the request with the specified request ID.
CancelExtendedRequest(int, Control[]) - Constructor for class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Creates a new cancel extended request that will cancel the request with the specified message ID.
CancelExtendedRequest(ExtendedRequest) - Constructor for class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Creates a new cancel extended request from the provided generic extended request.
CANNOT_CANCEL - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (121) that will be used if the client attempts to cancel an operation that cannot be canceled.
CANNOT_CANCEL_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (121) for the "CANNOT_CANCEL" result code.
capacity() - Method in class com.unboundid.util.ByteStringBuffer
Returns the current capacity for this buffer.
capitalize(String) - Static method in class com.unboundid.util.StaticUtils
Capitalizes the provided string.
capitalize(String, boolean) - Static method in class com.unboundid.util.StaticUtils
Capitalizes the provided string.
captureConnectStackTrace() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether the LDAP SDK should capture a thread stack trace for each attempt made to establish a connection.
CaseExactStringMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that uses case-sensitive matching that also treats multiple consecutive (non-escaped) spaces as a single space.
CaseExactStringMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Creates a new instance of this case exact string matching rule.
CaseIgnoreListMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that may be used to process values containing lists of items, in which each item is separated by a dollar sign ($) character.
CaseIgnoreListMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Creates a new instance of this case-ignore list matching rule.
CaseIgnoreStringMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that uses case-insensitive matching that also treats multiple consecutive (non-escaped) spaces as a single space.
CaseIgnoreStringMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Creates a new instance of this case ignore string matching rule.
ChangeType - Enum in com.unboundid.ldap.sdk
This enum defines a set of change types that are associated with operations that may be processed in an LDAP directory server.
checkClientTrusted(X509Certificate[], String) - Method in class com.unboundid.util.ssl.PromptTrustManager
Checks to determine whether the provided client certificate chain should be trusted.
checkClientTrusted(X509Certificate[], String) - Method in class com.unboundid.util.ssl.TrustAllTrustManager
Checks to determine whether the provided client certificate chain should be trusted.
checkClientTrusted(X509Certificate[], String) - Method in class com.unboundid.util.ssl.TrustStoreTrustManager
Checks to determine whether the provided client certificate chain should be trusted.
checkConnectionAgeOnRelease() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Indicates whether to check the age of a connection against the configured maximum connection age whenever it is released to the pool.
checkServerTrusted(X509Certificate[], String) - Method in class com.unboundid.util.ssl.PromptTrustManager
Checks to determine whether the provided server certificate chain should be trusted.
checkServerTrusted(X509Certificate[], String) - Method in class com.unboundid.util.ssl.TrustAllTrustManager
Checks to determine whether the provided server certificate chain should be trusted.
checkServerTrusted(X509Certificate[], String) - Method in class com.unboundid.util.ssl.TrustStoreTrustManager
Checks to determine whether the provided server certificate chain should be trusted.
chooseClientAlias(String[], Principal[], Socket) - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the nickname of the certificate that a client should use to authenticate to a server.
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the nickname of the certificate that a client should use to authenticate to a server.
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the nickname of the certificate that a server should use to authenticate to a client.
chooseServerAlias(String, Principal[], Socket) - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the nickname of the certificate that a server should use to authenticate to a client.
clear() - Method in class com.unboundid.asn1.ASN1Buffer
Clears the contents of this buffer.
clear() - Method in class com.unboundid.util.ByteStringBuffer
Clears the contents of this buffer.
clear(boolean) - Method in class com.unboundid.util.ByteStringBuffer
Clears the contents of this buffer.
clear() - Method in class com.unboundid.util.WeakHashSet
Clears the contents of this set.
clearControls() - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Removes all controls from this request.
CLIENT_LOOP - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (96) that will be used if the client detects a loop while attempting to follow referrals.
CLIENT_LOOP_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (96) for the "CLIENT_LOOP" result code.
close() - Method in class com.unboundid.asn1.ASN1StreamReader
Closes this ASN.1 stream reader and the underlying input stream.
close() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Closes this connection pool.
close(boolean, int) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Closes this connection pool, optionally using multiple threads to close the connections in parallel.
close() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Unbinds from the server and closes the connection.
close(Control[]) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Unbinds from the server and closes the connection, optionally including the provided set of controls in the unbind request.
close() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Closes this connection pool.
close(boolean, int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Closes this connection pool, optionally using multiple threads to close the connections in parallel.
close() - Method in class com.unboundid.ldif.LDIFReader
Closes this LDIF reader and the underlying LDIF source.
close() - Method in class com.unboundid.ldif.LDIFWriter
Closes this LDIF writer and the underlying LDIF target.
close() - Method in class com.unboundid.util.AggregateInputStream
Closes this input stream.
com.unboundid.asn1 - package com.unboundid.asn1
This package contains a number of classes for interacting with ASN.1 BER elements.
com.unboundid.ldap.matchingrules - package com.unboundid.ldap.matchingrules
This package contains classes which may be used to normalize and compare attribute values that allow for more correct matching operations.
com.unboundid.ldap.protocol - package com.unboundid.ldap.protocol
 
com.unboundid.ldap.sdk - package com.unboundid.ldap.sdk
This package contains classes which may be used to communicate with an LDAP directory server.
com.unboundid.ldap.sdk.extensions - package com.unboundid.ldap.sdk.extensions
This package contains implementations for a number of standard LDAP extended operations which may be used to perform processing outside of the core types of LDAP operations.
com.unboundid.ldap.sdk.schema - package com.unboundid.ldap.sdk.schema
This package contains classes which may be used to interact with a directory server's subschema subentry, which provides information about the attribute types, object classes, and other schema elements that are available within the server.
com.unboundid.ldif - package com.unboundid.ldif
This package contains classes and data structures for processing data in the LDAP Data Interchange Format (LDIF) as described in RFC 2849.
com.unboundid.util - package com.unboundid.util
This package contains classes for performing various utility functions used throughout the LDAP SDK.
com.unboundid.util.ssl - package com.unboundid.util.ssl
This package contains classes that may be used to help create SSL/TLS contexts and socket factories, which may be used in the process of creating secure connections, or for securing existing connections using StartTLS.
CompactEntry - Class in com.unboundid.ldap.sdk
This class provides a data structure that represents a compact version of an entry.
CompactEntry(Entry) - Constructor for class com.unboundid.ldap.sdk.CompactEntry
Creates a new compact entry from the provided entry.
compare(String, String, String) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a compare operation with the provided information using a connection from this connection pool.
compare(CompareRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided compare request using a connection from this connection pool.
compare(ReadOnlyCompareRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided compare request using a connection from this connection pool.
compare(DN, DN) - Method in class com.unboundid.ldap.sdk.DN
Compares the provided DN values to determine their relative order in a sorted list.
compare(String, String) - Static method in class com.unboundid.ldap.sdk.DN
Compares the DNs with the provided string representations to determine their relative order in a sorted list.
compare(String, String, Schema) - Static method in class com.unboundid.ldap.sdk.DN
Compares the DNs with the provided string representations to determine their relative order in a sorted list.
compare(String, String, String) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a compare operation with the provided information.
compare(CompareRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided compare request.
compare(ReadOnlyCompareRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided compare request.
compare(String, String, String) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a compare operation with the provided information.
compare(CompareRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided compare request.
compare(ReadOnlyCompareRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided compare request.
compare(RDN, RDN) - Method in class com.unboundid.ldap.sdk.RDN
Compares the provided RDN values to determine their relative order in a sorted list.
compare(String, String) - Static method in class com.unboundid.ldap.sdk.RDN
Compares the RDN values with the provided string representations to determine their relative order in a sorted list.
compare(String, String, Schema) - Static method in class com.unboundid.ldap.sdk.RDN
Compares the RDN values with the provided string representations to determine their relative order in a sorted list.
COMPARE_FALSE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (5) that will be used if a requested compare assertion does not match the target entry.
COMPARE_FALSE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (5) for the "COMPARE_FALSE" result code.
COMPARE_TRUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (6) that will be used if a requested compare assertion matched the target entry.
COMPARE_TRUE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (6) for the "COMPARE_TRUE" result code.
compareMatched() - Method in class com.unboundid.ldap.sdk.CompareResult
Indicates whether the compare operation matched the target entry.
CompareRequest - Class in com.unboundid.ldap.sdk
This class implements the processing necessary to perform an LDAPv3 compare operation, which may be used to determine whether a specified entry contains a given attribute value.
CompareRequest(String, String, String) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequest(String, String, byte[]) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequest(DN, String, String) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequest(DN, String, byte[]) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequest(String, String, String, Control[]) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequest(String, String, byte[], Control[]) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequest(DN, String, String, Control[]) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequest(DN, String, ASN1OctetString, Control[]) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequest(DN, String, byte[], Control[]) - Constructor for class com.unboundid.ldap.sdk.CompareRequest
Creates a new compare request with the provided information.
CompareRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP compare request protocol op.
CompareRequestProtocolOp(String, String, ASN1OctetString) - Constructor for class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Creates a new compare request protocol op with the provided information.
CompareRequestProtocolOp(CompareRequest) - Constructor for class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Creates a new compare request protocol op from the provided compare request object.
CompareResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of a compare response protocol op.
CompareResponseProtocolOp(int, String, String, List<String>) - Constructor for class com.unboundid.ldap.protocol.CompareResponseProtocolOp
Creates a new instance of this compare response protocol op with the provided information.
CompareResponseProtocolOp(LDAPResult) - Constructor for class com.unboundid.ldap.protocol.CompareResponseProtocolOp
Creates a new compare response protocol op from the provided LDAP result object.
CompareResult - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about the result of processing a compare operation.
CompareResult(LDAPResult) - Constructor for class com.unboundid.ldap.sdk.CompareResult
Creates a new compare result based on the provided LDAP result.
CompareResult(LDAPException) - Constructor for class com.unboundid.ldap.sdk.CompareResult
Creates a new compare result from the provided LDAPException.
CompareResult(int, ResultCode, String, String, String[], Control[]) - Constructor for class com.unboundid.ldap.sdk.CompareResult
Creates a new compare result with the provided information.
compareResultReceived(AsyncRequestID, CompareResult) - Method in interface com.unboundid.ldap.sdk.AsyncCompareResultListener
Indicates that the provided LDAP result has been received in response to an asynchronous compare operation.
compareTo(DN) - Method in class com.unboundid.ldap.sdk.DN
Compares the provided DN to this DN to determine their relative order in a sorted list.
compareTo(RDN) - Method in class com.unboundid.ldap.sdk.RDN
Compares the provided RDN to this RDN to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.AcceptAllSimpleMatchingRule
Compares the provided values to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Compares the provided values to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Compares the provided values to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Compares the provided values to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Compares the provided values to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Compares the provided values to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Compares the provided values to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.SimpleMatchingRule
Compares the provided values to determine their relative order in a sorted list.
compareValues(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Compares the provided values to determine their relative order in a sorted list.
concatenateStrings(String...) - Static method in class com.unboundid.util.StaticUtils
Retrieves a single string which is a concatenation of all of the provided strings.
concatenateStrings(List<String>) - Static method in class com.unboundid.util.StaticUtils
Retrieves a single string which is a concatenation of all of the provided strings.
concatenateStrings(String, String, String, String, String, String...) - Static method in class com.unboundid.util.StaticUtils
Retrieves a single string which is a concatenation of all of the provided strings.
concatenateStrings(String, String, String, String, String, List<String>) - Static method in class com.unboundid.util.StaticUtils
Retrieves a single string which is a concatenation of all of the provided strings.
CONFIDENTIALITY_REQUIRED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (13) that will be used if the server requires a secure communication mechanism for the requested operation.
CONFIDENTIALITY_REQUIRED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (13) for the "CONFIDENTIALITY_REQUIRED" result code.
connect(String, int) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Establishes an unauthenticated connection to the directory server using the provided information.
connect(String, int, int) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Establishes an unauthenticated connection to the directory server using the provided information.
connect(InetAddress, int, int) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Establishes an unauthenticated connection to the directory server using the provided information.
connect(String, InetAddress, int, int) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Establishes an unauthenticated connection to the directory server using the provided information.
CONNECT_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (91) that will be used if an error occurs while attempting to connect to a target server.
CONNECT_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (91) for the "CONNECT_ERROR" result code.
CONSTRAINT_VIOLATION - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (19) that will be used if the requested operation would violate some constraint defined in the server.
CONSTRAINT_VIOLATION_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (19) for the "CONSTRAINT_VIOLATION" result code.
contains(Object) - Method in class com.unboundid.util.WeakHashSet
Indicates whether this set contains the specified element.
containsAll(Collection<?>) - Method in class com.unboundid.util.WeakHashSet
Indicates whether this set currently contains all of the elements in the provided collection.
Control - Class in com.unboundid.ldap.sdk
This class provides a data structure that represents an LDAP control.
Control() - Constructor for class com.unboundid.ldap.sdk.Control
Creates a new empty control instance that is intended to be used only for decoding controls via the DecodeableControl interface.
Control(Control) - Constructor for class com.unboundid.ldap.sdk.Control
Creates a new control whose fields are initialized from the contents of the provided control.
Control(String) - Constructor for class com.unboundid.ldap.sdk.Control
Creates a new control with the provided OID.
Control(String, boolean) - Constructor for class com.unboundid.ldap.sdk.Control
Creates a new control with the provided OID and criticality.
Control(String, boolean, ASN1OctetString) - Constructor for class com.unboundid.ldap.sdk.Control
Creates a new control with the provided information.
CONTROL_NOT_FOUND - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (93) that will be used if the response from the server did not include an expected control.
CONTROL_NOT_FOUND_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (93) for the "CONTROL_NOT_FOUND" result code.
create(String) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new search filter from the provided string representation.
create() - Static method in class com.unboundid.util.ByteStringFactory
Creates a new byte string with no value.
create(byte[]) - Static method in class com.unboundid.util.ByteStringFactory
Creates a new byte string with the provided value.
create(byte[], int, int) - Static method in class com.unboundid.util.ByteStringFactory
Creates a new byte string with the provided value.
create(String) - Static method in class com.unboundid.util.ByteStringFactory
Creates a new byte string with the provided value.
createANDFilter(Filter...) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new AND search filter with the provided components.
createANDFilter(List<Filter>) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new AND search filter with the provided components.
createANDFilter(Collection<Filter>) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new AND search filter with the provided components.
createApproximateMatchFilter(String, String) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new approximate match search filter with the provided information.
createApproximateMatchFilter(String, byte[]) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new approximate match search filter with the provided information.
createEqualityFilter(String, String) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new equality search filter with the provided information.
createEqualityFilter(String, byte[]) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new equality search filter with the provided information.
createExtensibleMatchFilter(String, String, boolean, String) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new extensible match search filter with the provided information.
createExtensibleMatchFilter(String, String, boolean, byte[]) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new extensible match search filter with the provided information.
createGreaterOrEqualFilter(String, String) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new greater-or-equal search filter with the provided information.
createGreaterOrEqualFilter(String, byte[]) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new greater-or-equal search filter with the provided information.
createIOExceptionWithCause(String, Throwable) - Static method in class com.unboundid.util.StaticUtils
Creates a new IOException with a cause.
createLessOrEqualFilter(String, String) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new less-or-equal search filter with the provided information.
createLessOrEqualFilter(String, byte[]) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new less-or-equal search filter with the provided information.
createNOTFilter(Filter) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new NOT search filter with the provided component.
createORFilter(Filter...) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new OR search filter with the provided components.
createORFilter(List<Filter>) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new OR search filter with the provided components.
createORFilter(Collection<Filter>) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new OR search filter with the provided components.
createPresenceFilter(String) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new presence search filter with the provided information.
createSocket(String, int) - Method in class com.unboundid.util.SynchronizedSocketFactory
Creates a new socket to the specified server.
createSocket(String, int, InetAddress, int) - Method in class com.unboundid.util.SynchronizedSocketFactory
Creates a new socket to the specified server.
createSocket(InetAddress, int) - Method in class com.unboundid.util.SynchronizedSocketFactory
Creates a new socket to the specified server.
createSocket(InetAddress, int, InetAddress, int) - Method in class com.unboundid.util.SynchronizedSocketFactory
Creates a new socket to the specified server.
createSocket(String, int) - Method in class com.unboundid.util.SynchronizedSSLSocketFactory
Creates a new SSL socket to the specified server.
createSocket(String, int, InetAddress, int) - Method in class com.unboundid.util.SynchronizedSSLSocketFactory
Creates a new SSL socket to the specified server.
createSocket(InetAddress, int) - Method in class com.unboundid.util.SynchronizedSSLSocketFactory
Creates a new SSL socket to the specified server.
createSocket(InetAddress, int, InetAddress, int) - Method in class com.unboundid.util.SynchronizedSSLSocketFactory
Creates a new SSL socket to the specified server.
createSocket(Socket, String, int, boolean) - Method in class com.unboundid.util.SynchronizedSSLSocketFactory
Creates a new SSL socket that wraps the provided socket.
createSSLContext() - Method in class com.unboundid.util.ssl.SSLUtil
Creates an initialized SSL context created with the configured key and trust managers.
createSSLContext(String) - Method in class com.unboundid.util.ssl.SSLUtil
Creates an initialized SSL context created with the configured key and trust managers.
createSSLContext(String, String) - Method in class com.unboundid.util.ssl.SSLUtil
Creates an initialized SSL context created with the configured key and trust managers.
createSSLServerSocketFactory() - Method in class com.unboundid.util.ssl.SSLUtil
Creates an SSL server socket factory using the configured key and trust manager providers.
createSSLServerSocketFactory(String) - Method in class com.unboundid.util.ssl.SSLUtil
Creates an SSL server socket factory using the configured key and trust manager providers.
createSSLServerSocketFactory(String, String) - Method in class com.unboundid.util.ssl.SSLUtil
Creates an SSL server socket factory using the configured key and trust manager providers.
createSSLSocketFactory() - Method in class com.unboundid.util.ssl.SSLUtil
Creates an SSL socket factory using the configured key and trust manager providers.
createSSLSocketFactory(String) - Method in class com.unboundid.util.ssl.SSLUtil
Creates an SSL socket factory with the configured key and trust managers.
createSSLSocketFactory(String, String) - Method in class com.unboundid.util.ssl.SSLUtil
Creates an SSL socket factory with the configured key and trust managers.
createSubstringFilter(String, String, String[], String) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new substring search filter with the provided information.
createSubstringFilter(String, byte[], byte[][], byte[]) - Static method in class com.unboundid.ldap.sdk.Filter
Creates a new substring search filter with the provided information.
CRED_TYPE_SASL - Static variable in class com.unboundid.ldap.protocol.BindRequestProtocolOp
The credentials type for SASL bind requests.
CRED_TYPE_SASL - Static variable in class com.unboundid.ldap.sdk.SASLBindRequest
The BER type to use for the credentials element in a simple bind request protocol op.
CRED_TYPE_SIMPLE - Static variable in class com.unboundid.ldap.protocol.BindRequestProtocolOp
The credentials type for simple bind requests.

D

DATABASE_LOCK_CONFLICT - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (30221002) for use if an operation fails because of a database lock conflict (e.g., a deadlock or lock timeout).
DATABASE_LOCK_CONFLICT_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (30221002) for the "DATABASE_LOCK_CONFLICT" result code.
Debug - Class in com.unboundid.util
This class provides a means of enabling and configuring debugging in the LDAP SDK.
debug(Level, DebugType, String) - Static method in class com.unboundid.util.Debug
Writes a generic debug message, if appropriate.
debug(Level, DebugType, String, Throwable) - Static method in class com.unboundid.util.Debug
Writes a generic debug message, if appropriate.
debugASN1Read(ASN1Element) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided ASN.1 element that was read, if appropriate.
debugASN1Read(Level, ASN1Element) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided ASN.1 element that was read, if appropriate.
debugASN1Read(Level, String, int, int, Object) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided ASN.1 element that was read, if appropriate.
debugASN1Write(ASN1Element) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided ASN.1 element to be written, if appropriate.
debugASN1Write(Level, ASN1Element) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided ASN.1 element to be written, if appropriate.
debugASN1Write(ASN1Buffer) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided ASN.1 element to be written, if appropriate.
debugASN1Write(Level, ASN1Buffer) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided ASN.1 element to be written, if appropriate.
debugCodingError(Throwable) - Static method in class com.unboundid.util.Debug
Writes debug information about a coding error detected in the use of the LDAP SDK.
debugConnect(String, int) - Static method in class com.unboundid.util.Debug
Writes debug information to indicate that a connection has been established, if appropriate.
debugConnect(Level, String, int) - Static method in class com.unboundid.util.Debug
Writes debug information to indicate that a connection has been established, if appropriate.
debugConnect(String, int, LDAPConnection) - Static method in class com.unboundid.util.Debug
Writes debug information to indicate that a connection has been established, if appropriate.
debugConnect(Level, String, int, LDAPConnection) - Static method in class com.unboundid.util.Debug
Writes debug information to indicate that a connection has been established, if appropriate.
debugDisconnect(String, int, DisconnectType, String, Throwable) - Static method in class com.unboundid.util.Debug
Writes debug information to indicate that a connection has been terminated, if appropriate.
debugDisconnect(Level, String, int, DisconnectType, String, Throwable) - Static method in class com.unboundid.util.Debug
Writes debug information to indicate that a connection has been terminated, if appropriate.
debugDisconnect(String, int, LDAPConnection, DisconnectType, String, Throwable) - Static method in class com.unboundid.util.Debug
Writes debug information to indicate that a connection has been terminated, if appropriate.
debugDisconnect(Level, String, int, LDAPConnection, DisconnectType, String, Throwable) - Static method in class com.unboundid.util.Debug
Writes debug information to indicate that a connection has been terminated, if appropriate.
debugEnabled() - Static method in class com.unboundid.util.Debug
Indicates whether any form of debugging is enabled.
debugEnabled(DebugType) - Static method in class com.unboundid.util.Debug
Indicates whether debugging is enabled for messages of the specified debug type.
debugException(Throwable) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided exception, if appropriate.
debugException(Level, Throwable) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided exception, if appropriate.
debugLDAPRequest(LDAPRequest) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided request, if appropriate.
debugLDAPRequest(Level, LDAPRequest) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided request, if appropriate.
debugLDAPRequest(LDAPRequest, int, LDAPConnection) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided request, if appropriate.
debugLDAPRequest(Level, LDAPRequest, int, LDAPConnection) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided request, if appropriate.
debugLDAPResult(LDAPResponse) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided result, if appropriate.
debugLDAPResult(Level, LDAPResponse) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided result, if appropriate.
debugLDAPResult(LDAPResponse, LDAPConnection) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided result, if appropriate.
debugLDAPResult(Level, LDAPResponse, LDAPConnection) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided result, if appropriate.
debugLDIFRead(LDIFRecord) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided record read from LDIF, if appropriate.
debugLDIFRead(Level, LDIFRecord) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided record read from LDIF, if appropriate.
debugLDIFWrite(LDIFRecord) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided LDIF record to be written, if if appropriate.
debugLDIFWrite(Level, LDIFRecord) - Static method in class com.unboundid.util.Debug
Writes debug information about the provided LDIF record to be written, if appropriate.
debugMonitor(Entry, String) - Static method in class com.unboundid.util.Debug
Writes debug information about monitor entry parsing.
debugMonitor(Level, Entry, String) - Static method in class com.unboundid.util.Debug
Writes debug information about monitor entry parsing, if appropriate.
DebugType - Enum in com.unboundid.util
This enumeration defines a set of debugging types that are used by the LDAP SDK.
decode(byte[]) - Static method in class com.unboundid.asn1.ASN1Element
Decodes the content in the provided byte array as an ASN.1 element.
decode(ASN1Element) - Static method in class com.unboundid.ldap.protocol.LDAPMessage
Decodes the provided ASN.1 element as an LDAP message.
decode(ASN1Sequence) - Static method in class com.unboundid.ldap.sdk.Attribute
Decodes the provided ASN.1 sequence as an LDAP attribute.
decode(ASN1Sequence) - Static method in class com.unboundid.ldap.sdk.Control
Decodes the provided ASN.1 sequence as an LDAP control.
decode(String, boolean, ASN1OctetString) - Static method in class com.unboundid.ldap.sdk.Control
Attempts to create the most appropriate control instance from the provided information.
decode(ASN1Element) - Static method in class com.unboundid.ldap.sdk.Filter
Decodes the provided ASN.1 element as a search filter.
decode(ASN1Sequence) - Static method in class com.unboundid.ldap.sdk.Modification
Decodes the provided ASN.1 sequence as an LDAP modification.
decode(String) - Static method in class com.unboundid.util.Base64
Decodes the contents of the provided base64-encoded string.
DecodeableControl - Interface in com.unboundid.ldap.sdk
This interface defines a method that may be implemented by controls that may be included in the response from a directory server.
decodeAsBoolean(byte[]) - Static method in class com.unboundid.asn1.ASN1Boolean
Decodes the contents of the provided byte array as a Boolean element.
decodeAsBoolean(ASN1Element) - Static method in class com.unboundid.asn1.ASN1Boolean
Decodes the provided ASN.1 element as a Boolean element.
decodeAsBoolean() - Method in class com.unboundid.asn1.ASN1Element
Decodes this ASN.1 element as a Boolean element.
decodeAsEnumerated() - Method in class com.unboundid.asn1.ASN1Element
Decodes this ASN.1 element as an enumerated element.
decodeAsEnumerated(byte[]) - Static method in class com.unboundid.asn1.ASN1Enumerated
Decodes the contents of the provided byte array as an enumerated element.
decodeAsEnumerated(ASN1Element) - Static method in class com.unboundid.asn1.ASN1Enumerated
Decodes the provided ASN.1 element as an enumerated element.
decodeAsInteger() - Method in class com.unboundid.asn1.ASN1Element
Decodes this ASN.1 element as an integer element.
decodeAsInteger(byte[]) - Static method in class com.unboundid.asn1.ASN1Integer
Decodes the contents of the provided byte array as an integer element.
decodeAsInteger(ASN1Element) - Static method in class com.unboundid.asn1.ASN1Integer
Decodes the provided ASN.1 element as an integer element.
decodeAsLong() - Method in class com.unboundid.asn1.ASN1Element
Decodes this ASN.1 element as a long element.
decodeAsLong(byte[]) - Static method in class com.unboundid.asn1.ASN1Long
Decodes the contents of the provided byte array as a long element.
decodeAsLong(ASN1Element) - Static method in class com.unboundid.asn1.ASN1Long
Decodes the provided ASN.1 element as a long element.
decodeAsNull() - Method in class com.unboundid.asn1.ASN1Element
Decodes this ASN.1 element as a null element.
decodeAsNull(byte[]) - Static method in class com.unboundid.asn1.ASN1Null
Decodes the contents of the provided byte array as a null element.
decodeAsNull(ASN1Element) - Static method in class com.unboundid.asn1.ASN1Null
Decodes the provided ASN.1 element as a null element.
decodeAsOctetString() - Method in class com.unboundid.asn1.ASN1Element
Decodes this ASN.1 element as an octet string element.
decodeAsOctetString(byte[]) - Static method in class com.unboundid.asn1.ASN1OctetString
Decodes the contents of the provided byte array as an octet string element.
decodeAsOctetString(ASN1Element) - Static method in class com.unboundid.asn1.ASN1OctetString
Decodes the provided ASN.1 element as an octet string element.
decodeAsSequence() - Method in class com.unboundid.asn1.ASN1Element
Decodes this ASN.1 element as a sequence element.
decodeAsSequence(byte[]) - Static method in class com.unboundid.asn1.ASN1Sequence
Decodes the contents of the provided byte array as a sequence element.
decodeAsSequence(ASN1Element) - Static method in class com.unboundid.asn1.ASN1Sequence
Decodes the provided ASN.1 element as a sequence element.
decodeAsSet() - Method in class com.unboundid.asn1.ASN1Element
Decodes this ASN.1 element as a set element.
decodeAsSet(byte[]) - Static method in class com.unboundid.asn1.ASN1Set
Decodes the contents of the provided byte array as a set element.
decodeAsSet(ASN1Element) - Static method in class com.unboundid.asn1.ASN1Set
Decodes the provided ASN.1 element as a set element.
decodeChangeRecord(String...) - Static method in class com.unboundid.ldif.LDIFReader
Decodes the provided set of LDIF lines as an LDIF change record.
decodeChangeRecord(boolean, String...) - Static method in class com.unboundid.ldif.LDIFReader
Decodes the provided set of LDIF lines as an LDIF change record.
decodeChangeRecord(boolean, Schema, boolean, String...) - Static method in class com.unboundid.ldif.LDIFReader
Decodes the provided set of LDIF lines as an LDIF change record.
decodeChangeRecord(boolean, TrailingSpaceBehavior, Schema, boolean, String...) - Static method in class com.unboundid.ldif.LDIFReader
Decodes the provided set of LDIF lines as an LDIF change record.
decodeControl(String, boolean, ASN1OctetString) - Method in interface com.unboundid.ldap.sdk.DecodeableControl
Creates a new instance of this decodeable control from the provided information.
decodeControls(ASN1Sequence) - Static method in class com.unboundid.ldap.sdk.Control
Decodes the contents of the provided sequence as a set of controls.
decodeEntry(String...) - Static method in class com.unboundid.ldif.LDIFReader
Decodes the provided set of LDIF lines as an entry.
decodeEntry(boolean, Schema, String...) - Static method in class com.unboundid.ldif.LDIFReader
Decodes the provided set of LDIF lines as an entry.
decodeEntry(boolean, TrailingSpaceBehavior, Schema, String...) - Static method in class com.unboundid.ldif.LDIFReader
Decodes the provided set of LDIF lines as an entry.
decodeGeneralizedTime(String) - Static method in class com.unboundid.util.StaticUtils
Decodes the provided string as a timestamp in generalized time format.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.AbandonRequestProtocolOp
Decodes the provided ASN.1 element as an abandon request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Decodes the provided ASN.1 element as an add request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.AddResponseProtocolOp
Decodes the provided ASN.1 element as an add response protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Decodes the provided ASN.1 element as a bind request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Decodes the provided ASN.1 element as a bind response protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Decodes the provided ASN.1 element as a compare request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.CompareResponseProtocolOp
Decodes the provided ASN.1 element as a compare response protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Decodes the provided ASN.1 element as a delete request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.DeleteResponseProtocolOp
Decodes the provided ASN.1 element as a delete response protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Decodes the provided ASN.1 element as an extended request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Decodes the provided ASN.1 element as an extended response protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Decodes the provided ASN.1 element as a intermediate response protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Decodes the provided ASN.1 element as a modify DN request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.ModifyDNResponseProtocolOp
Decodes the provided ASN.1 element as a modify DN response protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Decodes the provided ASN.1 element as a modify request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.ModifyResponseProtocolOp
Decodes the provided ASN.1 element as a modify response protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Decodes the provided ASN.1 element as a search request protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.SearchResultDoneProtocolOp
Decodes the provided ASN.1 element as a search result done protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Decodes the provided ASN.1 element as a search result entry protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Decodes the provided ASN.1 element as a search result reference protocol op.
decodeProtocolOp(ASN1Element) - Static method in class com.unboundid.ldap.protocol.UnbindRequestProtocolOp
Decodes the provided ASN.1 element as an unbind request protocol op.
decodeToString(String) - Static method in class com.unboundid.util.Base64
Decodes the contents of the provided base64-encoded string to a string containing the raw data using the UTF-8 encoding.
decodeUUID(byte[]) - Static method in class com.unboundid.util.StaticUtils
Decodes the value of the provided byte array as a Java UUID.
DECODING_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (84) that will be used if an error occurs while decoding a response.
DECODING_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (84) for the "DECODING_ERROR" result code.
DEFAULT_BUFFER_SIZE - Static variable in class com.unboundid.ldif.LDIFReader
The default buffer size (128KB) that will be used when reading from the data source.
DEFAULT_LDAP_PORT - Static variable in class com.unboundid.ldap.sdk.LDAPURL
The default port number that will be used for LDAP URLs if none is provided.
DEFAULT_LDAPI_PORT - Static variable in class com.unboundid.ldap.sdk.LDAPURL
The default port number that will be used for LDAPI URLs if none is provided.
DEFAULT_LDAPS_PORT - Static variable in class com.unboundid.ldap.sdk.LDAPURL
The default port number that will be used for LDAPS URLs if none is provided.
definedValueOf(int) - Static method in class com.unboundid.ldap.sdk.DereferencePolicy
Retrieves the predefined dereference policy with the specified integer value.
definedValueOf(int) - Static method in class com.unboundid.ldap.sdk.ModificationType
Retrieves the predefined modification type with the specified integer value.
definedValueOf(int) - Static method in class com.unboundid.ldap.sdk.SearchScope
Retrieves the predefined search scope with the specified integer value.
delete(String) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Deletes the entry with the specified DN using a connection from this connection pool.
delete(DeleteRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided delete request using a connection from this connection pool.
delete(ReadOnlyDeleteRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided delete request using a connection from this connection pool.
delete(String) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Deletes the entry with the specified DN.
delete(DeleteRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided delete request.
delete(ReadOnlyDeleteRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided delete request.
delete(String) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Deletes the entry with the specified DN.
delete(DeleteRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided delete request.
delete(ReadOnlyDeleteRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided delete request.
DELETE - Static variable in class com.unboundid.ldap.sdk.ModificationType
A predefined delete modification type, which indicates that the specified attribute or attribute values should be removed from the entry.
delete(int) - Method in class com.unboundid.util.ByteStringBuffer
Deletes the specified number of bytes from the beginning of the buffer.
delete(int, int) - Method in class com.unboundid.util.ByteStringBuffer
Deletes the indicated number of bytes from the specified location in the buffer.
DELETE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ModificationType
The integer value for the "delete" modification type.
deleteOldRDN() - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Indicates whether to delete the old RDN values from the target entry.
deleteOldRDN() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Indicates whether the current RDN value should be removed from the entry.
deleteOldRDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Indicates whether the current RDN value should be removed from the entry.
deleteOldRDN() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Indicates whether to delete the current RDN value from the entry.
DeleteRequest - Class in com.unboundid.ldap.sdk
This class implements the processing necessary to perform an LDAPv3 delete operation, which removes an entry from the directory.
DeleteRequest(String) - Constructor for class com.unboundid.ldap.sdk.DeleteRequest
Creates a new delete request with the provided DN.
DeleteRequest(String, Control[]) - Constructor for class com.unboundid.ldap.sdk.DeleteRequest
Creates a new delete request with the provided DN.
DeleteRequest(DN) - Constructor for class com.unboundid.ldap.sdk.DeleteRequest
Creates a new delete request with the provided DN.
DeleteRequest(DN, Control[]) - Constructor for class com.unboundid.ldap.sdk.DeleteRequest
Creates a new delete request with the provided DN.
DeleteRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP delete request protocol op.
DeleteRequestProtocolOp(String) - Constructor for class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Creates a new delete request protocol op with the provided information.
DeleteRequestProtocolOp(DeleteRequest) - Constructor for class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Creates a new delete request protocol op from the provided delete request object.
DeleteResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of a delete response protocol op.
DeleteResponseProtocolOp(int, String, String, List<String>) - Constructor for class com.unboundid.ldap.protocol.DeleteResponseProtocolOp
Creates a new instance of this delete response protocol op with the provided information.
DeleteResponseProtocolOp(LDAPResult) - Constructor for class com.unboundid.ldap.protocol.DeleteResponseProtocolOp
Creates a new delete response protocol op from the provided LDAP result object.
DereferencePolicy - Class in com.unboundid.ldap.sdk
This class defines a data type for dereference policy values.
deregisterDecodeableControl(String) - Static method in class com.unboundid.ldap.sdk.Control
Deregisters the decodeable control class associated with the provided OID.
diff(Entry, Entry, boolean, String...) - Static method in class com.unboundid.ldap.sdk.Entry
Retrieves a set of modifications that can be applied to the source entry in order to make it match the target entry.
diff(Entry, Entry, boolean, boolean, String...) - Static method in class com.unboundid.ldap.sdk.Entry
Retrieves a set of modifications that can be applied to the source entry in order to make it match the target entry.
discardConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Indicates that the provided connection should be removed from the pool, and that no new connection should be created to take its place.
DisconnectHandler - Interface in com.unboundid.ldap.sdk
This interface defines an API that may be implemented by a class that should be notified whenever an LDAP connection is closed for any reason.
DisconnectType - Enum in com.unboundid.ldap.sdk
This enum defines a set of disconnect types that may be used to provide general information about the reason that an LDAPConnection was disconnected.
DistinguishedNameMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that performs equality comparisons against values that should be distinguished names.
DistinguishedNameMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Creates a new instance of this distinguished name matching rule.
DITContentRuleDefinition - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure that describes an LDAP DIT content rule schema element.
DITContentRuleDefinition(String) - Constructor for class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Creates a new DIT content rule from the provided string representation.
DITContentRuleDefinition(String, String[], String, boolean, String[], String[], String[], String[], Map<String, String[]>) - Constructor for class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Creates a new DIT content rule with the provided information.
DITStructureRuleDefinition - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure that describes an LDAP DIT structure rule schema element.
DITStructureRuleDefinition(String) - Constructor for class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Creates a new DIT structure rule from the provided string representation.
DITStructureRuleDefinition(int, String[], String, boolean, String, int[], Map<String, String[]>) - Constructor for class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Creates a new DIT structure rule with the provided information.
DN - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about an LDAP distinguished name (DN).
DN(RDN...) - Constructor for class com.unboundid.ldap.sdk.DN
Creates a new DN with the provided set of RDNs.
DN(List<RDN>) - Constructor for class com.unboundid.ldap.sdk.DN
Creates a new DN with the provided set of RDNs.
DN(RDN, DN) - Constructor for class com.unboundid.ldap.sdk.DN
Creates a new DN below the provided parent DN with the given RDN.
DN(String) - Constructor for class com.unboundid.ldap.sdk.DN
Creates a new DN from the provided string representation.
DN(String, Schema) - Constructor for class com.unboundid.ldap.sdk.DN
Creates a new DN from the provided string representation.
doHealthCheck() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Performs a health check against all connections currently available in this connection pool.
doHealthCheck() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Performs a health check against all connections currently available in this connection pool.
duplicate() - Method in class com.unboundid.ldap.sdk.AddRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.AddRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.BindRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.BindRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.CompareRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.CompareRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.DeleteRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.Entry
Creates a new entry that is a duplicate of this entry.
duplicate() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.GenericSASLBindRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.GenericSASLBindRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Returns a duplicate of this LDAP connection options object that may be modified without impacting this instance.
duplicate() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in interface com.unboundid.ldap.sdk.ReadOnlyCompareRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in interface com.unboundid.ldap.sdk.ReadOnlyCompareRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in interface com.unboundid.ldap.sdk.ReadOnlyDeleteRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in interface com.unboundid.ldap.sdk.ReadOnlyDeleteRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.SearchRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.SearchRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate(Control[]) - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new instance of this LDAP request that may be modified without impacting this request.
duplicate() - Method in class com.unboundid.util.ByteStringBuffer
Creates a duplicate of this byte string buffer.
DuplicateValueBehavior - Enum in com.unboundid.ldif
This enum defines a set of possible behaviors that may be exhibited by the LDIF reader when encountering entries with duplicate attribute values.

E

E_SYNC_REFRESH_REQUIRED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (4096) that will be used if a client using the content synchronization request control requests an incremental update but the server is unable to honor that request and requires the client to request an initial content.
E_SYNC_REFRESH_REQUIRED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (4096) for the "E_SYNC_REFRESH_REQUIRED" result code.
elements() - Method in class com.unboundid.asn1.ASN1Sequence
Retrieves the set of encapsulated elements held in this sequence.
elements() - Method in class com.unboundid.asn1.ASN1Set
Retrieves the set of encapsulated elements held in this set.
encode() - Method in class com.unboundid.asn1.ASN1Element
Encodes this ASN.1 element to a byte array.
encode() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Encodes this LDAP message to an ASN.1 element.
encode() - Method in class com.unboundid.ldap.sdk.Attribute
Encodes this attribute into a form suitable for use in the LDAP protocol.
encode() - Method in class com.unboundid.ldap.sdk.Control
Encodes this control to an ASN.1 sequence suitable for use in an LDAP message.
encode() - Method in class com.unboundid.ldap.sdk.Filter
Encodes this search filter to an ASN.1 element suitable for inclusion in an LDAP search request protocol op.
encode() - Method in class com.unboundid.ldap.sdk.Modification
Encodes this modification to an ASN.1 sequence suitable for use in the LDAP protocol.
encode(String) - Static method in class com.unboundid.util.Base64
Encodes the UTF-8 representation of the provided string in base64 format.
encode(byte[]) - Static method in class com.unboundid.util.Base64
Encodes the provided data in base64 format.
encode(String, StringBuilder) - Static method in class com.unboundid.util.Base64
Appends a base64-encoded version of the contents of the provided buffer (using a UTF-8 representation) to the given buffer.
encode(String, ByteStringBuffer) - Static method in class com.unboundid.util.Base64
Appends a base64-encoded version of the contents of the provided buffer (using a UTF-8 representation) to the given buffer.
encode(byte[], StringBuilder) - Static method in class com.unboundid.util.Base64
Appends a base64-encoded representation of the provided data to the given buffer.
encode(byte[], int, int, StringBuilder) - Static method in class com.unboundid.util.Base64
Appends a base64-encoded representation of the provided data to the given buffer.
encode(byte[], ByteStringBuffer) - Static method in class com.unboundid.util.Base64
Appends a base64-encoded representation of the provided data to the given buffer.
encode(byte[], int, int, ByteStringBuffer) - Static method in class com.unboundid.util.Base64
Appends a base64-encoded representation of the provided data to the given buffer.
encodeControls(Control[]) - Static method in class com.unboundid.ldap.sdk.Control
Encodes the provided set of controls to an ASN.1 sequence suitable for inclusion in an LDAP message.
encodeGeneralizedTime(long) - Static method in class com.unboundid.util.StaticUtils
Encodes the provided timestamp in generalized time format.
encodeGeneralizedTime(Date) - Static method in class com.unboundid.util.StaticUtils
Encodes the provided date in generalized time format.
encodeLength(int) - Static method in class com.unboundid.asn1.ASN1Element
Encodes the provided length to a byte array.
encodeNameAndValue(String, ASN1OctetString) - Static method in class com.unboundid.ldif.LDIFWriter
Creates a string consisting of the provided attribute name followed by either a single colon and the string representation of the provided value, or two colons and the base64-encoded representation of the provided value.
encodeNameAndValue(String, ASN1OctetString, StringBuilder) - Static method in class com.unboundid.ldif.LDIFWriter
Appends a string to the provided buffer consisting of the provided attribute name followed by either a single colon and the string representation of the provided value, or two colons and the base64-encoded representation of the provided value.
encodeNameAndValue(String, ASN1OctetString, StringBuilder, int) - Static method in class com.unboundid.ldif.LDIFWriter
Appends a string to the provided buffer consisting of the provided attribute name followed by either a single colon and the string representation of the provided value, or two colons and the base64-encoded representation of the provided value.
encodeNameAndValue(String, ASN1OctetString, ByteStringBuffer, int) - Static method in class com.unboundid.ldif.LDIFWriter
Appends a string to the provided buffer consisting of the provided attribute name followed by either a single colon and the string representation of the provided value, or two colons and the base64-encoded representation of the provided value.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.AbandonRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.AddResponseProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.CompareResponseProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.DeleteResponseProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.ModifyDNResponseProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.ModifyResponseProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in interface com.unboundid.ldap.protocol.ProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.SearchResultDoneProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.protocol.UnbindRequestProtocolOp
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeProtocolOp() - Method in class com.unboundid.ldap.sdk.AddRequest
Encodes the add request protocol op to an ASN.1 element.
encodeProtocolOp() - Method in class com.unboundid.ldap.sdk.CompareRequest
Encodes the compare request protocol op to an ASN.1 element.
encodeProtocolOp() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Encodes the delete request protocol op to an ASN.1 element.
encodeProtocolOp() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Encodes the extended request protocol op to an ASN.1 element.
encodeProtocolOp() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Encodes the modify DN request protocol op to an ASN.1 element.
encodeProtocolOp() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Encodes the modify request protocol op to an ASN.1 element.
encodeProtocolOp() - Method in class com.unboundid.ldap.sdk.SearchRequest
Encodes the search request protocol op to an ASN.1 element.
encodeProtocolOp() - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Encodes this protocol op to an ASN.1 element suitable for inclusion in an encoded LDAP message.
encodeTo(ByteStringBuffer) - Method in class com.unboundid.asn1.ASN1Element
Appends an encoded representation of this ASN.1 element to the provided buffer.
encodeTo(ByteStringBuffer) - Method in class com.unboundid.asn1.ASN1OctetString
Appends an encoded representation of this ASN.1 element to the provided buffer.
encodeTo(ByteStringBuffer) - Method in class com.unboundid.asn1.ASN1Sequence
Appends an encoded representation of this ASN.1 element to the provided buffer.
encodeTo(ByteStringBuffer) - Method in class com.unboundid.asn1.ASN1Set
Appends an encoded representation of this ASN.1 element to the provided buffer.
encodeUUID(UUID) - Static method in class com.unboundid.util.StaticUtils
Encodes the provided UUID to a byte array containing its 128-bit representation.
encodeValue(String) - Static method in class com.unboundid.ldap.sdk.Filter
Encodes the provided value into a form suitable for use as the assertion value in the string representation of a search filter.
encodeValue(byte[]) - Static method in class com.unboundid.ldap.sdk.Filter
Encodes the provided value into a form suitable for use as the assertion value in the string representation of a search filter.
ENCODING_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (83) that will be used if an error occurs while encoding a request.
ENCODING_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (83) for the "ENCODING_ERROR" result code.
end() - Method in class com.unboundid.asn1.ASN1BufferSequence
Updates the associated ASN.1 buffer to indicate that all sequence elements have been added and that the appropriate length should be inserted.
end() - Method in class com.unboundid.asn1.ASN1BufferSet
Updates the associated ASN.1 buffer to indicate that all sequence elements have been added and that the appropriate length should be inserted.
ensureCapacity(int) - Method in class com.unboundid.util.ByteStringBuffer
Ensures that the total capacity of this buffer is at least equal to the specified size.
ensureConnectionValidAfterAuthentication(LDAPConnection, BindResult) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Performs any desired processing to determine whether the provided connection is valid after processing a bind operation with the provided result.
ensureConnectionValidAfterException(LDAPConnection, LDAPException) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Indicates whether the provided connection may still be considered valid after an attempt to process an operation yielded the given exception.
ensureConnectionValidForCheckout(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Performs any desired processing to determine whether the provided connection is available to be checked out and used for processing operations.
ensureConnectionValidForContinuedUse(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Performs any desired processing to determine whether the provided connection is valid and should continue to be made available for processing operations.
ensureConnectionValidForRelease(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Performs any desired processing to determine whether the provided connection is valid and should be released back to the pool to be used for processing other operations.
ensureFalse(boolean) - Static method in class com.unboundid.util.Validator
Ensures that the provided condition is false.
ensureFalse(boolean, String) - Static method in class com.unboundid.util.Validator
Ensures that the provided condition is false.
ensureNewConnectionValid(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Performs any desired processing to determine whether the provided new connection is available to be checked out and used for processing operations.
ensureNotNull(Object) - Static method in class com.unboundid.util.Validator
Ensures that the provided object is not null.
ensureNotNull(Object, Object) - Static method in class com.unboundid.util.Validator
Ensures that none of the provided objects is null.
ensureNotNull(Object, Object, Object) - Static method in class com.unboundid.util.Validator
Ensures that none of the provided objects is null.
ensureNotNull(Object, Object, Object, Object) - Static method in class com.unboundid.util.Validator
Ensures that none of the provided objects is null.
ensureNotNull(Object, Object, Object, Object, Object) - Static method in class com.unboundid.util.Validator
Ensures that none of the provided objects is null.
ensureNotNullWithMessage(Object, String) - Static method in class com.unboundid.util.Validator
Ensures that the provided object is not null.
ensureTrue(boolean) - Static method in class com.unboundid.util.Validator
Ensures that the provided condition is true.
ensureTrue(boolean, String) - Static method in class com.unboundid.util.Validator
Ensures that the provided condition is true.
Entry - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about an LDAP entry.
Entry(String) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and no attributes.
Entry(String, Schema) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and no attributes.
Entry(DN) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and no attributes.
Entry(DN, Schema) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and no attributes.
Entry(String, Attribute...) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and set of attributes.
Entry(String, Schema, Attribute...) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and set of attributes.
Entry(DN, Attribute...) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and set of attributes.
Entry(DN, Schema, Attribute...) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and set of attributes.
Entry(String, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and set of attributes.
Entry(String, Schema, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and set of attributes.
Entry(DN, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and set of attributes.
Entry(DN, Schema, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry with the provided DN and set of attributes.
Entry(String...) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry from the provided LDIF representation.
Entry(Schema, String...) - Constructor for class com.unboundid.ldap.sdk.Entry
Creates a new entry from the provided LDIF representation.
ENTRY_ALREADY_EXISTS - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (68) that will be used if the requested operation would create a conflict with an entry that already exists in the server.
ENTRY_ALREADY_EXISTS_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (68) for the "ENTRY_ALREADY_EXISTS" result code.
EOL - Static variable in class com.unboundid.util.StaticUtils
The end-of-line marker for this platform.
EOL_BYTES - Static variable in class com.unboundid.util.StaticUtils
A byte array containing the end-of-line marker for this platform.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
The name for the booleanMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
The name for the caseExactMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
The name for the caseIgnoreListMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
The name for the caseIgnoreMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
The name for the distinguishedNameMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
The name for the generalizedTimeMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
The name for the integerMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
The name for the numericStringMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
The name for the octetStringMatch equality matching rule.
EQUALITY_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
The name for the telephoneNumberMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
The OID for the booleanMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
The OID for the caseExactMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
The OID for the caseIgnoreListMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
The OID for the caseIgnoreMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
The OID for the distinguishedNameMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
The OID for the generalizedTimeMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
The OID for the integerMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
The OID for the numericStringMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
The OID for the octetStringMatch equality matching rule.
EQUALITY_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
The OID for the telephoneNumberMatch equality matching rule.
equals(Object) - Method in class com.unboundid.asn1.ASN1Element
Indicates whether the provided object is equal to this ASN.1 BER element.
equals(Object) - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Indicates whether the provided object is equal to this async request ID.
equals(Object) - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether the provided object is equal to this LDAP attribute.
equals(Object) - Method in class com.unboundid.ldap.sdk.CompactEntry
Indicates whether the provided object is equal to this entry.
equals(Object) - Method in class com.unboundid.ldap.sdk.Control
Indicates whether the provided object may be considered equal to this control.
equals(Object) - Method in class com.unboundid.ldap.sdk.DereferencePolicy
Indicates whether the provided object is equal to this dereference policy.
equals(Object) - Method in class com.unboundid.ldap.sdk.DN
Indicates whether the provided object is equal to this DN.
equals(String) - Method in class com.unboundid.ldap.sdk.DN
Indicates whether the DN with the provided string representation is equal to this DN.
equals(String, String) - Static method in class com.unboundid.ldap.sdk.DN
Indicates whether the two provided strings represent the same DN.
equals(Object) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether the provided object is equal to this entry.
equals(Object) - Method in class com.unboundid.ldap.sdk.Filter
Indicates whether the provided object is equal to this search filter.
equals(Object) - Method in class com.unboundid.ldap.sdk.LDAPURL
Indicates whether the provided object is equal to this LDAP URL.
equals(Object) - Method in class com.unboundid.ldap.sdk.Modification
Indicates whether the provided object is equal to this LDAP modification.
equals(Object) - Method in class com.unboundid.ldap.sdk.ModificationType
Indicates whether the provided object is equal to this modification type.
equals(Object) - Method in class com.unboundid.ldap.sdk.RDN
Indicates whether this RDN is equal to the provided object.
equals(String) - Method in class com.unboundid.ldap.sdk.RDN
Indicates whether the RDN with the provided string representation is equal to this RDN.
equals(String, String) - Static method in class com.unboundid.ldap.sdk.RDN
Indicates whether the two provided strings represent the same RDN.
equals(Object) - Method in class com.unboundid.ldap.sdk.ResultCode
Indicates whether the provided object is equal to this result code.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.AttributeSyntaxDefinition
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.Schema
Indicates whether the provided object is equal to this schema object.
equals(Object) - Method in class com.unboundid.ldap.sdk.schema.SchemaElement
Indicates whether the provided object is equal to this schema element.
equals(Object) - Method in class com.unboundid.ldap.sdk.SearchResultEntry
Indicates whether the provided object is equal to this entry.
equals(Object) - Method in class com.unboundid.ldap.sdk.SearchScope
Indicates whether the provided object is equal to this search scope.
equals(Object) - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Indicates whether the provided object is equal to this LDIF change record.
equals(Object) - Method in class com.unboundid.ldif.LDIFChangeRecord
Indicates whether the provided object is equal to this LDIF change record.
equals(Object) - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Indicates whether the provided object is equal to this LDIF change record.
equals(Object) - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Indicates whether the provided object is equal to this LDIF change record.
equals(Object) - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Indicates whether the provided object is equal to this LDIF change record.
equals(Object) - Method in class com.unboundid.util.ByteStringBuffer
Indicates whether the provided object is a byte string buffer with contents that are identical to that of this buffer.
equals(Object) - Method in class com.unboundid.util.ObjectPair
Indicates whether the provided object is equal to this object pair.
equals(Object) - Method in class com.unboundid.util.WeakHashSet
Indicates whether the provided object is equal to this set.
equalsIgnoreType(ASN1Element) - Method in class com.unboundid.asn1.ASN1Element
Indicates whether the provided ASN.1 element is equal to this element, ignoring any potential difference in the BER type.
examineValidityDates() - Method in class com.unboundid.util.ssl.PromptTrustManager
Indicate whether to prompt about certificates contained in the cache if the current time is outside the validity window for the certificate.
examineValidityDates() - Method in class com.unboundid.util.ssl.TrustAllTrustManager
Indicate whether to reject certificates if the current time is outside the validity window for the certificate.
examineValidityDates() - Method in class com.unboundid.util.ssl.TrustStoreTrustManager
Indicate whether to reject certificates if the current time is outside the validity window for the certificate.
ExtendedRequest - Class in com.unboundid.ldap.sdk
This class implements the processing necessary to perform an LDAPv3 extended operation, which provides a way to request actions not included in the core LDAP protocol.
ExtendedRequest(String) - Constructor for class com.unboundid.ldap.sdk.ExtendedRequest
Creates a new extended request with the provided OID and no value.
ExtendedRequest(String, Control[]) - Constructor for class com.unboundid.ldap.sdk.ExtendedRequest
Creates a new extended request with the provided OID and no value.
ExtendedRequest(String, ASN1OctetString) - Constructor for class com.unboundid.ldap.sdk.ExtendedRequest
Creates a new extended request with the provided OID and value.
ExtendedRequest(String, ASN1OctetString, Control[]) - Constructor for class com.unboundid.ldap.sdk.ExtendedRequest
Creates a new extended request with the provided OID and value.
ExtendedRequest(ExtendedRequest) - Constructor for class com.unboundid.ldap.sdk.ExtendedRequest
Creates a new extended request with the information from the provided extended request.
ExtendedRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP extended request protocol op.
ExtendedRequestProtocolOp(String, ASN1OctetString) - Constructor for class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Creates a new extended request protocol op with the provided information.
ExtendedRequestProtocolOp(ExtendedRequest) - Constructor for class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Creates a new extended request protocol op from the provided extended request object.
ExtendedResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of a extended response protocol op.
ExtendedResponseProtocolOp(int, String, String, List<String>, String, ASN1OctetString) - Constructor for class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Creates a new instance of this extended response protocol op with the provided information.
ExtendedResponseProtocolOp(LDAPResult) - Constructor for class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Creates a new extended response protocol op from the provided extended result object.
ExtendedResult - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about the result of processing an extended operation.
ExtendedResult(int, ResultCode, String, String, String[], String, ASN1OctetString, Control[]) - Constructor for class com.unboundid.ldap.sdk.ExtendedResult
Creates a new extended result with the provided information.
ExtendedResult(LDAPResult) - Constructor for class com.unboundid.ldap.sdk.ExtendedResult
Creates a new extended result with the information contained in the provided LDAP result.
ExtendedResult(LDAPException) - Constructor for class com.unboundid.ldap.sdk.ExtendedResult
Creates a new extended result from the provided LDAPException.
ExtendedResult(ExtendedResult) - Constructor for class com.unboundid.ldap.sdk.ExtendedResult
Creates a new extended result initialized from all of the elements of the provided extended response.
extensionsEqual(Map<String, String[]>, Map<String, String[]>) - Static method in class com.unboundid.ldap.sdk.schema.SchemaElement
Indicates whether the two extension maps are equivalent.

F

FailoverServerSet - Class in com.unboundid.ldap.sdk
This class provides a server set implementation that will attempt to establish connections to servers in the order they are provided.
FailoverServerSet(String[], int[]) - Constructor for class com.unboundid.ldap.sdk.FailoverServerSet
Creates a new failover server set with the specified set of directory server addresses and port numbers.
FailoverServerSet(String[], int[], LDAPConnectionOptions) - Constructor for class com.unboundid.ldap.sdk.FailoverServerSet
Creates a new failover server set with the specified set of directory server addresses and port numbers.
FailoverServerSet(String[], int[], SocketFactory) - Constructor for class com.unboundid.ldap.sdk.FailoverServerSet
Creates a new failover server set with the specified set of directory server addresses and port numbers.
FailoverServerSet(String[], int[], SocketFactory, LDAPConnectionOptions) - Constructor for class com.unboundid.ldap.sdk.FailoverServerSet
Creates a new failover server set with the specified set of directory server addresses and port numbers.
FailoverServerSet(ServerSet...) - Constructor for class com.unboundid.ldap.sdk.FailoverServerSet
Creates a new failover server set that will fail over between the provided server sets.
FailoverServerSet(List<ServerSet>) - Constructor for class com.unboundid.ldap.sdk.FailoverServerSet
Creates a new failover server set that will fail over between the provided server sets.
Filter - Class in com.unboundid.ldap.sdk
This class provides a data structure that represents an LDAP search filter.
FILTER_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (87) that will be used if an error occurs while attempting to encode a search filter.
FILTER_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (87) for the "FILTER_ERROR" result code.
FILTER_TYPE_AND - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for AND search filters.
FILTER_TYPE_APPROXIMATE_MATCH - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for approximate match search filters.
FILTER_TYPE_EQUALITY - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for equality search filters.
FILTER_TYPE_EXTENSIBLE_MATCH - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for extensible match search filters.
FILTER_TYPE_GREATER_OR_EQUAL - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for greaterOrEqual search filters.
FILTER_TYPE_LESS_OR_EQUAL - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for lessOrEqual search filters.
FILTER_TYPE_NOT - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for NOT search filters.
FILTER_TYPE_OR - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for OR search filters.
FILTER_TYPE_PRESENCE - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for presence search filters.
FILTER_TYPE_SUBSTRING - Static variable in class com.unboundid.ldap.sdk.Filter
The BER type for substring search filters.
filterProvided() - Method in class com.unboundid.ldap.sdk.LDAPURL
Indicates whether the URL explicitly included a search filter.
finalize() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Performs any necessary cleanup to ensure that this connection is properly closed before it is garbage collected.
finalize() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Closes this connection pool in the event that it becomes unreferenced.
FINDING - Static variable in class com.unboundid.ldap.sdk.DereferencePolicy
A predefined dereference policy value which indicates that the server should dereference the base entry if it happens to be an alias entry, but it should not dereference any alias entries that may be encountered while examining candidate entries.
flush() - Method in class com.unboundid.ldif.LDIFWriter
Flushes the output stream used by this LDIF writer to ensure any buffered data is written out.
followReferrals() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether associated connections should attempt to follow any referrals that they encounter.
followReferrals(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Indicates whether to automatically follow any referrals encountered while processing this request.
followReferrals(LDAPConnection) - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Indicates whether to automatically follow any referrals encountered while processing this request.
forName(String) - Static method in enum com.unboundid.ldap.sdk.ChangeType
Retrieves the change type with the specified name.
forName(String) - Static method in enum com.unboundid.ldap.sdk.DisconnectType
Retrieves the disconnect type with the specified name.
forName(String) - Static method in enum com.unboundid.util.DebugType
Retrieves the debug type with the specified name.
FULL_VERSION_STRING - Static variable in class com.unboundid.ldap.sdk.Version
The full version string for the LDAP SDK.

G

GeneralizedTimeMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that performs equality and ordering comparisons against values that should be timestamps in the generalized time syntax.
GeneralizedTimeMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Creates a new instance of this generalized time matching rule.
GenericResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of a generic response protocol op.
GenericResponseProtocolOp(byte, int, String, String, List<String>) - Constructor for class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Creates a new instance of this response with the provided information.
GenericResponseProtocolOp(ASN1StreamReader) - Constructor for class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Creates a new response read from the provided ASN.1 stream reader.
GenericSASLBindRequest - Class in com.unboundid.ldap.sdk
This class provides a mechanism for performing SASL authentication in a generic manner.
GenericSASLBindRequest(String, String, ASN1OctetString, Control...) - Constructor for class com.unboundid.ldap.sdk.GenericSASLBindRequest
Creates a new generic SASL bind request with the provided information.
get() - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Attempts to get the result for the associated operation, waiting if necessary for it to complete.
get(long, TimeUnit) - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Attempts to get the result for the associated operation, waiting if necessary for up to the specified length of time for the operation to complete.
get(T) - Method in class com.unboundid.util.WeakHashSet
Retrieves the existing instance of the provided element from this set.
getAbandonRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the abandon request protocol op from this LDAP message.
getAbstractObjectClasses() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of abstract object class definitions contained in the server schema.
getAcceptedIssuers() - Method in class com.unboundid.util.ssl.PromptTrustManager
Retrieves the accepted issuer certificates for this trust manager.
getAcceptedIssuers() - Method in class com.unboundid.util.ssl.TrustAllTrustManager
Retrieves the accepted issuer certificates for this trust manager.
getAcceptedIssuers() - Method in class com.unboundid.util.ssl.TrustStoreTrustManager
Retrieves the accepted issuer certificates for this trust manager.
getActiveOperationCount() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the number of outstanding operations on this LDAP connection (i.e., the number of operations currently in progress).
getAddRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the add request protocol op from this LDAP message.
getAddResponseProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the add response protocol op from this LDAP message.
getAddress() - Method in class com.unboundid.ldap.sdk.SingleServerSet
Retrieves the address of the directory server to which the connections should be established.
getAddresses() - Method in class com.unboundid.ldap.sdk.RoundRobinServerSet
Retrieves the addresses of the directory servers to which the connections should be established.
getAltServerURIs() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves a set of URIs for alternate servers that may be contacted if the current server becomes unavailable.
getApplicableAttributeTypes() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Retrieves the names or OIDs of the attribute types to which this matching rule use applies.
getAssertionValue() - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Retrieves the assertion value for this compare request.
getAssertionValue() - Method in class com.unboundid.ldap.sdk.CompareRequest
Retrieves the assertion value to verify within the target entry.
getAssertionValue() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the string representation of the assertion value for this search filter.
getAssertionValue() - Method in interface com.unboundid.ldap.sdk.ReadOnlyCompareRequest
Retrieves the assertion value to verify within the target entry.
getAssertionValueBytes() - Method in class com.unboundid.ldap.sdk.CompareRequest
Retrieves the assertion value to verify within the target entry, formatted as a byte array.
getAssertionValueBytes() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the binary representation of the assertion value for this search filter.
getAssertionValueBytes() - Method in interface com.unboundid.ldap.sdk.ReadOnlyCompareRequest
Retrieves the assertion value to verify within the target entry, formatted as a byte array.
getAttribute(String) - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves the specified attribute from this add request.
getAttribute(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the attribute with the specified name.
getAttribute(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the attribute with the specified name.
getAttribute(String, Schema) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the attribute with the specified name.
getAttribute() - Method in class com.unboundid.ldap.sdk.Modification
Retrieves the attribute for this modification.
getAttribute(String) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Retrieves the specified attribute from this add request.
getAttributeList() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Retrieves the set of requested attributes to include in matching entries.
getAttributeList() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the set of requested attributes to include in matching entries.
getAttributeName() - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Retrieves the attribute name for this compare request.
getAttributeName() - Method in class com.unboundid.ldap.sdk.CompareRequest
Retrieves the name of the attribute for which the comparison is to be performed.
getAttributeName() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the name of the attribute type for this search filter.
getAttributeName() - Method in class com.unboundid.ldap.sdk.Modification
Retrieves the name of the attribute to target with this modification.
getAttributeName() - Method in interface com.unboundid.ldap.sdk.ReadOnlyCompareRequest
Retrieves the name of the attribute for which the comparison is to be performed.
getAttributeNames() - Method in class com.unboundid.ldap.sdk.RDN
Retrieves the set of attribute names for this RDN.
getAttributes() - Method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Retrieves the list of attributes for this add request.
getAttributes() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves the set of requested attributes for this search request.
getAttributes() - Method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Retrieves the list of attributes for this search result entry.
getAttributes() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves the set of attributes for this add request.
getAttributes() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the set of attributes contained in this entry.
getAttributes() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the set of attributes contained in this entry.
getAttributes() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves the attribute list for this LDAP URL.
getAttributes() - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Retrieves the set of attributes for this add request.
getAttributes() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the set of requested attributes to include in matching entries.
getAttributes() - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Retrieves the set of attributes for this add change record.
getAttributesWithOptions(String, Set<String>) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the list of attributes with the given base name and all of the specified options.
getAttributesWithOptions(String, Set<String>) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the list of attributes with the given base name and all of the specified options.
getAttributeSyntax(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the attribute syntax with the specified OID from the server schema.
getAttributeSyntaxes() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of attribute syntax definitions contained in the server schema.
getAttributeType(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the attribute type with the specified name or OID from the server schema.
getAttributeTypes() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of attribute type definitions contained in the server schema.
getAttributeValue(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the value for the specified attribute, if available.
getAttributeValue(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the value for the specified attribute, if available.
getAttributeValueAsBoolean(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the value for the specified attribute as a Boolean, if available.
getAttributeValueAsBoolean(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the value for the specified attribute as a Boolean, if available.
getAttributeValueAsDate(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the value for the specified attribute as a Date, formatted using the generalized time syntax, if available.
getAttributeValueAsDate(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the value for the specified attribute as a Date, formatted using the generalized time syntax, if available.
getAttributeValueAsDN(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the value for the specified attribute as a DN, if available.
getAttributeValueAsDN(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the value for the specified attribute as a DN, if available.
getAttributeValueAsInteger(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the value for the specified attribute as an Integer, if available.
getAttributeValueAsInteger(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the value for the specified attribute as an Integer, if available.
getAttributeValueAsLong(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the value for the specified attribute as a Long, if available.
getAttributeValueAsLong(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the value for the specified attribute as a Long, if available.
getAttributeValueByteArrays(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the set of values for the specified attribute as byte arrays, if available.
getAttributeValueByteArrays(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the set of values for the specified attribute as byte arrays, if available.
getAttributeValueBytes(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the value for the specified attribute as a byte array, if available.
getAttributeValueBytes(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the value for the specified attribute as a byte array, if available.
getAttributeValues(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the set of values for the specified attribute, if available.
getAttributeValues(String) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the set of values for the specified attribute, if available.
getAttributeValues() - Method in class com.unboundid.ldap.sdk.RDN
Retrieves the set of attribute values for this RDN.
getAuxiliaryClasses() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the names or OIDs of the auxiliary object classes that may be present in entries containing the structural class for this DIT content rule.
getAuxiliaryObjectClasses() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of auxiliary object class definitions contained in the server schema.
getAverageAddResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in milliseconds for all add operations processed on the associated connection.
getAverageAddResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in nanoseconds for all add operations processed on the associated connection.
getAverageBindResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in milliseconds for all bind operations processed on the associated connection.
getAverageBindResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in nanoseconds for all bind operations processed on the associated connection.
getAverageCompareResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in milliseconds for all compare operations processed on the associated connection.
getAverageCompareResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in nanoseconds for all compare operations processed on the associated connection.
getAverageDeleteResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in milliseconds for all delete operations processed on the associated connection.
getAverageDeleteResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in nanoseconds for all delete operations processed on the associated connection.
getAverageExtendedResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in milliseconds for all extended operations processed on the associated connection.
getAverageExtendedResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in nanoseconds for all extended operations processed on the associated connection.
getAverageModifyDNResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in milliseconds for all modify DN operations processed on the associated connection.
getAverageModifyDNResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in nanoseconds for all modify DN operations processed on the associated connection.
getAverageModifyResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in milliseconds for all modify operations processed on the associated connection.
getAverageModifyResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in nanoseconds for all modify operations processed on the associated connection.
getAverageSearchResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in milliseconds for all search operations processed on the associated connection.
getAverageSearchResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the average response time in nanoseconds for all search operations processed on the associated connection.
getBackingArray() - Method in class com.unboundid.util.ByteStringBuffer
Retrieves the current backing array for this buffer.
getBaseDN() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves the base DN for this search request.
getBaseDN() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves the base DN for this LDAP URL.
getBaseDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Retrieves the base DN for this search request.
getBaseDN() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the base DN for this search request.
getBaseName() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the base name for this attribute, which is the name or OID of the attribute type, without any attribute options.
getBaseName(String) - Static method in class com.unboundid.ldap.sdk.Attribute
Retrieves the base name for an attribute with the given name, which will be the provided name without any attribute options.
getBaseSyntaxOID() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the OID of the syntax for this attribute type, if available.
getBaseSyntaxOID(Schema) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the base OID of the syntax for this attribute type, examining superior types if necessary.
getBaseSyntaxOID(String) - Static method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the base OID of the syntax for this attribute type, examining superior types if necessary.
getBindDN() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Retrieves the bind DN for this bind request.
getBindDN() - Method in class com.unboundid.ldap.sdk.GenericSASLBindRequest
Retrieves the bind DN for this SASL bind request, if any.
getBindDN() - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Retrieves the bind DN for this simple bind request.
getBindRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the bind request protocol op from this LDAP message.
getBindResponseProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the bind response protocol op from this LDAP message.
getBindResult() - Method in exception com.unboundid.ldap.sdk.LDAPBindException
Retrieves the bind result that was returned by the server.
getBindResult() - Method in exception com.unboundid.ldap.sdk.SASLBindInProgressException
Retrieves the bind result that was returned by the server.
getBindType() - Method in class com.unboundid.ldap.sdk.BindRequest
Retrieves a human-readable string that describes the type of bind request.
getBindType() - Method in class com.unboundid.ldap.sdk.SASLBindRequest
Retrieves a human-readable string that describes the type of bind request.
getBindType() - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Retrieves a human-readable string that describes the type of bind request.
getByteArrayAttributeValues() - Method in class com.unboundid.ldap.sdk.RDN
Retrieves the set of attribute values for this RDN.
getBytes(String) - Static method in class com.unboundid.util.StaticUtils
Retrieves a UTF-8 byte representation of the provided string.
getCertificateAlias() - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the nickname of the certificate that should be selected.
getCertificateChain(String) - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the certificate chain for the certificate with the given nickname.
getChangelogDN() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the DN of the base entry for the directory server changelog information, if available.
getChangeType() - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Retrieves the type of operation represented by this LDIF change record.
getChangeType() - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves the type of operation represented by this LDIF change record.
getChangeType() - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Retrieves the type of operation represented by this LDIF change record.
getChangeType() - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Retrieves the type of operation represented by this LDIF change record.
getChangeType() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Retrieves the type of operation represented by this LDIF change record.
getClientAliases(String, Principal[]) - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the nicknames of the client certificates of the specified type contained in the key store.
getCompareRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the compare request protocol op from this LDAP message.
getCompareResponseProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the compare response protocol op from this LDAP message.
getComponents() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the set of filter components used in this AND or OR filter.
getConnectedAddress() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the address of the directory server to which this connection is currently established.
getConnectedInetAddress() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves an InetAddress object that represents the address of the server to which this connection is currently established.
getConnectedIPAddress() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the string representation of the IP address to which this connection is currently established.
getConnectedPort() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the port of the directory server to which this connection is currently established.
getConnection() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves an LDAP connection from the pool.
getConnection() - Method in class com.unboundid.ldap.sdk.FailoverServerSet
Attempts to establish a connection to one of the directory servers in this server set.
getConnection(LDAPConnectionPoolHealthCheck) - Method in class com.unboundid.ldap.sdk.FailoverServerSet
Attempts to establish a connection to one of the directory servers in this server set, using the provided health check to further validate the connection.
getConnection() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves an LDAP connection from the pool.
getConnection(String, int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Attempts to retrieve a connection from the pool that is established to the specified server.
getConnection() - Method in class com.unboundid.ldap.sdk.RoundRobinServerSet
Attempts to establish a connection to one of the directory servers in this server set.
getConnection(LDAPConnectionPoolHealthCheck) - Method in class com.unboundid.ldap.sdk.RoundRobinServerSet
Attempts to establish a connection to one of the directory servers in this server set, using the provided health check to further validate the connection.
getConnection() - Method in class com.unboundid.ldap.sdk.ServerSet
Attempts to establish a connection to one of the directory servers in this server set.
getConnection(LDAPConnectionPoolHealthCheck) - Method in class com.unboundid.ldap.sdk.ServerSet
Attempts to establish a connection to one of the directory servers in this server set, using the provided health check to further validate the connection.
getConnection() - Method in class com.unboundid.ldap.sdk.SingleServerSet
Attempts to establish a connection to one of the directory servers in this server set.
getConnectionID() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves a value that uniquely identifies this connection within the JVM Each LDAPConnection object will be assigned a different connection ID, and that connection ID will not change over the life of the object, even if the connection is closed and re-established (whether re-established to the same server or a different server).
getConnectionName() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the user-friendly name that has been assigned to this connection.
getConnectionOptions() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the set of connection options for this connection.
getConnectionOptions() - Method in class com.unboundid.ldap.sdk.RoundRobinServerSet
Retrieves the set of connection options that will be used for underlying connections.
getConnectionOptions() - Method in class com.unboundid.ldap.sdk.SingleServerSet
Retrieves the set of connection options that will be used by the underlying connections.
getConnectionPool() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the connection pool with which this connection is associated, if any.
getConnectionPoolName() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the user-friendly name that has been assigned to this connection pool.
getConnectionPoolName() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the user-friendly name that has been assigned to the connection pool with which this connection is associated.
getConnectionPoolName() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the user-friendly name that has been assigned to this connection pool.
getConnectionPoolStatistics() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the set of statistics maintained for this LDAP connection pool.
getConnectionPoolStatistics() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the set of statistics maintained for this LDAP connection pool.
getConnectionStatistics() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the connection statistics for this LDAP connection.
getConnectStackTrace() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves a stack trace of the thread that last attempted to establish this connection.
getConnectTime() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the time that this connection was established in the number of milliseconds since January 1, 1970 UTC (the same format used by System.currentTimeMillis.
getConnectTimeoutMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the maximum length of time in milliseconds that a connection attempt should be allowed to continue before giving up.
getControl(String) - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Retrieves the control with the specified OID.
getControl(String) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Retrieves the control with the specified OID from this request.
getControl(String) - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Retrieves the control with the specified OID from this request.
getControl(String) - Method in class com.unboundid.ldap.sdk.SearchResultEntry
Retrieves the control with the specified OID.
getControl(String) - Method in class com.unboundid.ldap.sdk.SearchResultReference
Retrieves the control with the specified OID.
getControlList() - Method in class com.unboundid.ldap.sdk.LDAPRequest
Retrieves a list containing the set of controls for this request.
getControlList() - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Retrieves a list containing the set of controls for this request.
getControlName() - Method in class com.unboundid.ldap.sdk.Control
Retrieves the user-friendly name for this control, if available.
getControls() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the set of controls for this LDAP message.
getControls() - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Retrieves the set of controls returned with this intermediate response.
getControls() - Method in class com.unboundid.ldap.sdk.LDAPRequest
Retrieves the set of controls for this request.
getControls() - Method in class com.unboundid.ldap.sdk.SearchResultEntry
Retrieves the set of controls returned with this search result entry.
getControls() - Method in class com.unboundid.ldap.sdk.SearchResultReference
Retrieves the set of controls returned with this search result reference.
getControls() - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves the set of controls for this LDIF change record.
getCreateIfNecessary() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Indicates whether the connection pool should create a new connection if one is requested when there are none available.
getCredentials() - Method in class com.unboundid.ldap.sdk.GenericSASLBindRequest
Retrieves the credentials for the SASL bind request, if any.
getCredentialsType() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Retrieves the credentials type for this bind request.
getCurrentAvailableConnections() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the number of connections that are currently available for use in this connection pool, if applicable.
getCurrentAvailableConnections() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the number of connections that are currently available for use in this connection pool, if applicable.
getDataLines() - Method in exception com.unboundid.ldif.LDIFException
Retrieves the lines comprising the data that could not be parsed as valid LDIF, if available.
getDebugTypes() - Static method in class com.unboundid.util.Debug
Retrieves the set of debug types that will be used if debugging is enabled.
getDefaultCipherSuites() - Method in class com.unboundid.util.SynchronizedSSLSocketFactory
Retrieves the set of cipher suites which are enabled by default.
getDefaultEqualityMatchingRule() - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the default matching rule that will be used for equality matching if no other matching rule is specified or available.
getDefaultOrderingMatchingRule() - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the default matching rule that will be used for ordering matching if no other matching rule is specified or available.
getDefaultSSLProtocol() - Static method in class com.unboundid.util.ssl.SSLUtil
Retrieves the SSL protocol string that will be used by calls to createSSLContext() that do not explicitly specify which protocol to use.
getDefaultSubstringMatchingRule() - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the default matching rule that will be used for substring matching if no other matching rule is specified or available.
getDeleteRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the delete request protocol op from this LDAP message.
getDeleteResponseProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the delete response protocol op from this LDAP message.
getDereferencePolicy() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Retrieves the dereference policy that should be used by the server for any aliases encountered during search processing.
getDereferencePolicy() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the dereference policy that should be used by the server for any aliases encountered during search processing.
getDerefPolicy() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves the policy to use for any aliases encountered during the search.
getDescription() - Method in enum com.unboundid.ldap.sdk.DisconnectType
Retrieves the description for this disconnect type.
getDescription() - Method in class com.unboundid.ldap.sdk.schema.AttributeSyntaxDefinition
Retrieves the description for this attribute syntax, if available.
getDescription() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the description for this attribute type, if available.
getDescription() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the description for this DIT content rule, if available.
getDescription() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves the description for this DIT structure rule, if available.
getDescription() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Retrieves the description for this matching rule, if available.
getDescription() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Retrieves the description for this matching rule use, if available.
getDescription() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves the description for this name form, if available.
getDescription() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the description for this object class, if available.
getDiagnosticMessage() - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Retrieves the diagnostic message for this bind response, if any.
getDiagnosticMessage() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Retrieves the diagnostic message for this extended response, if any.
getDiagnosticMessage() - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Retrieves the diagnostic message for this response, if any.
getDiagnosticMessage() - Method in exception com.unboundid.ldap.sdk.LDAPException
Retrieves the diagnostic message returned by the directory server.
getDiagnosticMessage() - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves the diagnostic message from the response, if available.
getDiagnosticMessage() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Retrieves the diagnostic message returned by the directory server.
getDisconnectCause() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the disconnect cause for this connection, which is an exception or error that triggered the connection termination, if available.
getDisconnectHandler() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the disconnect handler to use for associated connections.
getDisconnectMessage() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the disconnect message for this connection, which may provide additional information about the reason for the disconnect, if available.
getDisconnectType() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the disconnect type for this connection, if available.
getDITContentRule(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the DIT content rule with the specified name or OID from the server schema.
getDITContentRules() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of DIT content rule definitions contained in the server schema.
getDITStructureRuleByID(int) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the DIT content rule with the specified rule ID from the server schema.
getDITStructureRuleByName(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the DIT content rule with the specified name from the server schema.
getDITStructureRuleByNameForm(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the DIT content rule associated with the specified name form from the server schema.
getDITStructureRules() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of DIT structure rule definitions contained in the server schema.
getDN() - Method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Retrieves the target entry DN for this add request.
getDN() - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Retrieves the DN for this compare request.
getDN() - Method in class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Retrieves the target entry DN for this delete request.
getDN() - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Retrieves the target entry DN for this modify DN request.
getDN() - Method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Retrieves the target entry DN for this modify request.
getDN() - Method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Retrieves the DN for this search result entry.
getDN() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves the DN for this add request.
getDN() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the DN for this entry.
getDN() - Method in class com.unboundid.ldap.sdk.CompareRequest
Retrieves the DN of the entry in which the comparison is to be performed.
getDN() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Retrieves the DN of the entry to delete.
getDN() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the DN for this entry.
getDN() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves the current DN of the entry to move/rename.
getDN() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Retrieves the DN of the entry to modify.
getDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Retrieves the DN for this add request.
getDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlyCompareRequest
Retrieves the DN of the entry in which the comparison is to be performed.
getDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlyDeleteRequest
Retrieves the DN of the entry to delete.
getDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Retrieves the current DN of the entry to move/rename.
getDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyRequest
Retrieves the DN of the entry to modify.
getDN() - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves the DN for this LDIF change record.
getDN() - Method in interface com.unboundid.ldif.LDIFRecord
Retrieves the string representation of the DN for this LDIF record.
getDNAttributes() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the dnAttributes flag for this extensible match filter.
getDuplicateValueBehavior() - Method in class com.unboundid.ldif.LDIFReader
Retrieves the behavior that should be exhibited if the LDIF reader encounters an entry with duplicate values.
getEnabledSSLProtocols() - Static method in class com.unboundid.util.ssl.SSLUtil
Retrieves the set of SSL protocols that will be enabled for use, if available, for SSL sockets created within the LDAP SDK.
getEntry(String) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the entry with the specified DN using a connection from this connection pool.
getEntry(String, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the entry with the specified DN using a connection from this connection pool.
getEntry(String) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the entry with the specified DN.
getEntry(String, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the entry with the specified DN.
getEntry(String) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Retrieves the entry with the specified DN.
getEntry(String, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Retrieves the entry with the specified DN.
getEntryCount() - Method in exception com.unboundid.ldap.sdk.LDAPSearchException
Retrieves the number of matching entries returned for the search operation before this exception was thrown.
getEntryCount() - Method in class com.unboundid.ldap.sdk.SearchResult
Retrieves the number of matching entries returned for the search operation.
getEntryToAdd() - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Retrieves the entry that would be created by this add change record.
getEqualityMatchingRule() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the name or OID of the equality matching rule for this attribute type, if available.
getEqualityMatchingRule(Schema) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the name or OID of the equality matching rule for this attribute type, examining superior attribute types if necessary.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Retrieves the name for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleNameOrOID() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the name for this matching rule when used to perform equality matching if defined, or the OID if no name is available.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getEqualityMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Retrieves the OID for this matching rule when used to perform equality matching, if appropriate.
getExceptionMessage() - Method in exception com.unboundid.ldap.sdk.LDAPException
Retrieves a string representation of this exception suitable for use in messages.
getExceptionMessage() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Retrieves a string representation of this exception suitable for use in messages.
getExceptionMessage() - Method in exception com.unboundid.ldif.LDIFException
Retrieves a string representation of this exception suitable for use in messages.
getExceptionMessage() - Method in exception com.unboundid.util.LDAPSDKException
Retrieves a string representation of this exception suitable for use in messages.
getExceptionMessage() - Method in exception com.unboundid.util.LDAPSDKRuntimeException
Retrieves a string representation of this exception suitable for use in messages.
getExceptionMessage(Throwable) - Static method in class com.unboundid.util.StaticUtils
Retrieves a string representation of the provided Throwable object suitable for use in a message.
getExtendedRequestName() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Retrieves the user-friendly name for the extended request, if available.
getExtendedRequestName() - Method in class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Retrieves the user-friendly name for the extended request, if available.
getExtendedRequestName() - Method in class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Retrieves the user-friendly name for the extended request, if available.
getExtendedRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the extended request protocol op from this LDAP message.
getExtendedResponseProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the extended response protocol op from this LDAP message.
getExtendedResult() - Method in exception com.unboundid.ldap.sdk.LDAPExtendedOperationException
Retrieves the extended result that was returned by the server.
getExtendedResultName() - Method in class com.unboundid.ldap.sdk.ExtendedResult
Retrieves the user-friendly name for the extended result, if available.
getExtendedResultName() - Method in class com.unboundid.ldap.sdk.extensions.NoticeOfDisconnectionExtendedResult
Retrieves the user-friendly name for the extended result, if available.
getExtensions() - Method in class com.unboundid.ldap.sdk.schema.AttributeSyntaxDefinition
Retrieves the set of extensions for this matching rule use.
getExtensions() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the set of extensions for this attribute type.
getExtensions() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the set of extensions for this DIT content rule.
getExtensions() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves the set of extensions for this DIT structure rule.
getExtensions() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Retrieves the set of extensions for this matching rule.
getExtensions() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Retrieves the set of extensions for this matching rule use.
getExtensions() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves the set of extensions for this name form.
getExtensions() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the set of extensions for this object class.
getFilter() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves the filter for this search request.
getFilter() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves the filter for this LDAP URL.
getFilter() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Retrieves the filter that should be used to identify matching entries.
getFilter() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the filter that should be used to identify matching entries.
getFilterType() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the filter type for this filter.
getFirst() - Method in class com.unboundid.util.ObjectPair
Retrieves the first object in this pair.
getFirstChangeNumber() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the change number for the first entry contained in the LDAP changelog, if available.
getHealthCheck() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the health check implementation for this connection pool.
getHealthCheck() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the health check implementation for this connection pool.
getHealthCheckIntervalMillis() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the length of time in milliseconds between periodic background health checks against the available connections in this pool.
getHealthCheckIntervalMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the length of time in milliseconds between periodic background health checks against the available connections in this pool.
getHost() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves the host for this LDAP URL.
getHostPort() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves a string representation of the host and port for the server to to which the last connection attempt was made.
getIDToAbandon() - Method in class com.unboundid.ldap.protocol.AbandonRequestProtocolOp
Retrieves the message ID of the operation to abandon.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Retrieves a singleton instance of this matching rule.
getInstance() - Static method in class com.unboundid.util.ssl.TrustAllSSLSocketVerifier
Retrieves a singleton instance of this SSL socket verifier.
getIntermediateResponseListener() - Method in class com.unboundid.ldap.sdk.LDAPRequest
Retrieves the intermediate response listener for this request, if any.
getIntermediateResponseName() - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Retrieves the user-friendly name for the intermediate response, if available.
getIntermediateResponseProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the intermediate response protocol op from this LDAP message.
getItems(ASN1OctetString) - Static method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves a list of the items contained in the provided value.
getItems(String) - Static method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves a list of the items contained in the provided value.
getKeyManagers() - Method in class com.unboundid.util.ssl.SSLUtil
Retrieves the set of key managers configured for use by this class, if any.
getKeyStoreFile() - Method in class com.unboundid.util.ssl.KeyStoreKeyManager
Retrieves the path to the key store file to use.
getKeyStoreFormat() - Method in class com.unboundid.util.ssl.KeyStoreKeyManager
Retrieves the name of the key store file format.
getLastBindRequest() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the last successful bind request processed on this connection.
getLastChangeNumber() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the change number for the last entry contained in the LDAP changelog, if available.
getLastCommunicationTime() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the time that this connection was last used to send or receive an LDAP message.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.CompareRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.LDAPRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.SASLBindRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastMessageID() - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Retrieves the message ID for the last LDAP message sent using this request.
getLastPurgedChangeNumber() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the change number for the last entry purged from the LDAP changelog, if available.
getLastUsedSocketFactory() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the socket factory that was used when creating the socket for the last connection attempt (whether successful or unsuccessful) for this LDAP connection.
getLDAPException() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Retrieves the LDAPException object wrapped by this runtime exception.
getLength() - Method in class com.unboundid.asn1.ASN1StreamReaderSequence
Retrieves the number of bytes contained in the encoded representations of all the embedded values.
getLength() - Method in class com.unboundid.asn1.ASN1StreamReaderSet
Retrieves the number of bytes contained in the encoded representations of all the embedded values.
getLineNumber() - Method in exception com.unboundid.ldif.LDIFException
Retrieves the line number on which the problem occurred.
getLingerTimeoutSeconds() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the linger timeout in seconds that will be used if the SO_LINGER socket option is enabled.
getLogger() - Static method in class com.unboundid.util.Debug
Retrieves the logger that will be used to write the debug messages.
getLowercaseItems(ASN1OctetString) - Static method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves a list of the lowercase representations of the items contained in the provided value.
getLowercaseItems(String) - Static method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves a list of the lowercase representations of the items contained in the provided value.
getMatchedDN() - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Retrieves the matched DN for this bind response, if any.
getMatchedDN() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Retrieves the matched DN for this extended response, if any.
getMatchedDN() - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Retrieves the matched DN for this response, if any.
getMatchedDN() - Method in exception com.unboundid.ldap.sdk.LDAPException
Retrieves the matched DN for this LDAP exception.
getMatchedDN() - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves the matched DN from the response, if available.
getMatchedDN() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Retrieves the matched DN for this LDAP exception.
getMatchingRule() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the matching rule instance used by this attribute.
getMatchingRule(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the matching rule with the specified name or OID from the server schema.
getMatchingRuleID() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the matching rule ID for this extensible match filter.
getMatchingRules() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of matching rule definitions contained in the server schema.
getMatchingRuleUse(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the matching rule use with the specified name or OID from the server schema.
getMatchingRuleUses() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of matching rule use definitions contained in the server schema.
getMaxConnectionAgeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the maximum length of time in milliseconds that a connection in this pool may be established before it is closed and replaced with another connection.
getMaxDefunctReplacementConnectionAgeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the maximum connection age that should be used for connections that were created in order to replace defunct connections.
getMaxFailoverConnectionAgeMillis() - Method in class com.unboundid.ldap.sdk.FailoverServerSet
Retrieves the maximum connection age that should be used for "failover" connections (i.e., connections that are established to any server other than the most-preferred server, or established using any server set other than the most-preferred set).
getMaximumAvailableConnections() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the maximum number of connections to be maintained in this connection pool, which is the maximum number of available connections that should be available at any time, if applicable.
getMaximumAvailableConnections() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the maximum number of connections to be maintained in this connection pool, which is the maximum number of available connections that should be available at any time, if applicable.
getMaximumAvailableConnections() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the maximum number of connections that may be available in the pool at any time, if that information is available.
getMaxMessageSize() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the maximum size in bytes for an LDAP message that a connection will attempt to read from the directory server.
getMaxWaitTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the maximum length of time in milliseconds to wait for a connection to become available when trying to obtain a connection from the pool.
getMessageID() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the message ID for this LDAP message.
getMessageID() - Method in interface com.unboundid.ldap.protocol.LDAPResponse
Retrieves the message ID for the LDAP message containing this response.
getMessageID() - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Retrieves the message ID for the associated request.
getMessageID() - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Retrieves the message ID for the LDAP message containing this response.
getMessageID() - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves the message ID for the LDAP message with which this LDAP result is associated.
getMessageID() - Method in class com.unboundid.ldap.sdk.SearchResultEntry
Retrieves the message ID for the LDAP message containing this response.
getMessageID() - Method in class com.unboundid.ldap.sdk.SearchResultReference
Retrieves the message ID for the LDAP message containing this response.
getMinDisconnectIntervalMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the minimum length of time in milliseconds that should pass between connections closed because they have been established for longer than the maximum connection age.
getMinimumAvailableConnectionGoal() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the goal for the minimum number of available connections that the pool should try to maintain for immediate use.
getModifications() - Method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Retrieves the list of modifications for this modify request.
getModifications() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Retrieves the set of modifications for this modify request.
getModifications() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyRequest
Retrieves the set of modifications for this modify request.
getModifications() - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Retrieves the set of modifications for this modify change record.
getModificationType() - Method in class com.unboundid.ldap.sdk.Modification
Retrieves the modification type for this modification.
getModifyDNRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the modify DN request protocol op from this LDAP message.
getModifyDNResponseProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the modify DN response protocol op from this LDAP message.
getModifyRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the modify request protocol op from this LDAP message.
getModifyResponseProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the modify response protocol op from this LDAP message.
getName() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the name for this attribute (i.e., the attribute description), which may include zero or more attribute options.
getName() - Method in enum com.unboundid.ldap.sdk.ChangeType
Retrieves the human-readable name for this change type.
getName() - Method in class com.unboundid.ldap.sdk.DereferencePolicy
Retrieves the name for this dereference policy.
getName() - Method in class com.unboundid.ldap.sdk.ModificationType
Retrieves the name for this modification type.
getName() - Method in class com.unboundid.ldap.sdk.ResultCode
Retrieves the name for this result code.
getName() - Method in enum com.unboundid.ldap.sdk.schema.AttributeUsage
Retrieves the name of this attribute usage.
getName() - Method in enum com.unboundid.ldap.sdk.schema.ObjectClassType
Retrieves the name of this object class type.
getName() - Method in class com.unboundid.ldap.sdk.SearchScope
Retrieves the name for this search scope.
getName() - Method in enum com.unboundid.util.DebugType
Retrieves the name for this debug type.
getNameFormByName(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the name form with the specified name or OID from the server schema.
getNameFormByObjectClass(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the name form associated with the specified structural object class from the server schema.
getNameFormID() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves the name or OID of the name form with which this DIT structure rule is associated.
getNameForms() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of name form definitions contained in the server schema.
getNameOrOID() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the primary name that can be used to reference this attribute type.
getNameOrOID() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the primary name that can be used to reference this DIT content rule.
getNameOrOID() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Retrieves the primary name that can be used to reference this matching rule.
getNameOrOID() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Retrieves the primary name that can be used to reference this matching rule use.
getNameOrOID() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves the primary name that can be used to reference this name form.
getNameOrOID() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the primary name that can be used to reference this object class.
getNameOrRuleID() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves the primary name that can be used to reference this DIT structure rule.
getNames() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the set of names for this attribute type.
getNames() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the set of names for this DIT content rule.
getNames() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves the set of names for this DIT structure rule.
getNames() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Retrieves the set of names for this matching rule.
getNames() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Retrieves the set of names for this matching rule use.
getNames() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves the set of names for this name form.
getNames() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the set of names for this object class.
getNamingContextDNs() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the DNs of the naming contexts provided by the directory server.
getNewDN() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Retrieves the DN that the entry should have after the successful completion of the operation.
getNewRDN() - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Retrieves the new RDN for this modify DN request.
getNewRDN() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves the new RDN for the entry.
getNewRDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Retrieves the new RDN for the entry.
getNewRDN() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Retrieves the new RDN value for the entry.
getNewSuperiorDN() - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Retrieves the new superior DN for this modify DN request, if any.
getNewSuperiorDN() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves the new superior DN for the entry.
getNewSuperiorDN() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Retrieves the new superior DN for the entry.
getNewSuperiorDN() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Retrieves the new superior DN for the entry, if applicable.
getNOTComponent() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the filter component used in this NOT filter.
getNumAbandonRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of abandon requests sent on the associated connection.
getNumAddRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of add requests sent on the associated connection.
getNumAddResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of add responses sent on the associated connection.
getNumAvailableConnections() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of connections currently available for use in the pool, if that information is available.
getNumBindRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of bind requests sent on the associated connection.
getNumBindResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of bind responses sent on the associated connection.
getNumCompareRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of compare requests sent on the associated connection.
getNumCompareResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of compare responses sent on the associated connection.
getNumConnectionsClosedDefunct() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of connections that have been closed as defunct (i.e., they are no longer believed to be valid).
getNumConnectionsClosedExpired() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of connections that have been closed as expired (i.e., they have been established for longer than the maximum connection age for the pool).
getNumConnectionsClosedUnneeded() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of connections that have been closed as unneeded (i.e., they were created in response to heavy load but are no longer needed to meet the current load, or they were closed when the pool was closed).
getNumConnects() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of times an attempt has been made to establish the associated connection.
getNumDefunct() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheckResult
Retrieves the number of connections found to be invalid (e.g., because they were no longer established, or because they failed the health check) and were attempted to be replaced as defunct.
getNumDeleteRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of delete requests sent on the associated connection.
getNumDeleteResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of delete responses sent on the associated connection.
getNumDisconnects() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of times the associated connection has been terminated.
getNumExamined() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheckResult
Retrieves the number of connections that were examined during the health check.
getNumExpired() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheckResult
Retrieves the number of connections found to have been established for longer than the pool's maximum connection age and were attempted to be replaced as expired.
getNumExtendedRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of extended requests sent on the associated connection.
getNumExtendedResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of extended responses sent on the associated connection.
getNumFailedCheckouts() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of failed attempts to check out a connection from the pool (including connections checked out for internal use by operations processed as part of the pool).
getNumFailedConnectionAttempts() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of failed attempts to create a connection for use in the connection pool.
getNumModifyDNRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of modify DN requests sent on the associated connection.
getNumModifyDNResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of modify DN responses sent on the associated connection.
getNumModifyRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of modify requests sent on the associated connection.
getNumModifyResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of modify responses sent on the associated connection.
getNumReleasedValid() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of times a valid, usable connection has been released back to the pool after being checked out (including connections checked out for internal use by operations processed within the pool).
getNumSearchDoneResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of search result done responses received on the associated connection.
getNumSearchEntryResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of search result entry responses received on the associated connection.
getNumSearchReferenceResponses() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of search result reference responses received on the associated connection.
getNumSearchRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of search requests sent on the associated connection.
getNumSuccessfulCheckouts() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of successful attempts to check out a connection from the pool (including connections checked out for internal use by operations processed as part of the pool).
getNumSuccessfulCheckoutsAfterWaiting() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of successful attempts to check out a connection from the pool that had to wait for a connection to become available.
getNumSuccessfulCheckoutsNewConnection() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of successful attempts to check out a connection from the pool that had to create a new connection because no existing connections were available.
getNumSuccessfulCheckoutsWithoutWaiting() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of successful attempts to check out a connection from the pool that were able to obtain an existing connection without waiting.
getNumSuccessfulConnectionAttempts() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves the number of connections that have been successfully created for use in conjunction with the connection pool.
getNumUnbindRequests() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the number of unbind requests sent on the associated connection.
getObjectClass(String) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the object class with the specified name or OID from the server schema.
getObjectClassAttribute() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the "objectClass" attribute from the entry, if available.
getObjectClassAttribute() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the "objectClass" attribute from the entry, if available.
getObjectClasses() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of object class definitions contained in the server schema.
getObjectClassType() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the object class type for this object class.
getObjectClassType(Schema) - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the object class type for this object class, recursively examining superior classes if necessary to make the determination.
getObjectClassValues() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the values of the "objectClass" attribute from the entry, if available.
getObjectClassValues() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the values of the "objectClass" attribute from the entry, if available.
getOID() - Method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Retrieves the OID for this extended request.
getOID() - Method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Retrieves the OID for this intermediate response, if any.
getOID() - Method in class com.unboundid.ldap.sdk.Control
Retrieves the OID for this control.
getOID() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Retrieves the OID for this extended request.
getOID() - Method in class com.unboundid.ldap.sdk.ExtendedResult
Retrieves the OID for this extended result, if available.
getOID() - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Retrieves the OID for this intermediate response, if any.
getOID() - Method in class com.unboundid.ldap.sdk.schema.AttributeSyntaxDefinition
Retrieves the OID for this attribute syntax.
getOID() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the OID for this attribute type.
getOID() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the OID for the structural object class associated with this DIT content rule.
getOID() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Retrieves the OID for this matching rule.
getOID() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Retrieves the OID for this matching rule use.
getOID() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves the OID for this name form.
getOID() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the OID for this object class.
getOperationalAttributeTypes() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of operational attribute type definitions (i.e., those definitions with a usage of directoryOperation, distributedOperation, or dSAOperation) contained in the server schema.
getOperationType() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves the type of operation that is represented by this request.
getOperationType() - Method in class com.unboundid.ldap.sdk.BindRequest
Retrieves the type of operation that is represented by this request.
getOperationType() - Method in class com.unboundid.ldap.sdk.CompareRequest
Retrieves the type of operation that is represented by this request.
getOperationType() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Retrieves the type of operation that is represented by this request.
getOperationType() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Retrieves the type of operation that is represented by this request.
getOperationType() - Method in class com.unboundid.ldap.sdk.LDAPRequest
Retrieves the type of operation that is represented by this request.
getOperationType() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves the type of operation that is represented by this request.
getOperationType() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Retrieves the type of operation that is represented by this request.
getOperationType() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the type of operation that is represented by this request.
getOperationTypesToRetryDueToInvalidConnections() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the set of operation types for which operations should be retried if the initial attempt fails in a manner that indicates that the connection used to process the request may no longer be valid.
getOperationTypesToRetryDueToInvalidConnections() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Retrieves the set of operation types for which operations should be retried if the initial attempt fails in a manner that indicates that the connection used to process the request may no longer be valid.
getOptionalAttributes() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the names or OIDs of the attributes that are optionally allowed to be present in entries containing the structural object class for this DIT content rule.
getOptionalAttributes() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves the names or OIDs of the attributes that may optionally be present in the RDN of entries with the associated structural object class.
getOptionalAttributes() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the names or OIDs of the attributes that may optionally be present in entries containing this object class.
getOptionalAttributes(Schema, boolean) - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the attribute type definitions for the attributes that may optionally be present in entries containing this object class, optionally including the set of optional attribute types from superior classes.
getOptions() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the set of options for this attribute.
getOptions(String) - Static method in class com.unboundid.ldap.sdk.Attribute
Retrieves the set of options for the provided attribute name.
getOrderingMatchingRule() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the name or OID of the ordering matching rule for this attribute type, if available.
getOrderingMatchingRule(Schema) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the name or OID of the ordering matching rule for this attribute type, examining superior attribute types if necessary.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Retrieves the name for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleNameOrOID() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the name for this matching rule when used to perform ordering matching if defined, or the OID if no name is available.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getOrderingMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Retrieves the OID for this matching rule when used to perform ordering matching, if appropriate.
getParent() - Method in class com.unboundid.ldap.sdk.DN
Retrieves the DN that is the parent for this DN.
getParent(String) - Static method in class com.unboundid.ldap.sdk.DN
Retrieves the DN that is the parent for the DN with the provided string representation.
getParentDN() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the parent DN for this entry.
getParentDN() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the parent DN for this entry.
getParentDNString() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the parent DN for this entry as a string.
getParentDNString() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the parent DN for this entry as a string.
getParentString() - Method in class com.unboundid.ldap.sdk.DN
Retrieves the string representation of the DN that is the parent for this DN.
getParentString(String) - Static method in class com.unboundid.ldap.sdk.DN
Retrieves the string representation of the DN that is the parent for the DN with the provided string representation.
getParsedDN() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the parsed DN for this entry.
getParsedDN() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the parsed DN for this entry.
getParsedDN() - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves the parsed DN for this LDIF change record.
getParsedDN() - Method in interface com.unboundid.ldif.LDIFRecord
Retrieves the parsed DN for this LDIF record as a DN object.
getParsedNewRDN() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Retrieves the parsed new RDN value for the entry.
getParsedNewSuperiorDN() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Retrieves the parsed new superior DN for the entry, if applicable.
getPassword() - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Retrieves the password for this simple bind request, if no password provider has been configured.
getPasswordBytes() - Method in class com.unboundid.ldap.sdk.PasswordProvider
Retrieves a password in a newly-created byte array.
getPasswordProvider() - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Retrieves the password provider for this simple bind request, if defined.
getPooledSchemaTimeoutMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the maximum length of time in milliseconds that a pooled schema object should be considered fresh.
getPort() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves the port for this LDAP URL.
getPort() - Method in class com.unboundid.ldap.sdk.SingleServerSet
Retrieves the port of the directory server to which the connections should be established.
getPorts() - Method in class com.unboundid.ldap.sdk.RoundRobinServerSet
Retrieves the ports of the directory servers to which the connections should be established.
getPrivateKey(String) - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the private key for the specified certificate.
getProhibitedAttributes() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the names or OIDs of the attributes that are not allowed to be present in entries containing the structural object class for this DIT content rule.
getProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the protocol op for this LDAP message.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.AbandonRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the BER type for the protocol op contained in this LDAP message.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in interface com.unboundid.ldap.protocol.ProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.protocol.UnbindRequestProtocolOp
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.sdk.CompareRequest
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the BER type for this protocol op.
getProtocolOpType() - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Retrieves the BER type for this protocol op.
getRawAssertionValue() - Method in class com.unboundid.ldap.sdk.CompareRequest
Retrieves the assertion value to verify within the target entry.
getRawAssertionValue() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the raw assertion value for this search filter as an ASN.1 octet string.
getRawAssertionValue() - Method in interface com.unboundid.ldap.sdk.ReadOnlyCompareRequest
Retrieves the assertion value to verify within the target entry.
getRawSubAnyValues() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the raw subAny values for this substring filter.
getRawSubFinalValue() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the raw subFinal element for this filter as an ASN.1 octet string.
getRawSubInitialValue() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the raw subInitial element for this filter as an ASN.1 octet string.
getRawValues() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the set of values for this attribute as an array of ASN.1 octet strings.
getRawValues() - Method in class com.unboundid.ldap.sdk.Modification
Retrieves the set of values for this modification as an array of ASN.1 octet strings.
getRDN() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves the RDN for this entry.
getRDN() - Method in class com.unboundid.ldap.sdk.DN
Retrieves the leftmost (i.e., furthest from the naming context) RDN component for this DN.
getRDN() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the RDN for this entry.
getRDNs() - Method in class com.unboundid.ldap.sdk.DN
Retrieves the set of RDNs that comprise this DN.
getRDNs(String) - Static method in class com.unboundid.ldap.sdk.DN
Retrieves the set of RDNs that comprise the DN with the provided string representation.
getRDNString() - Method in class com.unboundid.ldap.sdk.DN
Retrieves the string representation of the leftmost (i.e., furthest from the naming context) RDN component for this DN.
getRDNString(String) - Static method in class com.unboundid.ldap.sdk.DN
Retrieves the string representation of the leftmost (i.e., furthest from the naming context) RDN component for the DN with the provided string representation.
getRDNStrings() - Method in class com.unboundid.ldap.sdk.DN
Retrieves the set of string representations of the RDNs that comprise this DN.
getRDNStrings(String) - Static method in class com.unboundid.ldap.sdk.DN
Retrieves the set of string representations of the RDNs that comprise this DN.
getRebindRequest(String, int) - Method in class com.unboundid.ldap.sdk.BindRequest
Retrieves a bind request that may be used to re-bind using the same credentials authentication type and credentials as previously used to perform the initial bind.
getRebindRequest(String, int) - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Retrieves a bind request that may be used to re-bind using the same credentials authentication type and credentials as previously used to perform the initial bind.
getReceiveBufferSize() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the socket receive buffer size that should be requested when establishing a connection.
getReferenceCount() - Method in exception com.unboundid.ldap.sdk.LDAPSearchException
Retrieves the number of search references returned for the search operation before this exception was thrown.
getReferenceCount() - Method in class com.unboundid.ldap.sdk.SearchResult
Retrieves the number of search references returned for the search operation.
getReferralConnection(LDAPURL, LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves an (optionally authenticated) LDAP connection for use in following a referral as defined in the provided LDAP URL.
getReferralConnection(LDAPURL, LDAPConnection) - Method in interface com.unboundid.ldap.sdk.ReferralConnector
Retrieves an (optionally authenticated) LDAP connection for use in following a referral as defined in the provided LDAP URL.
getReferralConnector() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the referral connector that should be used to establish connections for use when following referrals.
getReferralConnector() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the referral connector that will be used to establish and optionally authenticate connections to servers when attempting to follow referrals, if defined.
getReferralHopLimit() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the maximum number of hops that a connection should take when trying to follow a referral.
getReferralURLs() - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Retrieves the list of referral URLs for this bind response.
getReferralURLs() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Retrieves the list of referral URLs for this extended response.
getReferralURLs() - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Retrieves the list of referral URLs for this response.
getReferralURLs() - Method in class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Retrieves the list of referral URLs for this search result reference.
getReferralURLs() - Method in exception com.unboundid.ldap.sdk.LDAPException
Retrieves the set of referral URLs for this LDAP exception.
getReferralURLs() - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves the set of referral URLs from the response, if available.
getReferralURLs() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Retrieves the set of referral URLs for this LDAP exception.
getReferralURLs() - Method in class com.unboundid.ldap.sdk.SearchResultReference
Retrieves the set of referral URLs for this search result reference.
getRelativeBasePath() - Method in class com.unboundid.ldif.LDIFReader
Retrieves the base path that will be prepended to relative paths in order to obtain an absolute path.
getRequiredAttributes() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves the names or OIDs of the attributes that are required to be present in entries containing the structural object class for this DIT content rule.
getRequiredAttributes() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves the names or OIDs of the attributes that are required to be present in the RDN of entries with the associated structural object class.
getRequiredAttributes() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the names or OIDs of the attributes that are required to be present in entries containing this object class.
getRequiredAttributes(Schema, boolean) - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the attribute type definitions for the attributes that are required to be present in entries containing this object class, optionally including the set of required attribute types from superior classes.
getResponseControl(String) - Method in exception com.unboundid.ldap.sdk.LDAPException
Retrieves the response control with the specified OID.
getResponseControl(String) - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves the response control with the specified OID.
getResponseControl(String) - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Retrieves the response control with the specified OID.
getResponseControls() - Method in exception com.unboundid.ldap.sdk.LDAPException
Retrieves the set of response controls for this LDAP exception.
getResponseControls() - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves the set of controls from the response, if available.
getResponseControls() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Retrieves the set of response controls for this LDAP exception.
getResponseOID() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Retrieves the OID for this extended response, if any.
getResponseOID() - Method in exception com.unboundid.ldap.sdk.LDAPExtendedOperationException
Retrieves the response OID from the extended result, if any.
getResponseTimeoutMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the maximum length of time in milliseconds that an operation should be allowed to block while waiting for a response from the server.
getResponseTimeoutMillis(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Retrieves the maximum length of time in milliseconds that processing on this operation should be allowed to block while waiting for a response from the server.
getResponseTimeoutMillis(LDAPConnection) - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Retrieves the maximum length of time in milliseconds that processing on this operation should be allowed to block while waiting for a response from the server.
getResponseValue() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Retrieves the value for this extended response, if any.
getResponseValue() - Method in exception com.unboundid.ldap.sdk.LDAPExtendedOperationException
Retrieves the response value from the extended result, if any.
getResultCode() - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Retrieves the result code for this bind response.
getResultCode() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Retrieves the result code for this extended response.
getResultCode() - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Retrieves the result code for this response.
getResultCode() - Method in enum com.unboundid.ldap.sdk.DisconnectType
Retrieves the result code most closely associated with this disconnect type.
getResultCode() - Method in exception com.unboundid.ldap.sdk.LDAPException
Retrieves the result code for this LDAP exception.
getResultCode() - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves the result code from the response.
getResultCode() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Retrieves the result code for this LDAP exception.
getResultString() - Method in exception com.unboundid.ldap.sdk.LDAPException
Retrieves a string representation of this LDAP result, consisting of the result code, diagnostic message (if present), matched DN (if present), and referral URLs (if present).
getResultString() - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves a string representation of this LDAP result, consisting of the result code, diagnostic message (if present), matched DN (if present), and referral URLs (if present).
getRootDSE() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the directory server root DSE using a connection from this connection pool.
getRootDSE() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the directory server root DSE, which provides information about the directory server, including the capabilities that it provides and the type of data that it is configured to handle.
getRootDSE() - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Retrieves the directory server root DSE.
getRootDSE(LDAPInterface) - Static method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the directory server root DSE using the provided connection.
getRuleID() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves the rule ID for this DIT structure rule.
getSASLCredentials() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Retrieves the credentials to use for SASL authentication, if any.
getSASLMechanism() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Retrieves the name of the SASL mechanism for this bind request.
getSASLMechanismName() - Method in class com.unboundid.ldap.sdk.GenericSASLBindRequest
Retrieves the name of the SASL mechanism used in this SASL bind request.
getSASLMechanismName() - Method in class com.unboundid.ldap.sdk.SASLBindRequest
Retrieves the name of the SASL mechanism used in this SASL bind request.
getSchema() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the directory server schema definitions using a connection from this connection pool, using the subschema subentry DN contained in the server's root DSE.
getSchema(String) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves the directory server schema definitions that govern the specified entry using a connection from this connection pool.
getSchema() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves the schema that will be used for this entry, if any.
getSchema() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the directory server schema definitions, using the subschema subentry DN contained in the server's root DSE.
getSchema(String) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the directory server schema definitions that govern the specified entry.
getSchema() - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Retrieves the directory server schema definitions, using the subschema subentry DN contained in the server's root DSE.
getSchema(String) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Retrieves the directory server schema definitions that govern the specified entry.
getSchema(LDAPConnection) - Static method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the directory server schema over the provided connection.
getSchema(LDAPConnection, String) - Static method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the directory server schema that governs the specified entry.
getSchema(String...) - Static method in class com.unboundid.ldap.sdk.schema.Schema
Reads schema information from one or more files containing the schema represented in LDIF form, with the definitions represented in the form described in section 4.1 of RFC 4512.
getSchema(File...) - Static method in class com.unboundid.ldap.sdk.schema.Schema
Reads schema information from one or more files containing the schema represented in LDIF form, with the definitions represented in the form described in section 4.1 of RFC 4512.
getSchema(List<File>) - Static method in class com.unboundid.ldap.sdk.schema.Schema
Reads schema information from one or more files containing the schema represented in LDIF form, with the definitions represented in the form described in section 4.1 of RFC 4512.
getSchema() - Method in class com.unboundid.ldif.LDIFReader
Retrieves the schema that will be used when reading LDIF records, if defined.
getSchemaEntry() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the entry used to create this schema object.
getScheme() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves the scheme for this LDAP URL.
getScope() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves the scope for this search request.
getScope() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves the scope for this LDAP URL.
getScope() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Retrieves the scope for this search request.
getScope() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the scope for this search request.
getSearchEntries() - Method in exception com.unboundid.ldap.sdk.LDAPSearchException
Retrieves a list containing the matching entries returned from the search operation before this exception was thrown.
getSearchEntries() - Method in class com.unboundid.ldap.sdk.SearchResult
Retrieves a list containing the matching entries returned from the search operation.
getSearchEntry(String) - Method in class com.unboundid.ldap.sdk.SearchResult
Retrieves the search result entry with the specified DN from the set of entries returned.
getSearchReferences() - Method in exception com.unboundid.ldap.sdk.LDAPSearchException
Retrieves a list containing the search references returned from the search operation before this exception was thrown.
getSearchReferences() - Method in class com.unboundid.ldap.sdk.SearchResult
Retrieves a list containing the search references returned from the search operation.
getSearchRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the search request protocol op from this LDAP message.
getSearchResult() - Method in exception com.unboundid.ldap.sdk.LDAPSearchException
Retrieves the search result object associated with this LDAP search exception.
getSearchResultDoneProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the search result done protocol op from this LDAP message.
getSearchResultEntryProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the search result entry protocol op from this LDAP message.
getSearchResultListener() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the search result listener for this search request, if available.
getSearchResultReferenceProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the search result reference protocol op from this LDAP message.
getSecond() - Method in class com.unboundid.util.ObjectPair
Retrieves the second object in this pair.
getSendBufferSize() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the socket send buffer size that should be requested when establishing a connection.
getSensitiveToCodeAttributeBaseNames() - Static method in class com.unboundid.util.StaticUtils
Retrieves a set containing the base names (in all lowercase characters) of any attributes that should be considered sensitive for the purposes of the toCode methods.
getServerAliases(String, Principal[]) - Method in class com.unboundid.util.ssl.WrapperKeyManager
Retrieves the nicknames of the server certificates of the specified type contained in the key store.
getServerSASLCredentials() - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Retrieves the server SASL credentials for this bind response, if any.
getServerSASLCredentials() - Method in class com.unboundid.ldap.sdk.BindResult
Retrieves the server SASL credentials from the bind result, if available.
getServerSASLCredentials() - Method in exception com.unboundid.ldap.sdk.LDAPBindException
Retrieves the server SASL credentials included in the bind result, if any.
getServerSASLCredentials() - Method in exception com.unboundid.ldap.sdk.SASLBindInProgressException
Retrieves the server SASL credentials included in the bind result, if any.
getServerSets() - Method in class com.unboundid.ldap.sdk.FailoverServerSet
Retrieves the server sets over which failover will occur.
getSimplePassword() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Retrieves the password to use for simple authentication.
getSizeLimit() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves the maximum number of entries that the server should return for the search.
getSizeLimit() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Retrieves the maximum number of entries that should be returned by the server when processing this search request.
getSizeLimit() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the maximum number of entries that should be returned by the server when processing this search request.
getSocketFactory() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the socket factory to use to create the socket for subsequent connection attempts.
getSocketFactory() - Method in class com.unboundid.ldap.sdk.RoundRobinServerSet
Retrieves the socket factory that will be used to establish connections.
getSocketFactory() - Method in class com.unboundid.ldap.sdk.SingleServerSet
Retrieves the socket factory that will be used to establish connections.
getSSLSession() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the SSLSession currently being used to secure communication on this connection.
getSSLSocketVerifier() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the SSLSocketVerifier that will be used to perform additional validation for any newly-created SSLSocket instances.
getStackTrace(Throwable) - Static method in class com.unboundid.util.StaticUtils
Retrieves a single-line string representation of the stack trace for the provided Throwable.
getStackTrace(Throwable, StringBuilder) - Static method in class com.unboundid.util.StaticUtils
Appends a single-line string representation of the stack trace for the provided Throwable to the given buffer.
getStackTrace(StackTraceElement[]) - Static method in class com.unboundid.util.StaticUtils
Returns a single-line string representation of the stack trace.
getStackTrace(StackTraceElement[], StringBuilder) - Static method in class com.unboundid.util.StaticUtils
Appends a single-line string representation of the stack trace to the given buffer.
getStartTLSRequest() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves the StartTLS request used to secure this connection.
getStructuralClass() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves the name or OID of the structural object class associated with this name form.
getStructuralObjectClasses() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of structural object class definitions contained in the server schema.
getSubAnyBytes() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the binary representations of the subAny elements for this substring filter.
getSubAnyStrings() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the string representations of the subAny elements for this substring filter.
getSubFinalBytes() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the binary representation of the subFinal element for this substring filter.
getSubFinalString() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the string representation of the subFinal element for this substring filter.
getSubInitialBytes() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the binary representation of the subInitial element for this substring filter.
getSubInitialString() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves the string representation of the subInitial element for this substring filter.
getSubordinateAttributeTypes(AttributeTypeDefinition) - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves a list of all subordinate attribute type definitions for the provided attribute type definition.
getSubschemaSubentryDN() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the DN of the subschema subentry that serves the directory server root DSE.
getSubschemaSubentryDN(LDAPConnection, String) - Static method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the value of the subschemaSubentry attribute from the specified entry using the provided connection.
getSubstringMatchingRule() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the name or OID of the substring matching rule for this attribute type, if available.
getSubstringMatchingRule(Schema) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the name or OID of the substring matching rule for this attribute type, examining superior attribute types if necessary.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleName() - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Retrieves the name for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleNameOrOID() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the name for this matching rule when used to perform substring matching if defined, or the OID if no name is available.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSubstringMatchingRuleOID() - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Retrieves the OID for this matching rule when used to perform substring matching, if appropriate.
getSuperiorClasses() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the names or OIDs of the superior classes for this object class, if available.
getSuperiorClasses(Schema, boolean) - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves the object class definitions for the superior object classes.
getSuperiorRuleIDs() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves the rule IDs of the superior rules for this DIT structure rule.
getSuperiorType() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the name or OID of the superior type for this attribute type, if available.
getSuperiorType(Schema) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the superior attribute type definition for this attribute type, if available.
getSupportedAuthPasswordSchemeNames() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the names of the authentication password storage schemes supported by the server.
getSupportedCipherSuites() - Method in class com.unboundid.util.SynchronizedSSLSocketFactory
Retrieves the entire set of cipher suites that could be used.
getSupportedControlOIDs() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the OIDs of the supported request controls advertised by the server root DSE.
getSupportedExtendedOperationOIDs() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the OIDs of the supported extended operations advertised by the server root DSE.
getSupportedFeatureOIDs() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the OIDs of the supported features advertised by the server root DSE.
getSupportedLDAPVersions() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the supported LDAP protocol versions advertised by the server root DSE.
getSupportedSASLMechanismNames() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the names of the supported SASL mechanisms advertised by the server root DSE.
getSyntaxMinimumUpperBound() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the value of the minimum upper bound element of the syntax definition for this attribute type, if defined.
getSyntaxMinimumUpperBound(Schema) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the value of the minimum upper bound element of the syntax definition for this attribute type, if defined.
getSyntaxMinimumUpperBound(String) - Static method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the value of the minimum upper bound element of the syntax definition for this attribute type, if defined.
getSyntaxOID() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the OID of the syntax for this attribute type, if available.
getSyntaxOID(Schema) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the OID of the syntax for this attribute type, examining superior types if necessary.
getSyntaxOID() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Retrieves the OID of the syntax for this matching rule.
getTargetMessageID() - Method in class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Retrieves the message ID of the request to cancel.
getTimeLimit() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves the maximum length of time in seconds the server should spend processing the search.
getTimeLimitSeconds() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Retrieves the maximum length of time in seconds that the server should spend processing this search request.
getTimeLimitSeconds() - Method in class com.unboundid.ldap.sdk.SearchRequest
Retrieves the maximum length of time in seconds that the server should spend processing this search request.
getTotalAddResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in milliseconds for all add operations processed on the associated connection.
getTotalAddResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in nanoseconds for all add operations processed on the associated connection.
getTotalBindResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in milliseconds for all bind operations processed on the associated connection.
getTotalBindResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in nanoseconds for all bind operations processed on the associated connection.
getTotalCompareResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in milliseconds for all compare operations processed on the associated connection.
getTotalCompareResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in nanoseconds for all compare operations processed on the associated connection.
getTotalDeleteResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in milliseconds for all delete operations processed on the associated connection.
getTotalDeleteResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in nanoseconds for all delete operations processed on the associated connection.
getTotalExtendedResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in milliseconds for all extended operations processed on the associated connection.
getTotalExtendedResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in nanoseconds for all extended operations processed on the associated connection.
getTotalModifyDNResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in milliseconds for all modify DN operations processed on the associated connection.
getTotalModifyDNResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in nanoseconds for all modify DN operations processed on the associated connection.
getTotalModifyResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in milliseconds for all modify operations processed on the associated connection.
getTotalModifyResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in nanoseconds for all modify operations processed on the associated connection.
getTotalSearchResponseTimeMillis() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in milliseconds for all search operations processed on the associated connection.
getTotalSearchResponseTimeNanos() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves the total response time in nanoseconds for all search operations processed on the associated connection.
getTrailingSpaceBehavior() - Method in class com.unboundid.ldif.LDIFReader
Retrieves the behavior that should be exhibited when encountering attribute values which are not base64-encoded but contain trailing spaces.
getTrustManagers() - Method in class com.unboundid.util.ssl.SSLUtil
Retrieves the set of trust managers configured for use by this class, if any.
getTrustStoreFile() - Method in class com.unboundid.util.ssl.TrustStoreTrustManager
Retrieves the path to the trust store file to use.
getTrustStoreFormat() - Method in class com.unboundid.util.ssl.TrustStoreTrustManager
Retrieves the name of the trust store file format.
getType() - Method in class com.unboundid.asn1.ASN1Element
Retrieves the BER type for this element.
getType() - Method in class com.unboundid.asn1.ASN1StreamReaderSequence
Retrieves the BER type for this ASN.1 sequence.
getType() - Method in class com.unboundid.asn1.ASN1StreamReaderSet
Retrieves the BER type for this ASN.1 set.
getTypeNameList() - Static method in enum com.unboundid.util.DebugType
Retrieves a comma-delimited list of the defined debug type names.
getUnbindRequestProtocolOp() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves the unbind request protocol op from this LDAP message.
getUnqualifiedClassName(Class<?>) - Static method in class com.unboundid.util.StaticUtils
Retrieves the unqualified name (i.e., the name without package information) for the provided class.
getUnsolicitedNotificationHandler() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves the unsolicited notification handler to use for associated connections.
getUsage() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves the attribute usage for this attribute type.
getUserAttributeTypes() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves the set of user attribute type definitions (i.e., those definitions with a usage of userApplications) contained in the server schema.
getValue() - Method in class com.unboundid.asn1.ASN1Element
Retrieves the encoded value for this element.
getValue() - Method in class com.unboundid.asn1.ASN1OctetString
Retrieves the encoded value for this element.
getValue() - Method in class com.unboundid.asn1.ASN1Sequence
Retrieves the encoded value for this element.
getValue() - Method in class com.unboundid.asn1.ASN1Set
Retrieves the encoded value for this element.
getValue() - Method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Retrieves the value for this extended request, if any.
getValue() - Method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Retrieves the value for this intermediate response, if any.
getValue() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the value for this attribute as a string.
getValue() - Method in class com.unboundid.ldap.sdk.Control
Retrieves the encoded value for this control.
getValue() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Retrieves the encoded value for this extended request, if available.
getValue() - Method in class com.unboundid.ldap.sdk.ExtendedResult
Retrieves the encoded value for this extended result, if available.
getValue() - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Retrieves the encoded value for this intermediate response, if any.
getValue() - Method in interface com.unboundid.util.ByteString
Retrieves a byte array containing the binary value for this byte string.
getValueAsBoolean() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the value for this attribute as a Boolean.
getValueAsDate() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the value for this attribute as a Date, formatted using the generalized time syntax.
getValueAsDN() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the value for this attribute as a DN.
getValueAsInteger() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the value for this attribute as an Integer.
getValueAsLong() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the value for this attribute as a Long.
getValueByteArray() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the value for this attribute as a byte array.
getValueByteArrays() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the set of values for this attribute as byte arrays.
getValueByteArrays() - Method in class com.unboundid.ldap.sdk.Modification
Retrieves the set of values for this modification as an array of byte arrays.
getValueLength() - Method in class com.unboundid.asn1.ASN1Element
Retrieves the number of bytes contained in the value.
getValueLength() - Method in class com.unboundid.asn1.ASN1OctetString
Retrieves the number of bytes contained in the value.
getValueLength() - Method in class com.unboundid.asn1.ASN1Sequence
Retrieves the number of bytes contained in the value.
getValueLength() - Method in class com.unboundid.asn1.ASN1Set
Retrieves the number of bytes contained in the value.
getValues() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the set of values for this attribute as strings.
getValues() - Method in class com.unboundid.ldap.sdk.Modification
Retrieves the set of values for this modification as an array of strings.
getVendorName() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the name of the directory server vendor, if available.
getVendorVersion() - Method in class com.unboundid.ldap.sdk.RootDSE
Retrieves the directory server version string, if available.
getVersion() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Retrieves the protocol version for this bind request.
getVersionLines() - Static method in class com.unboundid.ldap.sdk.Version
Retrieves a list of lines containing information about the LDAP SDK version.
getWrapColumn() - Method in class com.unboundid.ldif.LDIFWriter
Retrieves the column at which to wrap long lines.
getWrappedSocketFactory() - Method in class com.unboundid.util.SynchronizedSocketFactory
Retrieves the SocketFactory instance wrapped by this synchronized socket factory.
getWrappedSocketFactory() - Method in class com.unboundid.util.SynchronizedSSLSocketFactory
Retrieves the SSLSocketFactory instance wrapped by this synchronized SSL socket factory.

H

handleDisconnect(LDAPConnection, String, int, DisconnectType, String, Throwable) - Method in interface com.unboundid.ldap.sdk.DisconnectHandler
Performs any processing that may be necessary in response to the closure of the provided connection.
handleUnsolicitedNotification(LDAPConnection, ExtendedResult) - Method in interface com.unboundid.ldap.sdk.UnsolicitedNotificationHandler
Performs any processing that may be necessary in response to the provided unsolicited notification that has been received from the server.
hasAttribute(String) - Method in class com.unboundid.ldap.sdk.AddRequest
Indicates whether this add request contains the specified attribute.
hasAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.AddRequest
Indicates whether this add request contains the specified attribute.
hasAttribute(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Indicates whether this entry contains the specified attribute.
hasAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.CompactEntry
Indicates whether this entry contains the specified attribute.
hasAttribute(String) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry contains the specified attribute.
hasAttribute(String, Schema) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry contains the specified attribute.
hasAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry contains the specified attribute.
hasAttribute(String) - Method in class com.unboundid.ldap.sdk.RDN
Indicates whether this RDN contains the specified attribute.
hasAttribute(String) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Indicates whether this add request contains the specified attribute.
hasAttribute(Attribute) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Indicates whether this add request contains the specified attribute.
hasAttributeValue(String, String) - Method in class com.unboundid.ldap.sdk.AddRequest
Indicates whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, String, MatchingRule) - Method in class com.unboundid.ldap.sdk.AddRequest
Indicates whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, byte[]) - Method in class com.unboundid.ldap.sdk.AddRequest
Indicates whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, byte[], MatchingRule) - Method in class com.unboundid.ldap.sdk.AddRequest
Indicates whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Indicates whether this entry contains an attribute with the given name and value.
hasAttributeValue(String, byte[]) - Method in class com.unboundid.ldap.sdk.CompactEntry
Indicates whether this entry contains an attribute with the given name and value.
hasAttributeValue(String, String) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry contains an attribute with the given name and value.
hasAttributeValue(String, String, MatchingRule) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry contains an attribute with the given name and value.
hasAttributeValue(String, byte[]) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry contains an attribute with the given name and value.
hasAttributeValue(String, byte[], MatchingRule) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry contains an attribute with the given name and value.
hasAttributeValue(String, String) - Method in class com.unboundid.ldap.sdk.RDN
Indicates whether this RDN contains the specified attribute value.
hasAttributeValue(String, byte[]) - Method in class com.unboundid.ldap.sdk.RDN
Indicates whether this RDN contains the specified attribute value.
hasAttributeValue(String, String) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Indicates whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, String, MatchingRule) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Indicates whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, byte[]) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Indicates whether this add request contains an attribute with the given name and value.
hasAttributeValue(String, byte[], MatchingRule) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Indicates whether this add request contains an attribute with the given name and value.
hasControl() - Method in class com.unboundid.ldap.sdk.LDAPRequest
Indicates whether this request contains at least one control.
hasControl(String) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Indicates whether this request contains at least one control with the specified OID.
hasControl() - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Indicates whether this request contains at least one control.
hasControl(String) - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Indicates whether this request contains at least one control with the specified OID.
hashCode() - Method in class com.unboundid.asn1.ASN1Element
Retrieves a hash code for this ASN.1 BER element.
hashCode() - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Retrieves a hash code for this async request ID.
hashCode() - Method in class com.unboundid.ldap.sdk.Attribute
Generates a hash code for this LDAP attribute.
hashCode() - Method in class com.unboundid.ldap.sdk.CompactEntry
Generates a hash code for this entry.
hashCode() - Method in class com.unboundid.ldap.sdk.Control
Retrieves a hash code for this control.
hashCode() - Method in class com.unboundid.ldap.sdk.DereferencePolicy
The hash code for this dereference policy.
hashCode() - Method in class com.unboundid.ldap.sdk.DN
Generates a hash code for this DN.
hashCode() - Method in class com.unboundid.ldap.sdk.Entry
Generates a hash code for this entry.
hashCode() - Method in class com.unboundid.ldap.sdk.Filter
Generates a hash code for this search filter.
hashCode() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves a hash code for this LDAP URL.
hashCode() - Method in class com.unboundid.ldap.sdk.Modification
Calculates a hash code for this LDAP modification.
hashCode() - Method in class com.unboundid.ldap.sdk.ModificationType
The hash code for this modification type.
hashCode() - Method in class com.unboundid.ldap.sdk.RDN
Retrieves a hash code for this RDN.
hashCode() - Method in class com.unboundid.ldap.sdk.ResultCode
The hash code for this result code.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.AttributeSyntaxDefinition
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves a hash code for this schema object.
hashCode() - Method in class com.unboundid.ldap.sdk.schema.SchemaElement
Retrieves a hash code for this schema element.
hashCode() - Method in class com.unboundid.ldap.sdk.SearchResultEntry
Generates a hash code for this entry.
hashCode() - Method in class com.unboundid.ldap.sdk.SearchScope
The hash code for this search scope.
hashCode() - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Retrieves a hash code for this change record.
hashCode() - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves a hash code for this change record.
hashCode() - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Retrieves a hash code for this change record.
hashCode() - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Retrieves a hash code for this change record.
hashCode() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Retrieves a hash code for this change record.
hashCode() - Method in class com.unboundid.util.ByteStringBuffer
Retrieves a hash code for this byte array.
hashCode() - Method in class com.unboundid.util.ObjectPair
Retrieves a hash code for this object pair.
hashCode() - Method in class com.unboundid.util.WeakHashSet
Retrieves a hash code for this set.
hasMoreElements() - Method in class com.unboundid.asn1.ASN1StreamReaderSequence
Indicates whether there are more elements in this sequence to be read from the associated ASN.1 stream reader.
hasMoreElements() - Method in class com.unboundid.asn1.ASN1StreamReaderSet
Indicates whether there are more elements in this set to be read from the associated ASN.1 stream reader.
hasNameOrOID(String) - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Indicates whether the provided string matches the OID or any of the names for this attribute type.
hasNameOrOID(String) - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Indicates whether the provided string matches the OID or any of the names for this DIT content rule.
hasNameOrOID(String) - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Indicates whether the provided string matches the OID or any of the names for this matching rule.
hasNameOrOID(String) - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Indicates whether the provided string matches the OID or any of the names for this matching rule use.
hasNameOrOID(String) - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Indicates whether the provided string matches the OID or any of the names for this name form.
hasNameOrOID(String) - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Indicates whether the provided string matches the OID or any of the names for this object class.
hasNameOrRuleID(String) - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Indicates whether the provided string matches the rule ID or any of the names for this DIT structure rule.
hasObjectClass(String) - Method in class com.unboundid.ldap.sdk.AddRequest
Indicates whether this add request contains the specified object class.
hasObjectClass(String) - Method in class com.unboundid.ldap.sdk.CompactEntry
Indicates whether this entry contains the specified object class.
hasObjectClass(String) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry contains the specified object class.
hasObjectClass(String) - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Indicates whether this add request contains the specified object class.
hasOption(String) - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether this attribute has the specified attribute option.
hasOption(String, String) - Static method in class com.unboundid.ldap.sdk.Attribute
Indicates whether the provided attribute name has the specified attribute option.
hasOptions() - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether this attribute has any attribute options.
hasOptions(String) - Static method in class com.unboundid.ldap.sdk.Attribute
Indicates whether the provided attribute name contains any options.
hasResponseControl() - Method in exception com.unboundid.ldap.sdk.LDAPException
Indicates whether this result contains at least one control.
hasResponseControl(String) - Method in exception com.unboundid.ldap.sdk.LDAPException
Indicates whether this result contains at least one control with the specified OID.
hasResponseControl() - Method in class com.unboundid.ldap.sdk.LDAPResult
Indicates whether this result contains at least one control.
hasResponseControl(String) - Method in class com.unboundid.ldap.sdk.LDAPResult
Indicates whether this result contains at least one control with the specified OID.
hasResponseControl() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Indicates whether this result contains at least one control.
hasResponseControl(String) - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Indicates whether this result contains at least one control with the specified OID.
hasValue() - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether this attribute contains at least one value.
hasValue(String) - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether this attribute contains the specified value.
hasValue(String, MatchingRule) - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether this attribute contains the specified value.
hasValue(byte[]) - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether this attribute contains the specified value.
hasValue(byte[], MatchingRule) - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether this attribute contains the specified value.
hasValue() - Method in class com.unboundid.ldap.sdk.Control
Indicates whether this control has a value.
hasValue() - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Indicates whether this extended request has a value.
hasValue() - Method in class com.unboundid.ldap.sdk.ExtendedResult
Indicates whether this extended result has a value.
hasValue() - Method in class com.unboundid.ldap.sdk.Modification
Indicates whether this modification has at least one value.
hexEncode(char, StringBuilder) - Static method in class com.unboundid.util.StaticUtils
Appends a hex-encoded representation of the provided character to the given buffer.
hostProvided() - Method in class com.unboundid.ldap.sdk.LDAPURL
Indicates whether the URL explicitly included a host address.

I

ignoreDuplicateValues() - Method in class com.unboundid.ldif.LDIFReader
Deprecated. Use the getDuplicateValueBehavior method instead.
ignoreInitialSocketTimeoutException() - Method in class com.unboundid.asn1.ASN1StreamReader
Indicates whether to ignore java.net.SocketTimeoutException exceptions that may be caught while trying to read the first byte of an element.
ignoreSocketTimeoutException() - Method in class com.unboundid.asn1.ASN1StreamReader
Deprecated. Use the ignoreInitialSocketTimeoutException() and ignoreSubsequentSocketTimeoutException() methods instead.
ignoreSubsequentSocketTimeoutException() - Method in class com.unboundid.asn1.ASN1StreamReader
Indicates whether to ignore java.net.SocketTimeoutException exceptions that may be caught while trying to read subsequent bytes of an element (after one or more bytes have already been read for that element).
INAPPROPRIATE_AUTHENTICATION - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (48) that will be used if the client attempts to perform a type of authentication that is not supported for the target user.
INAPPROPRIATE_AUTHENTICATION_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (48) for the "INAPPROPRIATE_AUTHENTICATION" result code.
INAPPROPRIATE_MATCHING - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (18) that will be used if the client attempted to use an attribute in a search filter in a manner not supported by the matching rules associated with that attribute.
INAPPROPRIATE_MATCHING_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (18) for the "INAPPROPRIATE_MATCHING" result code.
includeStackTrace() - Static method in class com.unboundid.util.Debug
Indicates whether log messages should include a stack trace of the thread that invoked the debug method.
INCREMENT - Static variable in class com.unboundid.ldap.sdk.ModificationType
A predefined increment modification type, which indicates that the value of the specified attribute should be incremented.
INCREMENT_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ModificationType
The integer value for the "increment" modification type.
initialize() - Static method in class com.unboundid.util.Debug
Initializes this debugger with the default settings.
initialize(Properties) - Static method in class com.unboundid.util.Debug
Initializes this debugger with settings from the provided set of properties.
insert(int, boolean) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the provided boolean value to this buffer.
insert(int, byte) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the provided byte at the specified position in this buffer.
insert(int, byte[]) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the contents of the provided byte array at the specified position in this buffer.
insert(int, byte[], int, int) - Method in class com.unboundid.util.ByteStringBuffer
Inserts a portion of the data in the provided array at the specified position in this buffer.
insert(int, ByteString) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the provided byte string into this buffer at the specified position.
insert(int, ByteStringBuffer) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the provided byte string buffer into this buffer at the specified position.
insert(int, char) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the provided character into this buffer at the provided position.
insert(int, char[]) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the contents of the provided character array into this buffer at the specified position.
insert(int, char[], int, int) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the specified portion of the provided character array to this buffer at the specified position.
insert(int, CharSequence) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the provided character sequence to this buffer at the specified position.
insert(int, int) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the provided integer value to this buffer.
insert(int, long) - Method in class com.unboundid.util.ByteStringBuffer
Inserts the provided long value to this buffer.
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (50) that will be used if the client does not have permission to perform the requested operation.
INSUFFICIENT_ACCESS_RIGHTS_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (50) for the "INSUFFICIENT_ACCESS_RIGHTS" result code.
IntegerMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that performs equality and ordering comparisons against values that should be integers.
IntegerMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Creates a new instance of this integer matching rule.
INTERACTIVE_TRANSACTION_ABORTED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (30221001) for use if an interactive transaction has been aborted, either due to an explicit request from a client or by the server without a client request.
INTERACTIVE_TRANSACTION_ABORTED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (30221001) for the "INTERACTIVE_TRANSACTION_ABORTED" result code.
IntermediateResponse - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about an LDAP intermediate response, which provides the ability for the directory server to return multiple messages in response to operations that would not otherwise support it.
IntermediateResponse(String, ASN1OctetString) - Constructor for class com.unboundid.ldap.sdk.IntermediateResponse
Creates a new intermediate response with the provided information.
IntermediateResponse(int, String, ASN1OctetString) - Constructor for class com.unboundid.ldap.sdk.IntermediateResponse
Creates a new intermediate response with the provided information.
IntermediateResponse(String, ASN1OctetString, Control[]) - Constructor for class com.unboundid.ldap.sdk.IntermediateResponse
Creates a new intermediate response with the provided information.
IntermediateResponse(int, String, ASN1OctetString, Control[]) - Constructor for class com.unboundid.ldap.sdk.IntermediateResponse
Creates a new intermediate response with the provided information.
IntermediateResponse(IntermediateResponse) - Constructor for class com.unboundid.ldap.sdk.IntermediateResponse
Creates a new intermediate response with the information from the provided intermediate response.
IntermediateResponseListener - Interface in com.unboundid.ldap.sdk
This interface defines a method that may be used to process intermediate response messages that are returned to the client while processing an operation.
IntermediateResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP intermediate response protocol op.
IntermediateResponseProtocolOp(String, ASN1OctetString) - Constructor for class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Creates a new intermediate response protocol op with the provided information.
IntermediateResponseProtocolOp(IntermediateResponse) - Constructor for class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Creates a new intermediate response protocol op from the provided intermediate response object.
intermediateResponseReturned(IntermediateResponse) - Method in interface com.unboundid.ldap.sdk.IntermediateResponseListener
Indicates that the provided intermediate response has been returned by the server and may be processed by this intermediate response listener.
InternalUseOnly - Annotation Type in com.unboundid.util
This annotation type, may be used to mark a class, constructor, or method that is part of the LDAP SDK codebase to be for internal use only, and therefore something that should not be accessed by third-party code.
intersectEntries(Entry...) - Static method in class com.unboundid.ldap.sdk.Entry
Intersects the contents of all provided entries so that the resulting entry will contain only attribute values present in all of the provided entries.
intValue() - Method in class com.unboundid.asn1.ASN1Enumerated
Retrieves the int value for this element.
intValue() - Method in class com.unboundid.asn1.ASN1Integer
Retrieves the int value for this element.
intValue() - Method in class com.unboundid.ldap.sdk.DereferencePolicy
Retrieves the integer value for this dereference policy.
intValue() - Method in class com.unboundid.ldap.sdk.ModificationType
Retrieves the integer value for this modification type.
intValue() - Method in class com.unboundid.ldap.sdk.ResultCode
Retrieves the integer value for this result code.
intValue() - Method in class com.unboundid.ldap.sdk.SearchScope
Retrieves the integer value for this search scope.
INVALID_ATTRIBUTE_SYNTAX - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (21) that will be used if the client attempts to perform an operation that would create an attribute value that violates the syntax for that attribute.
INVALID_ATTRIBUTE_SYNTAX_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (21) for the "INVALID_ATTRIBUTE_SYNTAX" result code.
INVALID_CREDENTIALS - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (49) that will be used if the client provided invalid credentials while trying to authenticate.
INVALID_CREDENTIALS_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (49) for the "INVALID_CREDENTIALS" result code.
INVALID_DN_SYNTAX - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (34) that will be used if the client provided an invalid DN.
INVALID_DN_SYNTAX_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (34) for the "INVALID_DN_SYNTAX" result code.
invokeHealthCheck(LDAPConnectionPoolHealthCheck, boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Invokes a synchronous one-time health-check against the connections in this pool that are not currently in use.
invokeHealthCheck(LDAPConnectionPoolHealthCheck, boolean, boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Invokes a synchronous one-time health-check against the connections in this pool that are not currently in use.
isAncestorOf(DN, boolean) - Method in class com.unboundid.ldap.sdk.DN
Indicates whether this DN is an ancestor of the provided DN.
isAncestorOf(String, boolean) - Method in class com.unboundid.ldap.sdk.DN
Indicates whether this DN is an ancestor of the DN with the provided string representation.
isAncestorOf(String, String, boolean) - Static method in class com.unboundid.ldap.sdk.DN
Indicates whether the DN represented by the first string is an ancestor of the DN represented by the second string.
isASCIIString(byte[]) - Static method in class com.unboundid.util.StaticUtils
Indicates whether the contents of the provided byte array represent an ASCII string, which is also known in LDAP terminology as an IA5 string.
isCancelled() - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Indicates whether an attempt has been made to cancel the associated operation before it completed.
isClientSideResultCode() - Method in class com.unboundid.ldap.sdk.ResultCode
Indicates whether this result code is one that should be used for client-side errors rather than returned by the server.
isClientSideResultCode(ResultCode) - Static method in class com.unboundid.ldap.sdk.ResultCode
Indicates whether the provided result code is one that should be used for client-side errors rather than returned by the server.
isClosed() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Indicates whether this connection pool has been closed.
isClosed() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Indicates whether this connection pool has been closed.
isCollective() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Indicates whether this attribute type is declared collective, and therefore values may be dynamically generated as described in RFC 3671.
isConnected() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Indicates whether this connection is currently established.
isConnectionUsable() - Method in class com.unboundid.ldap.sdk.ResultCode
Indicates whether the connection on which this result code was received is likely still usable.
isConnectionUsable(ResultCode) - Static method in class com.unboundid.ldap.sdk.ResultCode
Indicates whether the connection on which the provided result code was received is likely still usable.
isCritical() - Method in class com.unboundid.ldap.sdk.Control
Indicates whether this control should be considered critical.
isDescendantOf(DN, boolean) - Method in class com.unboundid.ldap.sdk.DN
Indicates whether this DN is a descendant of the provided DN.
isDescendantOf(String, boolean) - Method in class com.unboundid.ldap.sdk.DN
Indicates whether this DN is a descendant of the DN with the provided string representation.
isDescendantOf(String, String, boolean) - Static method in class com.unboundid.ldap.sdk.DN
Indicates whether the DN represented by the first string is a descendant of the DN represented by the second string.
isDone() - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Indicates whether the associated operation has completed, regardless of whether it completed normally, completed with an error, or was canceled before starting.
isEmpty() - Method in class com.unboundid.util.ByteStringBuffer
Indicates whether this buffer is currently empty.
isEmpty() - Method in class com.unboundid.util.WeakHashSet
Indicates whether this set is currently empty.
isExpected(DisconnectType) - Static method in enum com.unboundid.ldap.sdk.DisconnectType
Indicates whether the provided disconnect type is likely one that is expected in some way.
isHex(char) - Static method in class com.unboundid.util.StaticUtils
Indicates whether the provided character is a valid hexadecimal digit.
isMultiValued() - Method in class com.unboundid.ldap.sdk.RDN
Indicates whether this RDN contains multiple components.
isNoUserModification() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Indicates whether this attribute type is declared no-user-modification, and therefore attributes of this type will not be allowed to be altered by clients.
isNullDN() - Method in class com.unboundid.ldap.sdk.DN
Indicates whether this DN represents the null DN, which does not have any RDN components.
isNumericOID(String) - Static method in class com.unboundid.util.StaticUtils
Indicates whether the provided string is a valid numeric OID.
isObsolete() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Indicates whether this attribute type is declared obsolete.
isObsolete() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Indicates whether this DIT content rule is declared obsolete.
isObsolete() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Indicates whether this DIT structure rule is declared obsolete.
isObsolete() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Indicates whether this matching rule is declared obsolete.
isObsolete() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Indicates whether this matching rule use is declared obsolete.
isObsolete() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Indicates whether this name form is declared obsolete.
isObsolete() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Indicates whether this object class is declared obsolete.
isOperational() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Indicates whether this attribute type has an operational attribute usage.
isOperational() - Method in enum com.unboundid.ldap.sdk.schema.AttributeUsage
Indicates whether this is an operational attribute usage.
isPrintable(char) - Static method in class com.unboundid.util.StaticUtils
Indicates whether the provided character is a printable ASCII character, as per RFC 4517 section 3.2.
isPrintableString(byte[]) - Static method in class com.unboundid.util.StaticUtils
Indicates whether the contents of the provided byte array represent a printable LDAP string, as per RFC 4517 section 3.2.
isSensitiveToCodeAttribute(String) - Static method in class com.unboundid.util.StaticUtils
Indicates whether the provided attribute name should be considered a sensitive attribute for the purposes of toCode methods.
isShutDown() - Method in class com.unboundid.util.WakeableSleeper
Return true if this WakeableSleeper instance has been shutdown via the shutDown() method and false otherwise.
isSingleValued() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Indicates whether this attribute type is declared single-valued, and therefore attributes of this type will only be allowed to have at most one value.
isValidDN(String) - Static method in class com.unboundid.ldap.sdk.DN
Indicates whether the provided string represents a valid DN.
isValidRDN(String) - Static method in class com.unboundid.ldap.sdk.RDN
Indicates whether the provided string represents a valid RDN.
isWindows() - Static method in class com.unboundid.util.StaticUtils
Returns true if and only if the current process is running on a Windows-based operating system.
iterator() - Method in class com.unboundid.util.WeakHashSet
Retrieves an iterator across all elements in this set.

K

KeyStoreKeyManager - Class in com.unboundid.util.ssl
This class provides an SSL key manager that may be used to retrieve certificates from a key store file.
KeyStoreKeyManager(File, char[]) - Constructor for class com.unboundid.util.ssl.KeyStoreKeyManager
Creates a new instance of this key store key manager that provides the ability to retrieve certificates from the specified key store file.
KeyStoreKeyManager(String, char[]) - Constructor for class com.unboundid.util.ssl.KeyStoreKeyManager
Creates a new instance of this key store key manager that provides the ability to retrieve certificates from the specified key store file.
KeyStoreKeyManager(File, char[], String, String) - Constructor for class com.unboundid.util.ssl.KeyStoreKeyManager
Creates a new instance of this key store key manager that provides the ability to retrieve certificates from the specified key store file.
KeyStoreKeyManager(String, char[], String, String) - Constructor for class com.unboundid.util.ssl.KeyStoreKeyManager
Creates a new instance of this key store key manager that provides the ability to retrieve certificates from the specified key store file.

L

LDAPBindException - Exception in com.unboundid.ldap.sdk
This class defines an exception that can be thrown if the server sends a bind response with a result code other than ResultCode#SUCCESS, which indicates that the bind operation did not complete successfully.
LDAPBindException(BindResult) - Constructor for exception com.unboundid.ldap.sdk.LDAPBindException
Creates a new LDAP bind exception from the provided bind result.
LDAPConnection - Class in com.unboundid.ldap.sdk
This class provides a facility for interacting with an LDAPv3 directory server.
LDAPConnection() - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new LDAP connection using the default socket factory and default set of connection options.
LDAPConnection(LDAPConnectionOptions) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new LDAP connection using the default socket factory and provided set of connection options.
LDAPConnection(SocketFactory) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new LDAP connection using the specified socket factory.
LDAPConnection(SocketFactory, LDAPConnectionOptions) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new LDAP connection using the specified socket factory.
LDAPConnection(String, int) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new, unauthenticated LDAP connection that is established to the specified server.
LDAPConnection(LDAPConnectionOptions, String, int) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new, unauthenticated LDAP connection that is established to the specified server.
LDAPConnection(SocketFactory, String, int) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new, unauthenticated LDAP connection that is established to the specified server.
LDAPConnection(SocketFactory, LDAPConnectionOptions, String, int) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new, unauthenticated LDAP connection that is established to the specified server.
LDAPConnection(String, int, String, String) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new LDAP connection that is established to the specified server and is authenticated as the specified user (via LDAP simple authentication).
LDAPConnection(LDAPConnectionOptions, String, int, String, String) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new LDAP connection that is established to the specified server and is authenticated as the specified user (via LDAP simple authentication).
LDAPConnection(SocketFactory, String, int, String, String) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new LDAP connection that is established to the specified server and is authenticated as the specified user (via LDAP simple authentication).
LDAPConnection(SocketFactory, LDAPConnectionOptions, String, int, String, String) - Constructor for class com.unboundid.ldap.sdk.LDAPConnection
Creates a new LDAP connection that is established to the specified server and is authenticated as the specified user (via LDAP simple authentication).
LDAPConnectionOptions - Class in com.unboundid.ldap.sdk
This class provides a data structure that may be used to configure a number of connection-related properties.
LDAPConnectionOptions() - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionOptions
Creates a new set of LDAP connection options with the default settings.
LDAPConnectionPool - Class in com.unboundid.ldap.sdk
This class provides an implementation of an LDAP connection pool, which is a structure that can hold multiple connections established to a given server that can be reused for multiple operations rather than creating and destroying connections for each operation.
LDAPConnectionPool(LDAPConnection, int) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with up to the specified number of connections, created as clones of the provided connection.
LDAPConnectionPool(LDAPConnection, int, int) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created as clones of the provided connection.
LDAPConnectionPool(LDAPConnection, int, int, PostConnectProcessor) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created as clones of the provided connection.
LDAPConnectionPool(LDAPConnection, int, int, PostConnectProcessor, boolean) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created as clones of the provided connection.
LDAPConnectionPool(LDAPConnection, int, int, int, PostConnectProcessor, boolean) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created as clones of the provided connection.
LDAPConnectionPool(LDAPConnection, int, int, int, PostConnectProcessor, boolean, LDAPConnectionPoolHealthCheck) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created as clones of the provided connection.
LDAPConnectionPool(ServerSet, BindRequest, int) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created using the provided server set.
LDAPConnectionPool(ServerSet, BindRequest, int, int) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created using the provided server set.
LDAPConnectionPool(ServerSet, BindRequest, int, int, PostConnectProcessor) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created using the provided server set.
LDAPConnectionPool(ServerSet, BindRequest, int, int, PostConnectProcessor, boolean) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created using the provided server set.
LDAPConnectionPool(ServerSet, BindRequest, int, int, int, PostConnectProcessor, boolean) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created using the provided server set.
LDAPConnectionPool(ServerSet, BindRequest, int, int, int, PostConnectProcessor, boolean, LDAPConnectionPoolHealthCheck) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPool
Creates a new LDAP connection pool with the specified number of connections, created using the provided server set.
LDAPConnectionPoolHealthCheck - Class in com.unboundid.ldap.sdk
This class provides an API that may be used to determine whether connections associated with a connection pool are valid and suitable for use.
LDAPConnectionPoolHealthCheck() - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Creates a new instance of this LDAP connection pool health check.
LDAPConnectionPoolHealthCheckResult - Class in com.unboundid.ldap.sdk
This class provides a data structure that holds information about the result of an LDAP connection pool health check.
LDAPConnectionPoolStatistics - Class in com.unboundid.ldap.sdk
This class provides a data structure with information about usage of an LDAP connection pool.
LDAPConnectionPoolStatistics(AbstractConnectionPool) - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Creates a new instance of this LDAP connection pool statistics object.
LDAPConnectionStatistics - Class in com.unboundid.ldap.sdk
This class provides a data structure with information about operations performed on an associated LDAP connection.
LDAPConnectionStatistics() - Constructor for class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Creates a new instance of this LDAP connection statistics object.
LDAPException - Exception in com.unboundid.ldap.sdk
This class defines an exception that can be thrown if a problem occurs while performing LDAP-related processing.
LDAPException(ResultCode) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception with the provided result code.
LDAPException(ResultCode, Throwable) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception with the provided result code.
LDAPException(ResultCode, String) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception with the provided result code and message.
LDAPException(ResultCode, String, Throwable) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception with the provided result code and message.
LDAPException(ResultCode, String, String, String[]) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception with the provided information.
LDAPException(ResultCode, String, String, String[], Throwable) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception with the provided information.
LDAPException(ResultCode, String, String, String[], Control[]) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception with the provided information.
LDAPException(ResultCode, String, String, String[], Control[], Throwable) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception with the provided information.
LDAPException(LDAPResult) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception using the information contained in the provided LDAP result object.
LDAPException(LDAPResult, Throwable) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception using the information contained in the provided LDAP result object.
LDAPException(LDAPException) - Constructor for exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAP exception using the information contained in the provided LDAP exception.
LDAPExtendedOperationException - Exception in com.unboundid.ldap.sdk
This class defines an exception that can be thrown if the server returns an extended response that indicates that the operation did not complete successfully.
LDAPExtendedOperationException(ExtendedResult) - Constructor for exception com.unboundid.ldap.sdk.LDAPExtendedOperationException
Creates a new LDAP extended operation exception from the provided extended result.
LDAPInterface - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that are available for objects that may be used to communicate with an LDAP directory server.
LDAPMessage - Class in com.unboundid.ldap.protocol
This class provides a data structure that may be used to represent LDAP protocol messages.
LDAPMessage(int, ProtocolOp, Control...) - Constructor for class com.unboundid.ldap.protocol.LDAPMessage
Creates a new LDAP message with the provided information.
LDAPMessage(int, ProtocolOp, List<Control>) - Constructor for class com.unboundid.ldap.protocol.LDAPMessage
Creates a new LDAP message with the provided information.
LDAPRequest - Class in com.unboundid.ldap.sdk
This class provides a framework that should be extended by all types of LDAP requests.
LDAPRequest(Control[]) - Constructor for class com.unboundid.ldap.sdk.LDAPRequest
Creates a new LDAP request with the provided set of controls.
LDAPResponse - Interface in com.unboundid.ldap.protocol
This interface serves as a marker for classes in the com.unboundid.ldap.sdk package that are responses which may be received from a directory server.
LDAPResult - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding the elements that are common to most types of LDAP responses.
LDAPResult(LDAPResult) - Constructor for class com.unboundid.ldap.sdk.LDAPResult
Creates a new LDAP result object based on the provided result.
LDAPResult(int, ResultCode) - Constructor for class com.unboundid.ldap.sdk.LDAPResult
Creates a new LDAP result object with the provided message ID and result code, and no other information.
LDAPResult(int, ResultCode, String, String, String[], Control[]) - Constructor for class com.unboundid.ldap.sdk.LDAPResult
Creates a new LDAP result object with the provided information.
LDAPResult(int, ResultCode, String, String, List<String>, List<Control>) - Constructor for class com.unboundid.ldap.sdk.LDAPResult
Creates a new LDAP result object with the provided information.
ldapResultReceived(AsyncRequestID, LDAPResult) - Method in interface com.unboundid.ldap.sdk.AsyncResultListener
Indicates that the provided LDAP result has been received in response to an asynchronous operation.
LDAPRuntimeException - Exception in com.unboundid.ldap.sdk
This class defines a version of the LDAPException class that may be thrown as a RuntimeException without the need for it to have been explicitly declared in the method's throws list.
LDAPRuntimeException(LDAPException) - Constructor for exception com.unboundid.ldap.sdk.LDAPRuntimeException
Creates a new instance of this LDAPRuntimeException using the provided LDAPException.
LDAPSDKException - Exception in com.unboundid.util
This class serves as the base class for all custom checked exception types defined in the LDAP SDK.
LDAPSDKException(String) - Constructor for exception com.unboundid.util.LDAPSDKException
Creates a new instance of this exception with the provided message.
LDAPSDKException(String, Throwable) - Constructor for exception com.unboundid.util.LDAPSDKException
Creates a new instance of this exception with the provided message and cause.
LDAPSDKRuntimeException - Exception in com.unboundid.util
This class serves as the base class for all custom runtime exception types defined in the LDAP SDK.
LDAPSDKRuntimeException(String) - Constructor for exception com.unboundid.util.LDAPSDKRuntimeException
Creates a new instance of this exception with the provided message.
LDAPSDKRuntimeException(String, Throwable) - Constructor for exception com.unboundid.util.LDAPSDKRuntimeException
Creates a new instance of this exception with the provided message and cause.
LDAPSDKThreadFactory - Class in com.unboundid.util
This class provides a thread factory implementation that may be used to create threads with a number of basic settings.
LDAPSDKThreadFactory(String, boolean) - Constructor for class com.unboundid.util.LDAPSDKThreadFactory
Creates a new instance of this thread factory with the provided settings.
LDAPSDKThreadFactory(String, boolean, ThreadGroup) - Constructor for class com.unboundid.util.LDAPSDKThreadFactory
Creates a new instance of this thread factory with the provided settings.
LDAPSDKUsageException - Exception in com.unboundid.util
This class provides a runtime exception that may be thrown by the LDAP SDK if it detects a problem with the usage of the SDK itself (e.g., a null value provided for an argument that must not be null, or an argument value that violates a documented constraint).
LDAPSDKUsageException(String) - Constructor for exception com.unboundid.util.LDAPSDKUsageException
Creates a new instance of this exception with the provided message.
LDAPSDKUsageException(String, Throwable) - Constructor for exception com.unboundid.util.LDAPSDKUsageException
Creates a new instance of this exception with the provided message and cause.
LDAPSearchException - Exception in com.unboundid.ldap.sdk
This class defines an exception that can be thrown if a problem occurs while performing LDAP-related processing.
LDAPSearchException(ResultCode, String) - Constructor for exception com.unboundid.ldap.sdk.LDAPSearchException
Creates a new LDAP search exception with the provided information.
LDAPSearchException(ResultCode, String, Throwable) - Constructor for exception com.unboundid.ldap.sdk.LDAPSearchException
Creates a new LDAP search exception with the provided information.
LDAPSearchException(LDAPException) - Constructor for exception com.unboundid.ldap.sdk.LDAPSearchException
Creates a new LDAP search exception from the provided exception.
LDAPSearchException(SearchResult) - Constructor for exception com.unboundid.ldap.sdk.LDAPSearchException
Creates a new LDAP search exception with the provided result.
LDAPURL - Class in com.unboundid.ldap.sdk
This class provides a data structure for interacting with LDAP URLs.
LDAPURL(String) - Constructor for class com.unboundid.ldap.sdk.LDAPURL
Creates a new LDAP URL from the provided string representation.
LDAPURL(String, String, Integer, DN, String[], SearchScope, Filter) - Constructor for class com.unboundid.ldap.sdk.LDAPURL
Creates a new LDAP URL with the provided information.
LDIFAddChangeRecord - Class in com.unboundid.ldif
This class defines an LDIF add change record, which can be used to represent an LDAP add request.
LDIFAddChangeRecord(String, Attribute...) - Constructor for class com.unboundid.ldif.LDIFAddChangeRecord
Creates a new LDIF add change record with the provided DN and attributes.
LDIFAddChangeRecord(String, Attribute[], List<Control>) - Constructor for class com.unboundid.ldif.LDIFAddChangeRecord
Creates a new LDIF add change record with the provided DN and attributes.
LDIFAddChangeRecord(String, List<Attribute>) - Constructor for class com.unboundid.ldif.LDIFAddChangeRecord
Creates a new LDIF add change record with the provided DN and attributes.
LDIFAddChangeRecord(String, List<Attribute>, List<Control>) - Constructor for class com.unboundid.ldif.LDIFAddChangeRecord
Creates a new LDIF add change record with the provided DN and attributes.
LDIFAddChangeRecord(Entry) - Constructor for class com.unboundid.ldif.LDIFAddChangeRecord
Creates a new LDIF add change record from the provided entry.
LDIFAddChangeRecord(Entry, List<Control>) - Constructor for class com.unboundid.ldif.LDIFAddChangeRecord
Creates a new LDIF add change record from the provided entry.
LDIFAddChangeRecord(AddRequest) - Constructor for class com.unboundid.ldif.LDIFAddChangeRecord
Creates a new LDIF add change record from the provided add request.
LDIFChangeRecord - Class in com.unboundid.ldif
This class provides a base class for LDIF change records, which can be used to represent add, delete, modify, and modify DN operations in LDIF form.
LDIFChangeRecord(String, List<Control>) - Constructor for class com.unboundid.ldif.LDIFChangeRecord
Creates a new LDIF change record with the provided DN.
LDIFDeleteChangeRecord - Class in com.unboundid.ldif
This class defines an LDIF delete change record, which can be used to represent an LDAP delete request.
LDIFDeleteChangeRecord(String) - Constructor for class com.unboundid.ldif.LDIFDeleteChangeRecord
Creates a new LDIF delete change record with the provided DN.
LDIFDeleteChangeRecord(String, List<Control>) - Constructor for class com.unboundid.ldif.LDIFDeleteChangeRecord
Creates a new LDIF delete change record with the provided DN.
LDIFDeleteChangeRecord(DeleteRequest) - Constructor for class com.unboundid.ldif.LDIFDeleteChangeRecord
Creates a new LDIF delete change record from the provided delete request.
LDIFException - Exception in com.unboundid.ldif
This class defines an exception that may be thrown if a problem occurs while attempting to decode data read from an LDIF source.
LDIFException(String, long, boolean) - Constructor for exception com.unboundid.ldif.LDIFException
Creates a new LDIF exception with the provided information.
LDIFException(String, long, boolean, Throwable) - Constructor for exception com.unboundid.ldif.LDIFException
Creates a new LDIF exception with the provided information.
LDIFException(String, long, boolean, CharSequence[], Throwable) - Constructor for exception com.unboundid.ldif.LDIFException
Creates a new LDIF exception with the provided information.
LDIFException(String, long, boolean, List<? extends CharSequence>, Throwable) - Constructor for exception com.unboundid.ldif.LDIFException
Creates a new LDIF exception with the provided information.
LDIFModifyChangeRecord - Class in com.unboundid.ldif
This class defines an LDIF modify change record, which can be used to represent an LDAP modify request.
LDIFModifyChangeRecord(String, Modification...) - Constructor for class com.unboundid.ldif.LDIFModifyChangeRecord
Creates a new LDIF modify change record with the provided DN and set of modifications.
LDIFModifyChangeRecord(String, Modification[], List<Control>) - Constructor for class com.unboundid.ldif.LDIFModifyChangeRecord
Creates a new LDIF modify change record with the provided DN and set of modifications.
LDIFModifyChangeRecord(String, List<Modification>) - Constructor for class com.unboundid.ldif.LDIFModifyChangeRecord
Creates a new LDIF modify change record with the provided DN and set of modifications.
LDIFModifyChangeRecord(String, List<Modification>, List<Control>) - Constructor for class com.unboundid.ldif.LDIFModifyChangeRecord
Creates a new LDIF modify change record with the provided DN and set of modifications.
LDIFModifyChangeRecord(ModifyRequest) - Constructor for class com.unboundid.ldif.LDIFModifyChangeRecord
Creates a new LDIF modify change record from the provided modify request.
LDIFModifyDNChangeRecord - Class in com.unboundid.ldif
This class defines an LDIF modify DN change record, which can be used to represent an LDAP modify DN request.
LDIFModifyDNChangeRecord(String, String, boolean, String) - Constructor for class com.unboundid.ldif.LDIFModifyDNChangeRecord
Creates a new LDIF modify DN change record with the provided information.
LDIFModifyDNChangeRecord(String, String, boolean, String, List<Control>) - Constructor for class com.unboundid.ldif.LDIFModifyDNChangeRecord
Creates a new LDIF modify DN change record with the provided information.
LDIFModifyDNChangeRecord(ModifyDNRequest) - Constructor for class com.unboundid.ldif.LDIFModifyDNChangeRecord
Creates a new LDIF modify DN change record from the provided modify DN request.
LDIFReader - Class in com.unboundid.ldif
This class provides an LDIF reader, which can be used to read and decode entries and change records from a data source using the LDAP Data Interchange Format as per RFC 2849.
LDIFReader(String) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified file.
LDIFReader(String, int) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified file and parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(File) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified file.
LDIFReader(File, int) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified file and optionally parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(File[], int, LDIFReaderEntryTranslator) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified files in the order in which they are provided and optionally parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(File[], int, LDIFReaderEntryTranslator, LDIFReaderChangeRecordTranslator) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified files in the order in which they are provided and optionally parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(InputStream) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the provided input stream.
LDIFReader(InputStream, int) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified stream and parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(InputStream, int, LDIFReaderEntryTranslator) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified stream and parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(InputStream, int, LDIFReaderEntryTranslator, LDIFReaderChangeRecordTranslator) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified stream and parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(BufferedReader) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will use the provided buffered reader to read the LDIF data.
LDIFReader(BufferedReader, int) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified buffered reader and parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(BufferedReader, int, LDIFReaderEntryTranslator) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified buffered reader and parses the LDIF records asynchronously using the specified number of threads.
LDIFReader(BufferedReader, int, LDIFReaderEntryTranslator, LDIFReaderChangeRecordTranslator) - Constructor for class com.unboundid.ldif.LDIFReader
Creates a new LDIF reader that will read data from the specified buffered reader and parses the LDIF records asynchronously using the specified number of threads.
LDIFReaderChangeRecordTranslator - Interface in com.unboundid.ldif
This interface is used by the LDIFReader to translate change records read from the input or filter them out before they are returned via LDIFReader#readChangeRecord.
LDIFReaderEntryTranslator - Interface in com.unboundid.ldif
This interface is used by the LDIFReader to translate entries read from the input or filter them out before they are returned via LDIFReader#readEntry.
LDIFRecord - Interface in com.unboundid.ldif
This interface defines a common API for LDIF records, which are objects that can be represented using LDIF.
LDIFWriter - Class in com.unboundid.ldif
This class provides an LDIF writer, which can be used to write entries and change records in the LDAP Data Interchange Format as per RFC 2849.
LDIFWriter(String) - Constructor for class com.unboundid.ldif.LDIFWriter
Creates a new LDIF writer that will write entries to the provided file.
LDIFWriter(File) - Constructor for class com.unboundid.ldif.LDIFWriter
Creates a new LDIF writer that will write entries to the provided file.
LDIFWriter(OutputStream) - Constructor for class com.unboundid.ldif.LDIFWriter
Creates a new LDIF writer that will write entries to the provided output stream.
LDIFWriter(OutputStream, int) - Constructor for class com.unboundid.ldif.LDIFWriter
Creates a new LDIF writer that will write entries to the provided output stream optionally using parallelThreads when writing batches of LDIF records.
LDIFWriter(OutputStream, int, LDIFWriterEntryTranslator) - Constructor for class com.unboundid.ldif.LDIFWriter
Creates a new LDIF writer that will write entries to the provided output stream optionally using parallelThreads when writing batches of LDIF records.
LDIFWriter(OutputStream, int, LDIFWriterEntryTranslator, LDIFWriterChangeRecordTranslator) - Constructor for class com.unboundid.ldif.LDIFWriter
Creates a new LDIF writer that will write entries to the provided output stream optionally using parallelThreads when writing batches of LDIF records.
LDIFWriterChangeRecordTranslator - Interface in com.unboundid.ldif
This interface is used by the LDIFWriter to translate or exclude change records before they are written.
LDIFWriterEntryTranslator - Interface in com.unboundid.ldif
This interface is used by the LDIFWriter to translate or exclude entries before they are written.
length() - Method in class com.unboundid.asn1.ASN1Buffer
Retrieves the current length of this buffer in bytes.
length() - Method in class com.unboundid.util.ByteStringBuffer
Retrieves the number of bytes contained in this buffer.
LOCAL_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (82) that will be used if a generic client-side error occurs during processing.
LOCAL_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (82) for the "LOCAL_ERROR" result code.
LOGGER_NAME - Static variable in class com.unboundid.util.Debug
The name that will be used for the Java logger that will actually handle the debug messages if debugging is enabled.
longValue() - Method in class com.unboundid.asn1.ASN1Long
Retrieves the long value for this element.
LOOP_DETECT - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (54) that will be used if the server detects a chaining or alias loop.
LOOP_DETECT_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (54) for the "LOOP_DETECT" result code.

M

main(String...) - Static method in class com.unboundid.ldap.sdk.Version
Prints version information from this class to standard output.
MAJOR_VERSION - Static variable in class com.unboundid.ldap.sdk.Version
The major version number for the LDAP SDK.
mark(int) - Method in class com.unboundid.util.AggregateInputStream
Marks the current position in the input stream.
markSupported() - Method in class com.unboundid.util.AggregateInputStream
Indicates whether this input stream supports the use of the mark and reset methods.
matchesBaseAndScope(String, SearchScope) - Method in class com.unboundid.ldap.sdk.DN
Indicates whether this DN falls within the range of the provided search base DN and scope.
matchesBaseAndScope(DN, SearchScope) - Method in class com.unboundid.ldap.sdk.DN
Indicates whether this DN falls within the range of the provided search base DN and scope.
matchesBaseAndScope(String, SearchScope) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry falls within the range of the provided search base DN and scope.
matchesBaseAndScope(DN, SearchScope) - Method in class com.unboundid.ldap.sdk.Entry
Indicates whether this entry falls within the range of the provided search base DN and scope.
matchesEntry(Entry) - Method in class com.unboundid.ldap.sdk.Filter
Indicates whether this filter matches the provided entry.
matchesEntry(Entry, Schema) - Method in class com.unboundid.ldap.sdk.Filter
Indicates whether this filter matches the provided entry.
matchesSubstring(ASN1OctetString, ASN1OctetString, ASN1OctetString[], ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.AcceptAllSimpleMatchingRule
Indicates whether the provided value matches the given substring assertion, according to the constraints of this matching rule.
matchesSubstring(ASN1OctetString, ASN1OctetString, ASN1OctetString[], ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Indicates whether the provided value matches the given substring assertion, according to the constraints of this matching rule.
matchesSubstring(ASN1OctetString, ASN1OctetString, ASN1OctetString[], ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Indicates whether the provided value matches the given substring assertion, according to the constraints of this matching rule.
matchesSubstring(ASN1OctetString, ASN1OctetString, ASN1OctetString[], ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Indicates whether the provided value matches the given substring assertion, according to the constraints of this matching rule.
matchesSubstring(ASN1OctetString, ASN1OctetString, ASN1OctetString[], ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Indicates whether the provided value matches the given substring assertion, according to the constraints of this matching rule.
matchesSubstring(ASN1OctetString, ASN1OctetString, ASN1OctetString[], ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Indicates whether the provided value matches the given substring assertion, according to the constraints of this matching rule.
matchesSubstring(ASN1OctetString, ASN1OctetString, ASN1OctetString[], ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Indicates whether the provided value matches the given substring assertion, according to the constraints of this matching rule.
matchesSubstring(ASN1OctetString, ASN1OctetString, ASN1OctetString[], ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.SimpleMatchingRule
Indicates whether the provided value matches the given substring assertion, according to the constraints of this matching rule.
MatchingRule - Class in com.unboundid.ldap.matchingrules
This class defines the API for an LDAP matching rule, which may be used to determine whether two values are equal to each other, and to normalize values so that they may be more easily compared.
MatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.MatchingRule
Creates a new instance of this matching rule.
MatchingRuleDefinition - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure that describes an LDAP matching rule schema element.
MatchingRuleDefinition(String) - Constructor for class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Creates a new matching rule from the provided string representation.
MatchingRuleDefinition(String, String[], String, boolean, String, Map<String, String[]>) - Constructor for class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Creates a new matching rule with the provided information.
MatchingRuleUseDefinition - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure that describes an LDAP matching rule use schema element.
MatchingRuleUseDefinition(String) - Constructor for class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Creates a new matching rule use from the provided string representation.
MatchingRuleUseDefinition(String, String[], String, boolean, String[], Map<String, String[]>) - Constructor for class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Creates a new matching rule use with the provided information.
mayContinueReading() - Method in exception com.unboundid.ldif.LDIFException
Indicates whether it is possible to continue attempting to read from the LDIF source.
mergeAttributes(Attribute, Attribute) - Static method in class com.unboundid.ldap.sdk.Attribute
Creates a new attribute containing the merged values of the provided attributes.
mergeEntries(Entry...) - Static method in class com.unboundid.ldap.sdk.Entry
Merges the contents of all provided entries so that the resulting entry will contain all attribute values present in at least one of the entries.
mergeSchemas(Schema...) - Static method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves a schema containing all of the elements of each of the provided schemas.
MESSAGE_TYPE_CONTROLS - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the set of controls.
millisToHumanReadableDuration(long) - Static method in class com.unboundid.util.StaticUtils
Converts a duration in seconds to a string with a human-readable duration which may include days, hours, minutes, and seconds, to the extent that they are needed.
millisToNanos(long) - Static method in class com.unboundid.util.StaticUtils
Converts the provided number of milliseconds to nanoseconds.
MINOR_VERSION - Static variable in class com.unboundid.ldap.sdk.Version
The minor version number for the LDAP SDK.
MIRRORED_SUBTREE_DIGEST_MISMATCH - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (30221003) that should be used by a node in a topology of servers to indicate that its subtree digest does not match that of its master's.
MIRRORED_SUBTREE_DIGEST_MISMATCH_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (30221003) for the "MIRRORED_SUBTREE_DIGEST_MISMATCH" result code.
Modification - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about an LDAP modification, which describes a change to apply to an attribute.
Modification(ModificationType, String) - Constructor for class com.unboundid.ldap.sdk.Modification
Creates a new LDAP modification with the provided modification type and attribute name.
Modification(ModificationType, String, String) - Constructor for class com.unboundid.ldap.sdk.Modification
Creates a new LDAP modification with the provided information.
Modification(ModificationType, String, byte[]) - Constructor for class com.unboundid.ldap.sdk.Modification
Creates a new LDAP modification with the provided information.
Modification(ModificationType, String, String...) - Constructor for class com.unboundid.ldap.sdk.Modification
Creates a new LDAP modification with the provided information.
Modification(ModificationType, String, byte[]...) - Constructor for class com.unboundid.ldap.sdk.Modification
Creates a new LDAP modification with the provided information.
Modification(ModificationType, String, ASN1OctetString[]) - Constructor for class com.unboundid.ldap.sdk.Modification
Creates a new LDAP modification with the provided information.
ModificationType - Class in com.unboundid.ldap.sdk
This class defines a data type for modification type values.
modify(String, Modification) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Applies the provided modification to the specified entry using a connection from this connection pool.
modify(String, Modification...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Applies the provided set of modifications to the specified entry using a connection from this connection pool.
modify(String, List<Modification>) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Applies the provided set of modifications to the specified entry using a connection from this connection pool.
modify(String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a modify request from the provided LDIF representation of the changes using a connection from this connection pool.
modify(ModifyRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided modify request using a connection from this connection pool.
modify(ReadOnlyModifyRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided modify request using a connection from this connection pool.
modify(String, Modification) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Applies the provided modification to the specified entry.
modify(String, Modification...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Applies the provided set of modifications to the specified entry.
modify(String, List<Modification>) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Applies the provided set of modifications to the specified entry.
modify(String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a modify request from the provided LDIF representation of the changes.
modify(ModifyRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided modify request.
modify(ReadOnlyModifyRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided modify request.
modify(String, Modification) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Applies the provided modification to the specified entry.
modify(String, Modification...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Applies the provided set of modifications to the specified entry.
modify(String, List<Modification>) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Applies the provided set of modifications to the specified entry.
modify(String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a modify request from the provided LDIF representation of the changes.
modify(ModifyRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided modify request.
modify(ReadOnlyModifyRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided modify request.
modifyDN(String, String, boolean) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Performs a modify DN operation with the provided information using a connection from this connection pool.
modifyDN(String, String, boolean, String) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Performs a modify DN operation with the provided information using a connection from this connection pool.
modifyDN(ModifyDNRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided modify DN request using a connection from this connection pool.
modifyDN(ReadOnlyModifyDNRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided modify DN request using a connection from this connection pool.
modifyDN(String, String, boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Performs a modify DN operation with the provided information.
modifyDN(String, String, boolean, String) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Performs a modify DN operation with the provided information.
modifyDN(ModifyDNRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided modify DN request.
modifyDN(ReadOnlyModifyDNRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided modify DN request.
modifyDN(String, String, boolean) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Performs a modify DN operation with the provided information.
modifyDN(String, String, boolean, String) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Performs a modify DN operation with the provided information.
modifyDN(ModifyDNRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided modify DN request.
modifyDN(ReadOnlyModifyDNRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided modify DN request.
ModifyDNRequest - Class in com.unboundid.ldap.sdk
This class implements the processing necessary to perform an LDAPv3 modify DN operation, which can be used to rename and/or move an entry or subtree in the directory.
ModifyDNRequest(String, String, boolean) - Constructor for class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new modify DN request that will rename the entry but will not move it below a new entry.
ModifyDNRequest(DN, RDN, boolean) - Constructor for class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new modify DN request that will rename the entry but will not move it below a new entry.
ModifyDNRequest(String, String, boolean, String) - Constructor for class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new modify DN request that will rename the entry and will optionally move it below a new entry.
ModifyDNRequest(DN, RDN, boolean, DN) - Constructor for class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new modify DN request that will rename the entry and will optionally move it below a new entry.
ModifyDNRequest(String, String, boolean, Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new modify DN request that will rename the entry but will not move it below a new entry.
ModifyDNRequest(DN, RDN, boolean, Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new modify DN request that will rename the entry but will not move it below a new entry.
ModifyDNRequest(String, String, boolean, String, Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new modify DN request that will rename the entry and will optionally move it below a new entry.
ModifyDNRequest(DN, RDN, boolean, DN, Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyDNRequest
Creates a new modify DN request that will rename the entry and will optionally move it below a new entry.
ModifyDNRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP modify DN request protocol op.
ModifyDNRequestProtocolOp(String, String, boolean, String) - Constructor for class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Creates a new modify DN request protocol op with the provided information.
ModifyDNRequestProtocolOp(ModifyDNRequest) - Constructor for class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Creates a new modify DN request protocol op from the provided modify DN request object.
ModifyDNResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of a modify DN response protocol op.
ModifyDNResponseProtocolOp(int, String, String, List<String>) - Constructor for class com.unboundid.ldap.protocol.ModifyDNResponseProtocolOp
Creates a new instance of this modify DN response protocol op with the provided information.
ModifyDNResponseProtocolOp(LDAPResult) - Constructor for class com.unboundid.ldap.protocol.ModifyDNResponseProtocolOp
Creates a new modify DN response protocol op from the provided LDAP result object.
ModifyRequest - Class in com.unboundid.ldap.sdk
This class implements the processing necessary to perform an LDAPv3 modify operation, which can be used to update an entry in the directory server.
ModifyRequest(String, Modification) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(String, Modification...) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(String, List<Modification>) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(DN, Modification) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(DN, Modification...) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(DN, List<Modification>) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(String, Modification, Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(String, Modification[], Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(String, List<Modification>, Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(DN, Modification, Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(DN, Modification[], Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(DN, List<Modification>, Control[]) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request with the provided information.
ModifyRequest(String...) - Constructor for class com.unboundid.ldap.sdk.ModifyRequest
Creates a new modify request from the provided LDIF representation of the changes.
ModifyRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP modify request protocol op.
ModifyRequestProtocolOp(String, List<Modification>) - Constructor for class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Creates a new modify request protocol op with the provided information.
ModifyRequestProtocolOp(ModifyRequest) - Constructor for class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Creates a new modify request protocol op from the provided modify request object.
ModifyResponseProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of a modify response protocol op.
ModifyResponseProtocolOp(int, String, String, List<String>) - Constructor for class com.unboundid.ldap.protocol.ModifyResponseProtocolOp
Creates a new instance of this modify response protocol op with the provided information.
ModifyResponseProtocolOp(LDAPResult) - Constructor for class com.unboundid.ldap.protocol.ModifyResponseProtocolOp
Creates a new modify response protocol op from the provided LDAP result object.
MORE_RESULTS_TO_RETURN - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (95) that will be used if there are still more results to return.
MORE_RESULTS_TO_RETURN_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (95) for the "MORE_RESULTS_TO_RETURN" result code.

N

NameFormDefinition - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure that describes an LDAP name form schema element.
NameFormDefinition(String) - Constructor for class com.unboundid.ldap.sdk.schema.NameFormDefinition
Creates a new name form from the provided string representation.
NameFormDefinition(String, String[], String, boolean, String, String[], String[], Map<String, String[]>) - Constructor for class com.unboundid.ldap.sdk.schema.NameFormDefinition
Creates a new name form with the provided information.
nameIsValid() - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether the name of this attribute is valid as per RFC 4512.
nameIsValid(String) - Static method in class com.unboundid.ldap.sdk.Attribute
Indicates whether the provided string represents a valid attribute name as per RFC 4512.
nameIsValid(String, boolean) - Static method in class com.unboundid.ldap.sdk.Attribute
Indicates whether the provided string represents a valid attribute name as per RFC 4512.
NAMING_VIOLATION - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (64) that will be used if the client request violates a naming constraint (e.g., a name form or DIT structure rule) defined in the server.
NAMING_VIOLATION_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (64) for the "NAMING_VIOLATION" result code.
nanosToMillis(long) - Static method in class com.unboundid.util.StaticUtils
Converts the provided number of nanoseconds to milliseconds.
needsBase64Encoding() - Method in class com.unboundid.ldap.sdk.Attribute
Indicates whether any of the values of this attribute need to be base64-encoded when represented as LDIF.
needsBase64Encoding(String) - Static method in class com.unboundid.ldap.sdk.Attribute
Indicates whether the provided value needs to be base64-encoded when represented as LDIF.
needsBase64Encoding(byte[]) - Static method in class com.unboundid.ldap.sdk.Attribute
Indicates whether the provided value needs to be base64-encoded when represented as LDIF.
NEVER - Static variable in class com.unboundid.ldap.sdk.DereferencePolicy
A predefined dereference policy value which indicates that the server should not dereference any aliases that it encounters.
newThread(Runnable) - Method in class com.unboundid.util.LDAPSDKThreadFactory
Creates a new thread using the settings for this thread factory.
NO_ATTRIBUTES - Static variable in class com.unboundid.ldap.sdk.SearchRequest
The special value "1.1" that can be included in the set of requested attributes to indicate that no attributes should be returned, with the exception of any other attributes explicitly named in the set of requested attributes.
NO_BYTES - Static variable in class com.unboundid.util.StaticUtils
A pre-allocated byte array containing zero bytes.
NO_CONTROLS - Static variable in interface com.unboundid.ldap.protocol.LDAPResponse
An empty set of controls.
NO_CONTROLS - Static variable in exception com.unboundid.ldap.sdk.LDAPException
An empty array that will be used when no controls were provided.
NO_CONTROLS - Static variable in class com.unboundid.util.StaticUtils
A pre-allocated empty control array.
NO_MEMORY - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (90) that will be used if the client does not have sufficient memory to perform the requested operation.
NO_MEMORY_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (90) for the "NO_MEMORY" result code.
NO_OPERATION - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (16654) for operations that completed successfully but no changes were made to the server because the LDAP no-op control was included in the request.
NO_OPERATION_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (16654) for the "NO_OPERATION" result code.
NO_REFERRALS - Static variable in exception com.unboundid.ldap.sdk.LDAPException
An empty array that will be used when no referrals were provided.
NO_RESULTS_RETURNED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (94) that will be used if the server did not send any results.
NO_RESULTS_RETURNED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (94) for the "NO_RESULTS_RETURNED" result code.
NO_STRINGS - Static variable in class com.unboundid.util.StaticUtils
A pre-allocated empty string array.
NO_SUCH_ATTRIBUTE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (16) that will be used if the client referenced an attribute that does not exist in the target entry.
NO_SUCH_ATTRIBUTE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (16) for the "NO_SUCH_ATTRIBUTE" result code.
NO_SUCH_OBJECT - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (32) that will be used if the client targeted an entry that does not exist.
NO_SUCH_OBJECT_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (32) for the "NO_SUCH_OBJECT" result code.
NO_SUCH_OPERATION - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (119) that will be used if the client attempts to cancel an operation that the client doesn't exist in the server.
NO_SUCH_OPERATION_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (119) for the "NO_SUCH_OPERATION" result code.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.AcceptAllSimpleMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Normalizes the provided value for easier matching.
normalize(ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Normalizes the provided value for easier matching.
normalize(String) - Static method in class com.unboundid.ldap.sdk.DN
Retrieves a normalized representation of the DN with the provided string representation.
normalize(String, Schema) - Static method in class com.unboundid.ldap.sdk.DN
Retrieves a normalized representation of the DN with the provided string representation.
normalize(String) - Static method in class com.unboundid.ldap.sdk.RDN
Retrieves a normalized string representation of the RDN with the provided string representation.
normalize(String, Schema) - Static method in class com.unboundid.ldap.sdk.RDN
Retrieves a normalized string representation of the RDN with the provided string representation.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.AcceptAllSimpleMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Normalizes the provided value for use as part of a substring assertion.
normalizeSubstring(ASN1OctetString, byte) - Method in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Normalizes the provided value for use as part of a substring assertion.
NOT_ALLOWED_ON_NONLEAF - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (66) that will be used if the requested operation is not allowed to be performed on non-leaf entries.
NOT_ALLOWED_ON_NONLEAF_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (66) for the "NOT_ALLOWED_ON_NONLEAF" result code.
NOT_ALLOWED_ON_RDN - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (67) that will be used if the requested operation would alter the RDN of the entry but the operation was not a modify DN request.
NOT_ALLOWED_ON_RDN_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (67) for the "NOT_ALLOWED_ON_RDN" result code.
NOT_SUPPORTED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (92) that will be used if the requested operation is not supported.
NOT_SUPPORTED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (92) for the "NOT_SUPPORTED" result code.
NOTICE_OF_DISCONNECTION_RESULT_OID - Static variable in class com.unboundid.ldap.sdk.extensions.NoticeOfDisconnectionExtendedResult
The OID (1.3.6.1.4.1.1466.20036) for the notice of disconnection extended result.
NoticeOfDisconnectionExtendedResult - Class in com.unboundid.ldap.sdk.extensions
This class provides an implementation of the notice of disconnection extended result as defined in RFC 4511.
NoticeOfDisconnectionExtendedResult(ResultCode, String, Control...) - Constructor for class com.unboundid.ldap.sdk.extensions.NoticeOfDisconnectionExtendedResult
Creates a new instance of this notice of disconnection extended result from the provided generic extended result.
NoticeOfDisconnectionExtendedResult(ExtendedResult) - Constructor for class com.unboundid.ldap.sdk.extensions.NoticeOfDisconnectionExtendedResult
Creates a new instance of this notice of disconnection extended result from the provided generic extended result.
NoticeOfDisconnectionExtendedResult(LDAPException) - Constructor for class com.unboundid.ldap.sdk.extensions.NoticeOfDisconnectionExtendedResult
Creates a new instance of this notice of disconnection extended result from the provided LDAP exception.
NoticeOfDisconnectionExtendedResult(int, ResultCode, String, String, String[], Control[]) - Constructor for class com.unboundid.ldap.sdk.extensions.NoticeOfDisconnectionExtendedResult
Creates a new instance of this notice of disconnection extended result from the provided information.
NULL_DN - Static variable in class com.unboundid.ldap.sdk.DN
A pre-allocated DN object equivalent to the null DN.
numBytesInUTF8CharacterWithFirstByte(byte) - Static method in class com.unboundid.util.StaticUtils
Determines the number of bytes in a UTF-8 character that starts with the given byte.
NUMERIC_VERSION_STRING - Static variable in class com.unboundid.ldap.sdk.Version
The version number string for the LDAP SDK, which contains just the major, minor, and point version, and optional version qualifier.
NumericStringMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that allows strings consisting of numeric digits and spaces.
NumericStringMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
Creates a new instance of this numeric string matching rule.

O

OBJECT_CLASS_MODS_PROHIBITED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (69) that will be used if the requested operation would alter the set of object classes defined in the entry in a disallowed manner.
OBJECT_CLASS_MODS_PROHIBITED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (69) for the "OBJECT_CLASS_MODS_PROHIBITED" result code.
OBJECT_CLASS_VIOLATION - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (65) that will be used if the client request violates an object class constraint (e.g., an undefined object class, a disallowed attribute, or a missing required attribute) defined in the server.
OBJECT_CLASS_VIOLATION_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (65) for the "OBJECT_CLASS_VIOLATION" result code.
ObjectClassDefinition - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure that describes an LDAP object class schema element.
ObjectClassDefinition(String) - Constructor for class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Creates a new object class from the provided string representation.
ObjectClassDefinition(String, String[], String, boolean, String[], ObjectClassType, String[], String[], Map<String, String[]>) - Constructor for class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Creates a new object class with the provided information.
ObjectClassType - Enum in com.unboundid.ldap.sdk.schema
This enum defines the set of object class types that are defined in the LDAP protocol.
ObjectPair<F,S> - Class in com.unboundid.util
This class provides a typed pair of objects.
ObjectPair(F, S) - Constructor for class com.unboundid.util.ObjectPair
Creates a new object pair with the provided elements.
OctetStringMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that performs byte-for-byte matching.
OctetStringMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
Creates a new instance of this octet string matching rule.
OFFSET_RANGE_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (61) that will be used if the client provides a virtual list view control with a target offset that is out of range for the available data set.
OFFSET_RANGE_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (61) for the "OFFSET_RANGE_ERROR" result code.
ONE - Static variable in class com.unboundid.ldap.sdk.SearchScope
A predefined singleLevel scope value, which indicates that only entries that are immediate subordinates of the entry specified by the base DN (but not the base entry itself) should be considered.
ONE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.SearchScope
The integer value for the "one" search scope.
OPERATIONS_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (1) that will be used to indicate that an operation was requested out of sequence.
OPERATIONS_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (1) for the "OPERATIONS_ERROR" result code.
OperationType - Enum in com.unboundid.ldap.sdk
This enum defines the set of LDAP operation types.
ORDERING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
The name for the caseExactOrderingMatch ordering matching rule.
ORDERING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
The name for the caseIgnoreOrderingMatch ordering matching rule.
ORDERING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
The name for the generalizedTimeOrderingMatch ordering matching rule.
ORDERING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
The name for the integerOrderingMatch ordering matching rule.
ORDERING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
The name for the numericStringOrderingMatch ordering matching rule.
ORDERING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
The name for the octetStringOrderingMatch ordering matching rule.
ORDERING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
The OID for the caseExactOrderingMatch ordering matching rule.
ORDERING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
The OID for the caseIgnoreOrderingMatch ordering matching rule.
ORDERING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
The OID for the generalizedTimeOrderingMatch ordering matching rule.
ORDERING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
The OID for the integerOrderingMatch ordering matching rule.
ORDERING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
The OID for the numericStringOrderingMatch ordering matching rule.
ORDERING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
The OID for the octetStringOrderingMatch ordering matching rule.
OTHER - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (80) that will be used if none of the other result codes are appropriate.
OTHER_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (80) for the "OTHER" result code.

P

PARAM_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (89) that will be used if there is a problem with the parameters provided for a request.
PARAM_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (89) for the "PARAM_ERROR" result code.
PasswordProvider - Class in com.unboundid.ldap.sdk
This class defines an API that may be used to obtain a clear-text password that may be used for authentication or other purposes.
PasswordProvider() - Constructor for class com.unboundid.ldap.sdk.PasswordProvider
 
peek() - Method in class com.unboundid.asn1.ASN1StreamReader
Peeks at the next byte to be read from the input stream without actually consuming it.
percentDecode(String) - Static method in class com.unboundid.ldap.sdk.LDAPURL
Decodes any percent-encoded values that may be contained in the provided string.
PKCS11KeyManager - Class in com.unboundid.util.ssl
This class provides an SSL key manager that may be used to retrieve certificates from a PKCS#11 token.
PKCS11KeyManager(char[], String) - Constructor for class com.unboundid.util.ssl.PKCS11KeyManager
Creates a new instance of this PKCS11 key manager that provides the ability to retrieve certificates from a PKCS#11 token.
POINT_VERSION - Static variable in class com.unboundid.ldap.sdk.Version
The point version number for the LDAP SDK.
portProvided() - Method in class com.unboundid.ldap.sdk.LDAPURL
Indicates whether the URL explicitly included a port number.
PostConnectProcessor - Interface in com.unboundid.ldap.sdk
This interface provides the ability to perform custom processing immediately after creating an LDAP connection for use in a connection pool.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.AddRequest
Sends this add request to the directory server over the provided connection and returns the associated response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.BindRequest
Sends this bind request to the target server over the provided connection and returns the corresponding response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.CompareRequest
Sends this delete request to the directory server over the provided connection and returns the associated response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.DeleteRequest
Sends this delete request to the directory server over the provided connection and returns the associated response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Sends this extended request to the directory server over the provided connection and returns the associated response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Sends this extended request to the directory server over the provided connection and returns the associated response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Sends this StartTLS request to the server and performs the necessary client-side security processing if the operation is processed successfully.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.GenericSASLBindRequest
Sends this bind request to the target server over the provided connection and returns the corresponding response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Processes this operation using the provided connection and returns the result.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Sends this modify DN request to the directory server over the provided connection and returns the associated response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Sends this modify request to the directory server over the provided connection and returns the associated response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.SearchRequest
Sends this search request to the directory server over the provided connection and returns the associated response.
process(LDAPConnection, int) - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Sends this bind request to the target server over the provided connection and returns the corresponding response.
processChange(LDAPInterface, boolean) - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Apply the change represented by this LDIF change record to a directory server using the provided connection, optionally including any change record controls in the request.
processChange(LDAPInterface) - Method in class com.unboundid.ldif.LDIFChangeRecord
Apply the change represented by this LDIF change record to a directory server using the provided connection.
processChange(LDAPInterface, boolean) - Method in class com.unboundid.ldif.LDIFChangeRecord
Apply the change represented by this LDIF change record to a directory server using the provided connection, optionally including any change record controls in the request.
processChange(LDAPInterface, boolean) - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Apply the change represented by this LDIF change record to a directory server using the provided connection, optionally including any change record controls in the request.
processChange(LDAPInterface, boolean) - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Apply the change represented by this LDIF change record to a directory server using the provided connection, optionally including any change record controls in the request.
processChange(LDAPInterface, boolean) - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Apply the change represented by this LDIF change record to a directory server using the provided connection, optionally including any change record controls in the request.
processExtendedOperation(String) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes an extended operation with the provided request OID using a connection from this connection pool.
processExtendedOperation(String, ASN1OctetString) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes an extended operation with the provided request OID and value using a connection from this connection pool.
processExtendedOperation(ExtendedRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided extended request using a connection from this connection pool.
processExtendedOperation(String) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes an extended request with the provided request OID.
processExtendedOperation(String, ASN1OctetString) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes an extended request with the provided request OID and value.
processExtendedOperation(ExtendedRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided extended request.
processOperation(LDAPRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided generic request and returns the result.
processPostAuthenticatedConnection(LDAPConnection) - Method in interface com.unboundid.ldap.sdk.PostConnectProcessor
Performs any appropriate processing on the provided connection before making it available for use in a connection pool.
processPostAuthenticatedConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.StartTLSPostConnectProcessor
Performs any appropriate processing on the provided connection before making it available for use in a connection pool.
processPreAuthenticatedConnection(LDAPConnection) - Method in interface com.unboundid.ldap.sdk.PostConnectProcessor
Performs any appropriate processing on the provided connection before making it available for use in a connection pool.
processPreAuthenticatedConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.StartTLSPostConnectProcessor
Performs any appropriate processing on the provided connection before making it available for use in a connection pool.
processRequests(List<LDAPRequest>, boolean) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes multiple requests in the order they are provided over a single connection from this pool.
processRequestsAsync(List<LDAPRequest>, long) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes multiple requests over a single connection from this pool using asynchronous processing to cause the operations to be processed concurrently.
PRODUCT_NAME - Static variable in class com.unboundid.ldap.sdk.Version
The official full product name for the LDAP SDK.
PromptTrustManager - Class in com.unboundid.util.ssl
This class provides an SSL trust manager that will interactively prompt the user to determine whether to trust any certificate that is presented to it.
PromptTrustManager() - Constructor for class com.unboundid.util.ssl.PromptTrustManager
Creates a new instance of this prompt trust manager.
PromptTrustManager(String) - Constructor for class com.unboundid.util.ssl.PromptTrustManager
Creates a new instance of this prompt trust manager.
PromptTrustManager(String, boolean, InputStream, PrintStream) - Constructor for class com.unboundid.util.ssl.PromptTrustManager
Creates a new instance of this prompt trust manager.
PROPERTY_ALWAYS_INCLUDE_TRAILING_DASH - Static variable in class com.unboundid.ldif.LDIFModifyChangeRecord
The name of the system property that will be used to indicate whether to always include a trailing dash after the last change in the LDIF representation of a modify change record.
PROPERTY_DEBUG_ENABLED - Static variable in class com.unboundid.util.Debug
The name of the system property that will be used to enable debugging in the UnboundID LDAP SDK for Java.
PROPERTY_DEBUG_LEVEL - Static variable in class com.unboundid.util.Debug
The name of the system property that will be used to set the initial level for the debug logger.
PROPERTY_DEBUG_TYPE - Static variable in class com.unboundid.util.Debug
The name of the system property that will be used to indicate that debugging should be enabled for specific types of messages.
PROPERTY_DEFAULT_SSL_PROTOCOL - Static variable in class com.unboundid.util.ssl.SSLUtil
The name of the system property that can be used to specify the initial value for the default SSL protocol that should be used.
PROPERTY_ENABLED_SSL_PROTOCOLS - Static variable in class com.unboundid.util.ssl.SSLUtil
The name of the system property that can be used to provide the initial set of enabled SSL protocols that should be used, as a comma-delimited list.
PROPERTY_INCLUDE_STACK_TRACE - Static variable in class com.unboundid.util.Debug
The name of the system property that may be used to indicate whether stack trace information for the thread calling the debug method should be included in debug log messages.
PROTOCOL_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (2) that will be used to indicate that the client sent a malformed request.
PROTOCOL_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (2) for the "PROTOCOL_ERROR" result code.
PROTOCOL_OP_TYPE_ABANDON_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the abandon request protocol op.
PROTOCOL_OP_TYPE_ADD_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the add request protocol op.
PROTOCOL_OP_TYPE_ADD_RESPONSE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the add response protocol op.
PROTOCOL_OP_TYPE_BIND_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the bind request protocol op.
PROTOCOL_OP_TYPE_BIND_RESPONSE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the bind response protocol op.
PROTOCOL_OP_TYPE_COMPARE_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the compare request protocol op.
PROTOCOL_OP_TYPE_COMPARE_RESPONSE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the compare response protocol op.
PROTOCOL_OP_TYPE_DELETE_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the delete request protocol op.
PROTOCOL_OP_TYPE_DELETE_RESPONSE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the delete response protocol op.
PROTOCOL_OP_TYPE_EXTENDED_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the extended request protocol op.
PROTOCOL_OP_TYPE_EXTENDED_RESPONSE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the extended response protocol op.
PROTOCOL_OP_TYPE_INTERMEDIATE_RESPONSE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the intermediate response protocol op.
PROTOCOL_OP_TYPE_MODIFY_DN_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the modify DN request protocol op.
PROTOCOL_OP_TYPE_MODIFY_DN_RESPONSE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the modify DN response protocol op.
PROTOCOL_OP_TYPE_MODIFY_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the modify request protocol op.
PROTOCOL_OP_TYPE_MODIFY_RESPONSE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the modify response protocol op.
PROTOCOL_OP_TYPE_SEARCH_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the search request protocol op.
PROTOCOL_OP_TYPE_SEARCH_RESULT_DONE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the search result done protocol op.
PROTOCOL_OP_TYPE_SEARCH_RESULT_ENTRY - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the search result entry protocol op.
PROTOCOL_OP_TYPE_SEARCH_RESULT_REFERENCE - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the search result reference protocol op.
PROTOCOL_OP_TYPE_UNBIND_REQUEST - Static variable in class com.unboundid.ldap.protocol.LDAPMessage
The BER type to use for the unbind request protocol op.
ProtocolOp - Interface in com.unboundid.ldap.protocol
This interface defines a set of methods that should be implemented by all types of LDAP protocol ops.

R

RDN - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about an LDAP relative distinguished name (RDN).
RDN(String, String) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new single-valued RDN with the provided information.
RDN(String, String, Schema) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new single-valued RDN with the provided information.
RDN(String, byte[]) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new single-valued RDN with the provided information.
RDN(String, byte[], Schema) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new single-valued RDN with the provided information.
RDN(String[], String[]) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new (potentially multivalued) RDN.
RDN(String[], String[], Schema) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new (potentially multivalued) RDN.
RDN(String[], byte[][]) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new (potentially multivalued) RDN.
RDN(String[], byte[][], Schema) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new (potentially multivalued) RDN.
RDN(String) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new RDN from the provided string representation.
RDN(String, Schema) - Constructor for class com.unboundid.ldap.sdk.RDN
Creates a new RDN from the provided string representation.
read() - Method in class com.unboundid.util.AggregateInputStream
Reads the next byte of data from the current active input stream, switching to the next input stream in the set if appropriate.
read(byte[]) - Method in class com.unboundid.util.AggregateInputStream
Reads data from the current active input stream into the provided array, switching to the next input stream in the set if appropriate.
read(byte[], int, int) - Method in class com.unboundid.util.AggregateInputStream
Reads data from the current active input stream into the provided array, switching to the next input stream in the set if appropriate.
readBoolean() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads an ASN.1 Boolean element from the input stream and returns the value as a Boolean.
readBytes() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads an ASN.1 octet string element from the input stream and returns the value as a byte array.
readChangeRecord() - Method in class com.unboundid.ldif.LDIFReader
Reads an LDIF change record from the LDIF source.
readChangeRecord(boolean) - Method in class com.unboundid.ldif.LDIFReader
Reads an LDIF change record from the LDIF source.
readElement() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads a complete ASN.1 element from the input stream.
readEntries(String) - Static method in class com.unboundid.ldif.LDIFReader
Reads entries from the LDIF file with the specified path and returns them as a List.
readEntries(File) - Static method in class com.unboundid.ldif.LDIFReader
Reads entries from the specified LDIF file and returns them as a List.
readEntries(InputStream) - Static method in class com.unboundid.ldif.LDIFReader
Reads and decodes LDIF entries from the provided input stream and returns them as a List.
readEntry() - Method in class com.unboundid.ldif.LDIFReader
Reads an entry from the LDIF source.
readEnumerated() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads an ASN.1 enumerated element from the input stream and returns the value as an Integer.
readFrom(InputStream) - Static method in class com.unboundid.asn1.ASN1Element
Reads an ASN.1 element from the provided input stream.
readFrom(InputStream, int) - Static method in class com.unboundid.asn1.ASN1Element
Reads an ASN.1 element from the provided input stream.
readFrom(ASN1StreamReader, boolean) - Static method in class com.unboundid.ldap.protocol.LDAPMessage
Reads an LDAP message from the provided ASN.1 stream reader.
readFrom(ASN1StreamReader) - Static method in class com.unboundid.ldap.sdk.Attribute
Reads and decodes an attribute from the provided ASN.1 stream reader.
readFrom(ASN1StreamReader, Schema) - Static method in class com.unboundid.ldap.sdk.Attribute
Reads and decodes an attribute from the provided ASN.1 stream reader.
readFrom(ASN1StreamReader) - Static method in class com.unboundid.ldap.sdk.Control
Reads an LDAP control from the provided ASN.1 stream reader.
readFrom(ASN1StreamReader) - Static method in class com.unboundid.ldap.sdk.Filter
Reads and decodes a search filter from the provided ASN.1 stream reader.
readFrom(ASN1StreamReader) - Static method in class com.unboundid.ldap.sdk.Modification
Reads and decodes an LDAP modification from the provided ASN.1 stream reader.
readInteger() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads an ASN.1 integer element from the input stream and returns the value as an Integer.
readLDAPResponseFrom(ASN1StreamReader, boolean) - Static method in class com.unboundid.ldap.protocol.LDAPMessage
Reads LDAPResponse object from the provided ASN.1 stream reader.
readLDAPResponseFrom(ASN1StreamReader, boolean, Schema) - Static method in class com.unboundid.ldap.protocol.LDAPMessage
Reads LDAPResponse object from the provided ASN.1 stream reader.
readLDIFRecord() - Method in class com.unboundid.ldif.LDIFReader
Reads a record from the LDIF source.
readLong() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads an ASN.1 integer element from the input stream and returns the value as a Long.
readNull() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads an ASN.1 null element from the input stream.
ReadOnlyAddRequest - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that may be safely called in an LDAP add request without altering its contents.
ReadOnlyCompareRequest - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that may be safely called in an LDAP compare request without altering its contents.
ReadOnlyDeleteRequest - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that may be safely called in an LDAP delete request without altering its contents.
ReadOnlyEntry - Class in com.unboundid.ldap.sdk
This class defines an Entry subclass in which the contents of the entry cannot be modified.
ReadOnlyEntry(String, Attribute...) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry with the provided DN and set of attributes.
ReadOnlyEntry(String, Schema, Attribute...) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry with the provided DN and set of attributes.
ReadOnlyEntry(DN, Attribute...) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry with the provided DN and set of attributes.
ReadOnlyEntry(DN, Schema, Attribute...) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry with the provided DN and set of attributes.
ReadOnlyEntry(String, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry with the provided DN and set of attributes.
ReadOnlyEntry(String, Schema, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry with the provided DN and set of attributes.
ReadOnlyEntry(DN, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry with the provided DN and set of attributes.
ReadOnlyEntry(DN, Schema, Collection<Attribute>) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry with the provided DN and set of attributes.
ReadOnlyEntry(Entry) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry from the provided Entry.
ReadOnlyEntry(String...) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry from the provided LDIF representation.
ReadOnlyEntry(Schema, String...) - Constructor for class com.unboundid.ldap.sdk.ReadOnlyEntry
Creates a new read-only entry from the provided LDIF representation.
ReadOnlyLDAPRequest - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that may be safely called in an LDAP request without altering its contents.
ReadOnlyModifyDNRequest - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that may be safely called in an LDAP modify DN request without altering its contents.
ReadOnlyModifyRequest - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that may be safely called in an LDAP modify request without altering its contents.
ReadOnlySearchRequest - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that may be safely called in an LDAP search request without altering its contents.
readString() - Method in class com.unboundid.asn1.ASN1StreamReader
Reads an ASN.1 octet string element from the input stream and returns the value as a String using the UTF-8 encoding.
reconnect() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Attempts to re-establish a connection to the server and re-authenticate if appropriate.
REFERRAL - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (10) that will be used if the server sends a referral to the client to refer to data in another location.
REFERRAL_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (10) for the "REFERRAL" result code.
REFERRAL_LIMIT_EXCEEDED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (97) that will be used if the client encountered too many referrals in the course of processing an operation.
REFERRAL_LIMIT_EXCEEDED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (97) for the "REFERRAL_LIMIT_EXCEEDED" result code.
ReferralConnector - Interface in com.unboundid.ldap.sdk
This interface defines an API that may be used to establish a connection (and perform authentication if appropriate) to a remote server when following a referral.
registerDecodeableControl(String, DecodeableControl) - Static method in class com.unboundid.ldap.sdk.Control
Registers the provided class to be used in an attempt to decode controls with the specified OID.
releaseAndReAuthenticateConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Performs a bind on the provided connection before releasing it back to the pool, so that it will be authenticated as the same user as newly-established connections.
releaseConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Releases the provided connection back to this pool.
releaseConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Releases the provided connection back to this pool.
releaseConnectionAfterException(LDAPConnection, LDAPException) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Releases the provided connection back to the pool after an exception has been encountered while processing an operation on that connection.
releaseDefunctConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Indicates that the provided connection is no longer in use, but is also no longer fit for use.
releaseDefunctConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Indicates that the provided connection is no longer in use, but is also no longer fit for use.
remove(Object) - Method in class com.unboundid.util.WeakHashSet
Removes the specified element from this set, if it exists.
removeAll(Collection<?>) - Method in class com.unboundid.util.WeakHashSet
Removes all of the elements of the provided collection from this set.
removeAttribute(String) - Method in class com.unboundid.ldap.sdk.AddRequest
Removes the attribute with the specified name from the entry to add.
removeAttribute(String, byte[]) - Method in class com.unboundid.ldap.sdk.AddRequest
Removes the specified attribute value from this add request.
removeAttribute(String) - Method in class com.unboundid.ldap.sdk.Entry
Removes the specified attribute from this entry.
removeAttribute(String) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
removeAttributeValue(String, String) - Method in class com.unboundid.ldap.sdk.AddRequest
Removes the specified attribute value from this add request.
removeAttributeValue(String, String) - Method in class com.unboundid.ldap.sdk.Entry
Removes the specified attribute value from this entry if it is present.
removeAttributeValue(String, String, MatchingRule) - Method in class com.unboundid.ldap.sdk.Entry
Removes the specified attribute value from this entry if it is present.
removeAttributeValue(String, byte[]) - Method in class com.unboundid.ldap.sdk.Entry
Removes the specified attribute value from this entry if it is present.
removeAttributeValue(String, byte[], MatchingRule) - Method in class com.unboundid.ldap.sdk.Entry
Removes the specified attribute value from this entry if it is present.
removeAttributeValue(String, String) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
removeAttributeValue(String, byte[]) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
removeAttributeValues(String, String...) - Method in class com.unboundid.ldap.sdk.Entry
Removes the specified attribute values from this entry if they are present.
removeAttributeValues(String, byte[]...) - Method in class com.unboundid.ldap.sdk.Entry
Removes the specified attribute values from this entry if they are present.
removeAttributeValues(String, String...) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
removeAttributeValues(String, byte[]...) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
removeControl(String) - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Removes the control with the specified OID from the set of controls for this request.
removeControl(Control) - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Removes the provided control from the set of controls for this request.
removeModification(Modification) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Removes the provided modification from the set of modifications for this modify request.
removeValues(Attribute, Attribute) - Static method in class com.unboundid.ldap.sdk.Attribute
Creates a new attribute containing all of the values of the first attribute that are not contained in the second attribute.
removeValues(Attribute, Attribute, MatchingRule) - Static method in class com.unboundid.ldap.sdk.Attribute
Creates a new attribute containing all of the values of the first attribute that are not contained in the second attribute.
reOrderOnFailover() - Method in class com.unboundid.ldap.sdk.FailoverServerSet
Indicates whether the list of servers or server sets used by this failover server set should be re-ordered in the event that a failure is encountered while attempting to establish a connection.
REPLACE - Static variable in class com.unboundid.ldap.sdk.ModificationType
A predefined replace modification type, which indicates that the set of values for the specified attribute should be replaced with the provided value(s).
REPLACE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ModificationType
The integer value for the "replace" modification type.
replaceAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.AddRequest
Replaces the specified attribute in the entry to add.
replaceAttribute(String, String) - Method in class com.unboundid.ldap.sdk.AddRequest
Replaces the specified attribute in the entry to add.
replaceAttribute(String, byte[]) - Method in class com.unboundid.ldap.sdk.AddRequest
Replaces the specified attribute in the entry to add.
replaceAttribute(String, String...) - Method in class com.unboundid.ldap.sdk.AddRequest
Replaces the specified attribute in the entry to add.
replaceAttribute(String, byte[]...) - Method in class com.unboundid.ldap.sdk.AddRequest
Replaces the specified attribute in the entry to add.
replaceControl(Control) - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Replaces the control with the same OID as the provided control with the provided control.
replaceControl(String, Control) - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Replaces the control with the specified OID with the provided control.
replaceDefunctConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Releases the provided connection as defunct and creates a new connection to replace it, if possible, optionally connected to a different directory server instance than the instance with which the original connection was established.
replaceDefunctConnection(LDAPConnection) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Releases the provided connection as defunct and creates a new connection to replace it, if possible, optionally connected to a different directory server instance than the instance with which the original connection was established.
REPOSITORY_PATH - Static variable in class com.unboundid.ldap.sdk.Version
The Subversion path associated with the build root directory from which this build of the LDAP SDK was generated.
REQUEST_ATTRS - Static variable in class com.unboundid.ldap.sdk.RootDSE
The set of request attributes to use when attempting to retrieve the server root DSE.
REQUEST_ATTRS_DEFAULT - Static variable in class com.unboundid.ldap.sdk.SearchRequest
The default set of requested attributes that will be used, which will return all user attributes but no operational attributes.
reset() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Resets all counters back to zero.
reset() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Resets all counters back to zero.
reset() - Method in class com.unboundid.util.AggregateInputStream
Attempts to reset the position of this input stream to the mark location.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.AddRequest
Indicates that the provided LDAP response has been received by from the server.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.CompareRequest
Indicates that the provided LDAP response has been received by from the server.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.DeleteRequest
Indicates that the provided LDAP response has been received by from the server.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Indicates that the provided LDAP response has been received by from the server.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Indicates that the provided LDAP response has been received by from the server.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Indicates that the provided LDAP response has been received by from the server.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.SASLBindRequest
Indicates that the provided LDAP response has been received by from the server.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.SearchRequest
Indicates that the provided LDAP response has been received by from the server.
responseReceived(LDAPResponse) - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Indicates that the provided LDAP response has been received by from the server.
ResultCode - Class in com.unboundid.ldap.sdk
This class defines a number of constants associated with LDAP result codes.
retainAll(Collection<?>) - Method in class com.unboundid.util.WeakHashSet
Removes all elements from this set which are not contained in the provided collection.
retryFailedOperationsDueToInvalidConnections() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Indicates whether attempts to process operations should be retried on a newly-created connection if the initial attempt fails in a manner that indicates that the connection used to process that request may no longer be valid.
REVISION_NUMBER - Static variable in class com.unboundid.ldap.sdk.Version
The source revision number from which this build of the LDAP SDK was generated.
RootDSE - Class in com.unboundid.ldap.sdk
This class provides a data structure for representing the directory server root DSE.
RootDSE(Entry) - Constructor for class com.unboundid.ldap.sdk.RootDSE
Creates a new root DSE object from the information in the provided entry.
RoundRobinServerSet - Class in com.unboundid.ldap.sdk
This class provides a server set implementation that will use a round-robin algorithm to select the server to which the connection should be established.
RoundRobinServerSet(String[], int[]) - Constructor for class com.unboundid.ldap.sdk.RoundRobinServerSet
Creates a new round robin server set with the specified set of directory server addresses and port numbers.
RoundRobinServerSet(String[], int[], LDAPConnectionOptions) - Constructor for class com.unboundid.ldap.sdk.RoundRobinServerSet
Creates a new round robin server set with the specified set of directory server addresses and port numbers.
RoundRobinServerSet(String[], int[], SocketFactory) - Constructor for class com.unboundid.ldap.sdk.RoundRobinServerSet
Creates a new round robin server set with the specified set of directory server addresses and port numbers.
RoundRobinServerSet(String[], int[], SocketFactory, LDAPConnectionOptions) - Constructor for class com.unboundid.ldap.sdk.RoundRobinServerSet
Creates a new round robin server set with the specified set of directory server addresses and port numbers.

S

SASL_BIND_IN_PROGRESS - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (14) that will be returned from the server after SASL bind stages in which more processing is required.
SASL_BIND_IN_PROGRESS_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (14) for the "SASL_BIND_IN_PROGRESS" result code.
SASLBindInProgressException - Exception in com.unboundid.ldap.sdk
This class defines an exception that can be thrown if the server sends a bind response with a result code of ResultCode#SASL_BIND_IN_PROGRESS, which indicates that SASL bind processing has not yet completed.
SASLBindRequest - Class in com.unboundid.ldap.sdk
This class provides an API that should be used to represent an LDAPv3 SASL bind request.
SASLBindRequest(Control[]) - Constructor for class com.unboundid.ldap.sdk.SASLBindRequest
Creates a new SASL bind request with the provided controls.
Schema - Class in com.unboundid.ldap.sdk.schema
This class provides a data structure for representing a directory server subschema subentry.
Schema(Entry) - Constructor for class com.unboundid.ldap.sdk.schema.Schema
Creates a new schema object by decoding the information in the provided entry.
SchemaElement - Class in com.unboundid.ldap.sdk.schema
This class provides a superclass for all schema element types, and defines a number of utility methods that may be used when parsing schema element strings.
SchemaElement() - Constructor for class com.unboundid.ldap.sdk.schema.SchemaElement
 
scopeProvided() - Method in class com.unboundid.ldap.sdk.LDAPURL
Indicates whether the URL explicitly included a search scope.
search(String, SearchScope, String, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
search(String, SearchScope, Filter, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
search(SearchResultListener, String, SearchScope, String, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
search(SearchResultListener, String, SearchScope, Filter, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
search(String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
search(String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
search(SearchResultListener, String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
search(SearchResultListener, String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
search(SearchRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided search request using a connection from this connection pool.
search(ReadOnlySearchRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes the provided search request using a connection from this connection pool.
search(String, SearchScope, String, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
search(String, SearchScope, Filter, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
search(SearchResultListener, String, SearchScope, String, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
search(SearchResultListener, String, SearchScope, Filter, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
search(String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
search(String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
search(SearchResultListener, String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
search(SearchResultListener, String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
search(SearchRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided search request.
search(ReadOnlySearchRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided search request.
search(String, SearchScope, String, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
search(String, SearchScope, Filter, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
search(SearchResultListener, String, SearchScope, String, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
search(SearchResultListener, String, SearchScope, Filter, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
search(String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
search(String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
search(SearchResultListener, String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
search(SearchResultListener, String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
search(SearchRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided search request.
search(ReadOnlySearchRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided search request.
searchEntryReturned(SearchResultEntry) - Method in interface com.unboundid.ldap.sdk.SearchResultListener
Indicates that the provided search result entry has been returned by the server and may be processed by this search result listener.
searchForEntry(String, SearchScope, String, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
searchForEntry(String, SearchScope, Filter, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
searchForEntry(String, SearchScope, DereferencePolicy, int, boolean, String, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
searchForEntry(String, SearchScope, DereferencePolicy, int, boolean, Filter, String...) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
searchForEntry(SearchRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
searchForEntry(ReadOnlySearchRequest) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Processes a search operation with the provided information using a connection from this connection pool.
searchForEntry(String, SearchScope, String, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
searchForEntry(String, SearchScope, Filter, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
searchForEntry(String, SearchScope, DereferencePolicy, int, boolean, String, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
searchForEntry(String, SearchScope, DereferencePolicy, int, boolean, Filter, String...) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes a search operation with the provided information.
searchForEntry(SearchRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided search request.
searchForEntry(ReadOnlySearchRequest) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Processes the provided search request.
searchForEntry(String, SearchScope, String, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
searchForEntry(String, SearchScope, Filter, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
searchForEntry(String, SearchScope, DereferencePolicy, int, boolean, String, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
searchForEntry(String, SearchScope, DereferencePolicy, int, boolean, Filter, String...) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes a search operation with the provided information.
searchForEntry(SearchRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided search request.
searchForEntry(ReadOnlySearchRequest) - Method in interface com.unboundid.ldap.sdk.LDAPInterface
Processes the provided search request.
SEARCHING - Static variable in class com.unboundid.ldap.sdk.DereferencePolicy
A predefined dereference policy value which indicates that the server should dereference any aliases that it may encounter while examining candidate entries, but it should not dereference the base entry if it happens to be an alias entry.
searchReferenceReturned(SearchResultReference) - Method in interface com.unboundid.ldap.sdk.SearchResultListener
Indicates that the provided search result reference has been returned by the server and may be processed by this search result listener.
SearchRequest - Class in com.unboundid.ldap.sdk
This class implements the processing necessary to perform an LDAPv3 search operation, which can be used to retrieve entries that match a given set of criteria.
SearchRequest(String, SearchScope, String, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(String, SearchScope, Filter, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(SearchResultListener, String, SearchScope, String, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(SearchResultListener, String, SearchScope, Filter, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(SearchResultListener, String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(SearchResultListener, String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(SearchResultListener, Control[], String, SearchScope, DereferencePolicy, int, int, boolean, String, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequest(SearchResultListener, Control[], String, SearchScope, DereferencePolicy, int, int, boolean, Filter, String...) - Constructor for class com.unboundid.ldap.sdk.SearchRequest
Creates a new search request with the provided information.
SearchRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP search request protocol op.
SearchRequestProtocolOp(String, SearchScope, DereferencePolicy, int, int, boolean, Filter, List<String>) - Constructor for class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Creates a new search request protocol op with the provided information.
SearchRequestProtocolOp(SearchRequest) - Constructor for class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Creates a new search request protocol op from the provided search request object.
SearchResult - Class in com.unboundid.ldap.sdk
This class provides a data structure for holding information about the result of processing a search request.
SearchResult(int, ResultCode, String, String, String[], int, int, Control[]) - Constructor for class com.unboundid.ldap.sdk.SearchResult
Creates a new search result object with the provided information.
SearchResult(int, ResultCode, String, String, String[], List<SearchResultEntry>, List<SearchResultReference>, int, int, Control[]) - Constructor for class com.unboundid.ldap.sdk.SearchResult
Creates a new search result object with the provided information.
SearchResultDoneProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of a search result done protocol op.
SearchResultDoneProtocolOp(int, String, String, List<String>) - Constructor for class com.unboundid.ldap.protocol.SearchResultDoneProtocolOp
Creates a new instance of this search result done protocol op with the provided information.
SearchResultDoneProtocolOp(LDAPResult) - Constructor for class com.unboundid.ldap.protocol.SearchResultDoneProtocolOp
Creates a new search result done protocol op from the provided LDAP result object.
SearchResultEntry - Class in com.unboundid.ldap.sdk
This class provides a data structure for representing an LDAP search result entry.
SearchResultEntry(String, Attribute[], Control...) - Constructor for class com.unboundid.ldap.sdk.SearchResultEntry
Creates a new search result entry with the provided information.
SearchResultEntry(int, String, Attribute[], Control...) - Constructor for class com.unboundid.ldap.sdk.SearchResultEntry
Creates a new search result entry with the provided information.
SearchResultEntry(int, String, Schema, Attribute[], Control...) - Constructor for class com.unboundid.ldap.sdk.SearchResultEntry
Creates a new search result entry with the provided information.
SearchResultEntry(String, Collection<Attribute>, Control...) - Constructor for class com.unboundid.ldap.sdk.SearchResultEntry
Creates a new search result entry with the provided information.
SearchResultEntry(int, String, Collection<Attribute>, Control...) - Constructor for class com.unboundid.ldap.sdk.SearchResultEntry
Creates a new search result entry with the provided information.
SearchResultEntry(int, String, Schema, Collection<Attribute>, Control...) - Constructor for class com.unboundid.ldap.sdk.SearchResultEntry
Creates a new search result entry with the provided information.
SearchResultEntry(Entry, Control...) - Constructor for class com.unboundid.ldap.sdk.SearchResultEntry
Creates a new search result entry from the provided entry.
SearchResultEntry(int, Entry, Control...) - Constructor for class com.unboundid.ldap.sdk.SearchResultEntry
Creates a new search result entry from the provided entry.
SearchResultEntryProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP search result entry protocol op.
SearchResultEntryProtocolOp(String, List<Attribute>) - Constructor for class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Creates a new search result entry protocol op with the provided information.
SearchResultEntryProtocolOp(Entry) - Constructor for class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Creates a new search result entry protocol op from the provided entry.
SearchResultListener - Interface in com.unboundid.ldap.sdk
This interface defines a set of methods that provide search result entries and references to a requester as they are returned from the server.
searchResultReceived(AsyncRequestID, SearchResult) - Method in interface com.unboundid.ldap.sdk.AsyncSearchResultListener
Indicates that the provided search result has been received in response to an asynchronous search operation.
SearchResultReference - Class in com.unboundid.ldap.sdk
This class provides a data structure for representing an LDAP search result reference.
SearchResultReference(String[], Control[]) - Constructor for class com.unboundid.ldap.sdk.SearchResultReference
Creates a new search result reference with the provided information.
SearchResultReference(int, String[], Control[]) - Constructor for class com.unboundid.ldap.sdk.SearchResultReference
Creates a new search result reference with the provided information.
SearchResultReferenceProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP search result reference protocol op.
SearchResultReferenceProtocolOp(List<String>) - Constructor for class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Creates a new search result reference protocol op with the provided information.
SearchResultReferenceProtocolOp(SearchResultReference) - Constructor for class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Creates a new search result reference protocol op from the provided search result reference.
SearchScope - Class in com.unboundid.ldap.sdk
This class defines a data type for search scope values.
secondsToHumanReadableDuration(long) - Static method in class com.unboundid.util.StaticUtils
Converts a duration in seconds to a string with a human-readable duration which may include days, hours, minutes, and seconds, to the extent that they are needed.
selectEqualityMatchingRule(String, Schema) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for equality matching against the specified attribute.
selectEqualityMatchingRule(String, String, Schema) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for equality matching against the specified attribute.
selectEqualityMatchingRule(String) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for equality matching using the specified matching rule.
selectMatchingRuleForSyntax(String) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule for use with the syntax with the specified OID.
selectOrderingMatchingRule(String, Schema) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for ordering matching against the specified attribute.
selectOrderingMatchingRule(String, String, Schema) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for ordering matching against the specified attribute.
selectOrderingMatchingRule(String) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for ordering matching using the specified matching rule.
selectSubstringMatchingRule(String, Schema) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for substring matching against the specified attribute.
selectSubstringMatchingRule(String, String, Schema) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for substring matching against the specified attribute.
selectSubstringMatchingRule(String) - Static method in class com.unboundid.ldap.matchingrules.MatchingRule
Attempts to select the appropriate matching rule to use for substring matching using the specified matching rule.
sendBindRequest(LDAPConnection, String, ASN1OctetString, Control[], long) - Method in class com.unboundid.ldap.sdk.SASLBindRequest
Sends an LDAP message to the directory server and waits for the response.
sendMessage(LDAPConnection, LDAPMessage, long) - Method in class com.unboundid.ldap.sdk.SASLBindRequest
Sends an LDAP message to the directory server and waits for the response.
SERVER_DOWN - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (81) that will be used if an established connection to the server is lost.
SERVER_DOWN_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (81) for the "SERVER_DOWN" result code.
ServerSet - Class in com.unboundid.ldap.sdk
This class defines an API that can be used to select between multiple directory servers when establishing a connection.
ServerSet() - Constructor for class com.unboundid.ldap.sdk.ServerSet
Creates a new instance of this server set.
set(boolean) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to include only the provided boolean value.
set(byte) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to include only the provided byte.
set(byte[]) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to the contents of the provided byte array.
set(byte[], int, int) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to the specified portion of the provided byte array.
set(ByteString) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to the contents of the provided byte string.
set(ByteStringBuffer) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to the contents of the provided byte string buffer.
set(char) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to include only the provided character.
set(char[]) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to the contents of the provided character array.
set(char[], int, int) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to the specified portion of the provided character array.
set(CharSequence) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to the specified portion of the provided character sequence.
set(int) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to include only the provided integer value.
set(long) - Method in class com.unboundid.util.ByteStringBuffer
Sets the contents of this buffer to include only the provided long value.
setAbandonOnTimeout(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether the LDAP SDK should attempt to abandon any request for which no response is received in the maximum response timeout period.
setAllowConcurrentSocketFactoryUse(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether to allow a socket factory instance (which may be shared across multiple connections) to be used create multiple sockets concurrently.
setAlwaysIncludeTrailingDash(boolean) - Static method in class com.unboundid.ldif.LDIFModifyChangeRecord
Specifies whether the LDIF representation of a modify change record should always include a trailing dash after the last (or only) change.
setAssertionValue(String) - Method in class com.unboundid.ldap.sdk.CompareRequest
Specifies the assertion value to specify within the target entry.
setAssertionValue(byte[]) - Method in class com.unboundid.ldap.sdk.CompareRequest
Specifies the assertion value to specify within the target entry.
setAssertionValue(ASN1OctetString) - Method in class com.unboundid.ldap.sdk.CompareRequest
Specifies the assertion value to specify within the target entry.
setAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry, replacing any existing set of values for the associated attribute.
setAttribute(String, String) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry, replacing any existing set of values for the associated attribute.
setAttribute(String, byte[]) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry, replacing any existing set of values for the associated attribute.
setAttribute(String, String...) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry, replacing any existing set of values for the associated attribute.
setAttribute(String, byte[]...) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry, replacing any existing set of values for the associated attribute.
setAttribute(String, Collection<String>) - Method in class com.unboundid.ldap.sdk.Entry
Adds the provided attribute to this entry, replacing any existing set of values for the associated attribute.
setAttribute(Attribute) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
setAttribute(String, String) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
setAttribute(String, byte[]) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
setAttribute(String, String...) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
setAttribute(String, byte[]...) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
setAttributeName(String) - Method in class com.unboundid.ldap.sdk.CompareRequest
Specifies the name of the attribute for which the comparison is to be performed.
setAttributes(Attribute[]) - Method in class com.unboundid.ldap.sdk.AddRequest
Specifies the set of attributes for this add request.
setAttributes(Collection<Attribute>) - Method in class com.unboundid.ldap.sdk.AddRequest
Specifies the set of attributes for this add request.
setAttributes(String...) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the set of requested attributes to include in matching entries.
setAttributes(List<String>) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the set of requested attributes to include in matching entries.
setAutoReconnect(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Deprecated. The use of auto-reconnect is strongly discouraged because it is inherently fragile and can only work under very limited circumstances. It is strongly recommended that a connection pool be used instead of the auto-reconnect option, even in cases where only a single connection is desired.
setBaseDN(String) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the base DN for this search request.
setBaseDN(DN) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the base DN for this search request.
setBindWithDNRequiresPassword(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether the SDK should allow simple bind operations that contain a bind DN but no password.
setCapacity(int) - Method in class com.unboundid.util.ByteStringBuffer
Sets the capacity equal to the specified value.
setCaptureConnectStackTrace(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether the LDAP SDK should capture a thread stack trace for each attempt made to establish a connection.
setCheckConnectionAgeOnRelease(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies whether to check the age of a connection against the configured maximum connection age whenever it is released to the pool.
setConnectionName(String) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Specifies the user-friendly name that should be used for this connection.
setConnectionOptions(LDAPConnectionOptions) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Specifies the set of connection options for this connection.
setConnectionPoolName(String) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Specifies the user-friendly name that should be used for this connection pool.
setConnectionPoolName(String) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies the user-friendly name that should be used for this connection pool.
setConnectTimeoutMillis(int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the maximum length of time in milliseconds that a connection attempt should be allowed to continue before giving up.
setControls(Control...) - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Specifies the set of controls for this request.
setControls(List<Control>) - Method in class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Specifies the set of controls for this request.
setCreateIfNecessary(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies whether the connection pool should create a new connection if one is requested when there are none available.
setDefaultSSLProtocol(String) - Static method in class com.unboundid.util.ssl.SSLUtil
Specifies the SSL protocol string that will be used by calls to createSSLContext() that do not explicitly specify which protocol to use.
setDeleteOldRDN(boolean) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Specifies whether the current RDN value should be removed from the entry.
setDerefPolicy(DereferencePolicy) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the dereference policy that should be used by the server for any aliases encountered during search processing.
setDisconnectHandler(DisconnectHandler) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the disconnect handler to use for associated connections.
setDisconnectInfo(DisconnectType, String, Throwable) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Sets the disconnect type, message, and cause for this connection, if those values have not been previously set.
setDN(String) - Method in class com.unboundid.ldap.sdk.AddRequest
Specifies the DN for this add request.
setDN(DN) - Method in class com.unboundid.ldap.sdk.AddRequest
Specifies the DN for this add request.
setDN(String) - Method in class com.unboundid.ldap.sdk.CompareRequest
Specifies the DN of the entry in which the comparison is to be performed.
setDN(DN) - Method in class com.unboundid.ldap.sdk.CompareRequest
Specifies the DN of the entry in which the comparison is to be performed.
setDN(String) - Method in class com.unboundid.ldap.sdk.DeleteRequest
Specifies the DN of the entry to delete.
setDN(DN) - Method in class com.unboundid.ldap.sdk.DeleteRequest
Specifies the DN of the entry to delete.
setDN(String) - Method in class com.unboundid.ldap.sdk.Entry
Specifies the DN for this entry.
setDN(DN) - Method in class com.unboundid.ldap.sdk.Entry
Specifies the DN for this entry.
setDN(String) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Specifies the current DN of the entry to move/rename.
setDN(DN) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Specifies the current DN of the entry to move/rename.
setDN(String) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Specifies the DN of the entry to modify.
setDN(DN) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Specifies the DN of the entry to modify.
setDN(String) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
setDN(DN) - Method in class com.unboundid.ldap.sdk.ReadOnlyEntry
Throws an UnsupportedOperationException to indicate that this is a read-only entry.
setDuplicateValueBehavior(DuplicateValueBehavior) - Method in class com.unboundid.ldif.LDIFReader
Specifies the behavior that should be exhibited if the LDIF reader encounters an entry with duplicate values.
setEnabled(boolean) - Static method in class com.unboundid.util.Debug
Specifies whether debugging should be enabled.
setEnabled(boolean, Set<DebugType>) - Static method in class com.unboundid.util.Debug
Specifies whether debugging should be enabled.
setEnabledSSLProtocols(Collection<String>) - Static method in class com.unboundid.util.ssl.SSLUtil
Specifies the set of SSL protocols that will be enabled for use for SSL sockets created within the LDAP SDK.
setFilter(String) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the filter that should be used to identify matching entries.
setFilter(Filter) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the filter that should be used to identify matching entries.
setFollowReferrals(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether associated connections should attempt to follow any referrals that they encounter, using the referral connector for the associated connection.
setFollowReferrals(Boolean) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Specifies whether to automatically follow any referrals encountered while processing this request.
setHealthCheck(LDAPConnectionPoolHealthCheck) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Sets the health check implementation for this connection pool.
setHealthCheckIntervalMillis(long) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Specifies the length of time in milliseconds between periodic background health checks against the available connections in this pool.
setHealthCheckIntervalMillis(long) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies the length of time in milliseconds between periodic background health checks against the available connections in this pool.
setIgnoreDuplicateValues(boolean) - Method in class com.unboundid.ldif.LDIFReader
Deprecated. Use the setDuplicateValueBehavior method instead.
setIgnoreSocketTimeout(boolean) - Method in class com.unboundid.asn1.ASN1StreamReader
Deprecated. Use the setIgnoreSocketTimeout(boolean,boolean) method instead.
setIgnoreSocketTimeout(boolean, boolean) - Method in class com.unboundid.asn1.ASN1StreamReader
Indicates whether to ignore java.net.SocketTimeoutException exceptions that may be caught during processing.
setIncludeStackTrace(boolean) - Static method in class com.unboundid.util.Debug
Specifies whether log messages should include a stack trace of the thread that invoked the debug method.
setIntermediateResponseListener(IntermediateResponseListener) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Sets the intermediate response listener for this request.
setLength(int) - Method in class com.unboundid.util.ByteStringBuffer
Sets the length of this buffer to the specified value.
setMaxConnectionAgeMillis(long) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies the maximum length of time in milliseconds that a connection in this pool may be established before it should be closed and replaced with another connection.
setMaxDefunctReplacementConnectionAgeMillis(Long) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies the maximum connection age that should be used for connections that were created in order to replace defunct connections.
setMaxFailoverConnectionAgeMillis(Long) - Method in class com.unboundid.ldap.sdk.FailoverServerSet
Specifies the maximum connection age that should be used for "failover" connections (i.e., connections that are established to any server other than the most-preferred server, or established using any server set other than the most-preferred set).
setMaxMessageSize(int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the maximum size in bytes for an LDAP message that a connection will attempt to read from the directory server.
setMaxWaitTimeMillis(long) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies the maximum length of time in milliseconds to wait for a connection to become available when trying to obtain a connection from the pool.
setMinDisconnectIntervalMillis(long) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies the minimum length of time in milliseconds that should pass between connections closed because they have been established for longer than the maximum connection age.
setMinimumAvailableConnectionGoal(int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies the goal for the minimum number of available connections that the pool should try to maintain for immediate use.
setModifications(Modification) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Replaces the existing set of modifications for this modify request with the provided modification.
setModifications(Modification[]) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Replaces the existing set of modifications for this modify request with the provided modifications.
setModifications(List<Modification>) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Replaces the existing set of modifications for this modify request with the provided modifications.
setNewRDN(String) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Specifies the new RDN for the entry.
setNewRDN(RDN) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Specifies the new RDN for the entry.
setNewSuperiorDN(String) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Specifies the new superior DN for the entry.
setNewSuperiorDN(DN) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Specifies the new superior DN for the entry.
setPooledSchemaTimeoutMillis(long) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the maximum length of time in milliseconds that a pooled schema object should be considered fresh.
setReceiveBufferSize(int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the socket receive buffer size that should be requested when establishing a connection.
setReferralConnector(ReferralConnector) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Specifies the referral connector that should be used to establish connections for use when following referrals.
setReferralConnector(ReferralConnector) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the referral connector that should be used to establish and optionally authenticate connections to servers when attempting to follow referrals.
setReferralHopLimit(int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the maximum number of hops that a connection should take when trying to follow a referral.
setRelativeBasePath(String) - Method in class com.unboundid.ldif.LDIFReader
Specifies the base path that will be prepended to relative paths in order to obtain an absolute path.
setRelativeBasePath(File) - Method in class com.unboundid.ldif.LDIFReader
Specifies the base path that will be prepended to relative paths in order to obtain an absolute path.
setReOrderOnFailover(boolean) - Method in class com.unboundid.ldap.sdk.FailoverServerSet
Specifies whether the list of servers or server sets used by this failover server set should be re-ordered in the event that a failure is encountered while attempting to establish a connection.
setResponseTimeoutMillis(long) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the maximum length of time in milliseconds that an operation should be allowed to block while waiting for a response from the server.
setResponseTimeoutMillis(long) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Specifies the maximum length of time in milliseconds that processing on this operation should be allowed to block while waiting for a response from the server.
setRetryFailedOperationsDueToInvalidConnections(boolean) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Specifies whether attempts to process operations should be retried on a newly-created connection if the initial attempt fails in a manner that indicates that the connection used to process that request may no longer be valid.
setRetryFailedOperationsDueToInvalidConnections(Set<OperationType>) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Specifies the types of operations that should be retried on a newly-created connection if the initial attempt fails in a manner that indicates that the connection used to process the request may no longer be valid.
setRetryFailedOperationsDueToInvalidConnections(Set<OperationType>) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies the types of operations that should be retried on a newly-created connection if the initial attempt fails in a manner that indicates that the connection used to process the request may no longer be valid.
setSchema(Schema) - Method in class com.unboundid.ldif.LDIFReader
Specifies the schema that should be used when reading LDIF records.
setScope(SearchScope) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the scope for this search request.
setSendBufferSize(int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the socket send buffer size that should be requested when establishing a connection.
setSensitiveToCodeAttributes(String...) - Static method in class com.unboundid.util.StaticUtils
Specifies the names of any attributes that should be considered sensitive for the purposes of the toCode methods.
setSensitiveToCodeAttributes(Collection<String>) - Static method in class com.unboundid.util.StaticUtils
Specifies the names of any attributes that should be considered sensitive for the purposes of the toCode methods.
setSizeLimit(int) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the maximum number of entries that should be returned by the server when processing this search request.
setSocketFactory(SocketFactory) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Specifies the socket factory to use to create the socket for subsequent connection attempts.
setSSLSocketVerifier(SSLSocketVerifier) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the SSLSocketVerifier that will be used to perform additional validation for any newly-created SSLSocket instances.
setStripTrailingSpaces(boolean) - Method in class com.unboundid.ldif.LDIFReader
Deprecated. Use the setTrailingSpaceBehavior method instead.
setTimeLimitSeconds(int) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies the maximum length of time in seconds that the server should spend processing this search request.
setTrailingSpaceBehavior(TrailingSpaceBehavior) - Method in class com.unboundid.ldif.LDIFReader
Specifies the behavior that should be exhibited when encountering attribute values which are not base64-encoded but contain trailing spaces.
setTrySynchronousReadDuringHealthCheck(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Specifies whether health check processing for connections operating in synchronous mode should include attempting to perform a read from each connection with a very short timeout.
setTypesOnly(boolean) - Method in class com.unboundid.ldap.sdk.SearchRequest
Specifies whether the server should return only attribute names in matching entries, rather than both names and values.
setUnsolicitedNotificationHandler(UnsolicitedNotificationHandler) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies the unsolicited notification handler to use for associated connections.
setUseKeepAlive(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether to use the SO_KEEPALIVE option for the underlying sockets used by associated connections.
setUseLinger(boolean, int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether to use the SO_LINGER option for the underlying sockets used by associated connections.
setUsePooledSchema(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to have connections that are part of a pool try to use shared schema information when reading data from the server (e.g., to select the appropriate matching rules for the attributes included in a search result entry).
setUseReuseAddress(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether to use the SO_REUSEADDR option for the underlying sockets used by associated connections.
setUseSchema(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether to try to use schema information when reading data from the server (e.g., to select the appropriate matching rules for the attributes included in a search result entry).
setUseSynchronousMode(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether to operate in synchronous mode, in which at most one operation may be in progress at any time on a given connection.
setUseTCPNoDelay(boolean) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Specifies whether to use the TCP_NODELAY option for the underlying sockets used by associated connections.
setWrapColumn(int) - Method in class com.unboundid.ldif.LDIFWriter
Specifies the column at which to wrap long lines.
setZeroBufferOnClear() - Method in class com.unboundid.asn1.ASN1Buffer
Specifies that the content of the buffer should be zeroed out the next time it is cleared in order to wipe any sensitive information it may contain.
SHORT_NAME - Static variable in class com.unboundid.ldap.sdk.Version
The short product name for the LDAP SDK.
SHORT_VERSION_STRING - Static variable in class com.unboundid.ldap.sdk.Version
The short version string for the LDAP SDK.
shrinkPool(int) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Attempts to reduce the number of connections available for use in the pool.
shutDown() - Method in class com.unboundid.util.WakeableSleeper
Permanently shuts down this WakeableSleeper instance.
SimpleBindRequest - Class in com.unboundid.ldap.sdk
This class implements the processing necessary to perform an LDAPv3 simple bind operation, which authenticates using a bind DN and password.
SimpleBindRequest() - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request that may be used to perform an anonymous bind to the directory server (i.e., with a zero-length bind DN and a zero-length password).
SimpleBindRequest(String, String) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and password.
SimpleBindRequest(String, byte[]) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and password.
SimpleBindRequest(DN, String) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and password.
SimpleBindRequest(DN, byte[]) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and password.
SimpleBindRequest(String, String, Control...) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and password.
SimpleBindRequest(String, byte[], Control...) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and password.
SimpleBindRequest(DN, String, Control...) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and password.
SimpleBindRequest(DN, byte[], Control...) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and password.
SimpleBindRequest(String, PasswordProvider, Control...) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and that will use a password provider in order to obtain the bind password.
SimpleBindRequest(DN, PasswordProvider, Control...) - Constructor for class com.unboundid.ldap.sdk.SimpleBindRequest
Creates a new simple bind request with the provided bind DN and that will use a password provider in order to obtain the bind password.
SimpleMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides a common matching rule framework that may be extended by matching rule implementations in which equality, ordering, and substring matching can all be made based on byte-for-byte comparisons of the normalized value, for values that are considered acceptable by the MatchingRule#normalize and MatchingRule#normalizeSubstring methods.
SimpleMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.SimpleMatchingRule
 
simplifyFilter(Filter, boolean) - Static method in class com.unboundid.ldap.sdk.Filter
Attempts to simplify the provided filter to allow it to be more efficiently processed by the server.
SingleServerSet - Class in com.unboundid.ldap.sdk
This class provides a server set implementation that only provides the ability to connect to a single server.
SingleServerSet(String, int) - Constructor for class com.unboundid.ldap.sdk.SingleServerSet
Creates a new single server set with the specified address and port.
SingleServerSet(String, int, LDAPConnectionOptions) - Constructor for class com.unboundid.ldap.sdk.SingleServerSet
Creates a new single server set with the specified address and port.
SingleServerSet(String, int, SocketFactory) - Constructor for class com.unboundid.ldap.sdk.SingleServerSet
Creates a new single server set with the specified address and port, and using the provided socket factory.
SingleServerSet(String, int, SocketFactory, LDAPConnectionOptions) - Constructor for class com.unboundid.ldap.sdk.SingleServerSet
Creates a new single server set with the specified address and port, and using the provided socket factory.
size() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves the number of values for this attribute.
size() - Method in class com.unboundid.util.WeakHashSet
Retrieves the number of elements currently held in this set.
SIZE_LIMIT_EXCEEDED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (4) that will be used to indicate that the server found more matching entries than the configured request size limit.
SIZE_LIMIT_EXCEEDED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (4) for the "SIZE_LIMIT_EXCEEDED" result code.
skip(long) - Method in class com.unboundid.util.AggregateInputStream
Attempts to skip and discard up to the specified number of bytes from the input stream.
sleep(long) - Method in class com.unboundid.util.WakeableSleeper
Attempts to sleep for the specified length of time in milliseconds, subject to the accuracy available within the JVM and underlying system.
SORT_CONTROL_MISSING - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (60) that will be used if the client sends a virtual list view control without a server-side sort control.
SORT_CONTROL_MISSING_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (60) for the "SORT_CONTROL_MISSING" result code.
SSLSocketVerifier - Class in com.unboundid.util.ssl
This class defines an API that will be invoked immediately after establishing a connection using SSLSocket (whether by establishing a connection that is initially secure or by wrapping an existing insecure connection in an SSLSocket).
SSLSocketVerifier() - Constructor for class com.unboundid.util.ssl.SSLSocketVerifier
 
SSLUtil - Class in com.unboundid.util.ssl
This class provides a simple interface for creating SSLContext and SSLSocketFactory instances, which may be used to create SSL-based connections, or secure existing connections with StartTLS.
SSLUtil() - Constructor for class com.unboundid.util.ssl.SSLUtil
Creates a new SSLUtil instance that will not have a custom key manager or trust manager.
SSLUtil(TrustManager) - Constructor for class com.unboundid.util.ssl.SSLUtil
Creates a new SSLUtil instance that will use the provided trust manager to determine whether to trust server certificates presented to the client.
SSLUtil(TrustManager[]) - Constructor for class com.unboundid.util.ssl.SSLUtil
Creates a new SSLUtil instance that will use the provided trust managers to determine whether to trust server certificates presented to the client.
SSLUtil(KeyManager, TrustManager) - Constructor for class com.unboundid.util.ssl.SSLUtil
Creates a new SSLUtil instance that will use the provided key manager to obtain certificates to present to the server, and the provided trust manager to determine whether to trust server certificates presented to the client.
SSLUtil(KeyManager[], TrustManager[]) - Constructor for class com.unboundid.util.ssl.SSLUtil
Creates a new SSLUtil instance that will use the provided key managers to obtain certificates to present to the server, and the provided trust managers to determine whether to trust server certificates presented to the client.
STARTTLS_REQUEST_OID - Static variable in class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
The OID (1.3.6.1.4.1.1466.20037) for the StartTLS extended request.
StartTLSExtendedRequest - Class in com.unboundid.ldap.sdk.extensions
This class provides an implementation of the LDAP StartTLS extended request as defined in RFC 4511 section 4.14.
StartTLSExtendedRequest() - Constructor for class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new StartTLS extended request using a default SSL context.
StartTLSExtendedRequest(Control[]) - Constructor for class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new StartTLS extended request using a default SSL context.
StartTLSExtendedRequest(SSLContext) - Constructor for class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new StartTLS extended request using the provided SSL context.
StartTLSExtendedRequest(SSLSocketFactory) - Constructor for class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new StartTLS extended request using the provided SSL socket factory.
StartTLSExtendedRequest(SSLContext, Control[]) - Constructor for class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new StartTLS extended request.
StartTLSExtendedRequest(SSLSocketFactory, Control[]) - Constructor for class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new StartTLS extended request.
StartTLSExtendedRequest(ExtendedRequest) - Constructor for class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Creates a new StartTLS extended request from the provided generic extended request.
StartTLSPostConnectProcessor - Class in com.unboundid.ldap.sdk
This class provides an implementation of a post-connect processor that can be used to perform StartTLS negotiation on an LDAP connection that is intended to be used in a connection pool.
StartTLSPostConnectProcessor(SSLContext) - Constructor for class com.unboundid.ldap.sdk.StartTLSPostConnectProcessor
Creates a new instance of this StartTLS post-connect processor that will use the provided SSL context.
StartTLSPostConnectProcessor(SSLSocketFactory) - Constructor for class com.unboundid.ldap.sdk.StartTLSPostConnectProcessor
Creates a new instance of this StartTLS post-connect processor that will use the provided SSL context.
StaticUtils - Class in com.unboundid.util
This class provides a number of static utility functions.
stringsEqualIgnoreCaseOrderIndependent(String[], String[]) - Static method in class com.unboundid.util.StaticUtils
Indicates whether the provided string arrays have the same elements, ignoring the order in which they appear and differences in capitalization.
stringValue() - Method in class com.unboundid.asn1.ASN1OctetString
Retrieves the string value for this element.
stringValue() - Method in interface com.unboundid.util.ByteString
Retrieves the value for this byte string as a String.
stripTrailingSpaces() - Method in class com.unboundid.ldif.LDIFReader
Deprecated. Use the getTrailingSpaceBehavior method instead.
STRONG_AUTH_REQUIRED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (8) that will be used if the client requested an operation that requires a strong authentication mechanism.
STRONG_AUTH_REQUIRED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (8) for the "STRONG_AUTH_REQUIRED" result code.
SUB - Static variable in class com.unboundid.ldap.sdk.SearchScope
A predefined wholeSubtree scope value, which indicates that the base entry itself and any subordinate entries (to any depth) should be considered.
SUB_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.SearchScope
The integer value for the "sub" search scope.
SUBORDINATE_SUBTREE - Static variable in class com.unboundid.ldap.sdk.SearchScope
A predefined subordinateSubtree scope value, which indicates that any subordinate entries (to any depth) below the entry specified by the base DN should be considered, but the base entry itself should not be considered.
SUBORDINATE_SUBTREE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.SearchScope
The integer value for the "subordinate subtree" search scope.
SUBSTRING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
The name for the caseExactSubstringsMatch substring matching rule.
SUBSTRING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
The name for the caseIgnoreListSubstringsMatch substring matching rule.
SUBSTRING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
The name for the caseIgnoreSubstringsMatch substring matching rule.
SUBSTRING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
The name for the numericStringSubstringsMatch substring matching rule.
SUBSTRING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
The name for the octetStringSubstringsMatch substring matching rule.
SUBSTRING_RULE_NAME - Static variable in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
The name for the telephoneNumberSubstringsMatch substring matching rule.
SUBSTRING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
The OID for the caseExactSubstringsMatch substring matching rule.
SUBSTRING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
The OID for the caseIgnoreListSubstringsMatch substring matching rule.
SUBSTRING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
The OID for the caseIgnoreSubstringsMatch substring matching rule.
SUBSTRING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.NumericStringMatchingRule
The OID for the numericStringSubstringsMatch substring matching rule.
SUBSTRING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.OctetStringMatchingRule
The OID for the octetStringSubstringMatch substring matching rule.
SUBSTRING_RULE_OID - Static variable in class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
The OID for the telephoneNumberSubstringsMatch substring matching rule.
SUBSTRING_TYPE_SUBANY - Static variable in class com.unboundid.ldap.matchingrules.MatchingRule
The substring element type used for subAny substring assertion components.
SUBSTRING_TYPE_SUBFINAL - Static variable in class com.unboundid.ldap.matchingrules.MatchingRule
The substring element type used for subFinal substring assertion components.
SUBSTRING_TYPE_SUBINITIAL - Static variable in class com.unboundid.ldap.matchingrules.MatchingRule
The substring element type used for subInitial substring assertion components.
SUCCESS - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (0) that will be used to indicate a successful operation.
SUCCESS_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (0) for the "SUCCESS" result code.
supportsAuthPasswordScheme(String) - Method in class com.unboundid.ldap.sdk.RootDSE
Indicates whether the directory server indicates that it supports the specified authentication password storage scheme.
supportsControl(String) - Method in class com.unboundid.ldap.sdk.RootDSE
Indicates whether the directory server indicates that it supports the request control with the provided OID.
supportsExtendedOperation(String) - Method in class com.unboundid.ldap.sdk.RootDSE
Indicates whether the directory server indicates that it supports the extended operation with the provided OID.
supportsFeature(String) - Method in class com.unboundid.ldap.sdk.RootDSE
Indicates whether the directory server indicates that it supports the extended operation with the provided OID.
supportsLDAPVersion(int) - Method in class com.unboundid.ldap.sdk.RootDSE
Indicates whether the directory server indicates that it supports the provided LDAP protocol version.
supportsSASLMechanism(String) - Method in class com.unboundid.ldap.sdk.RootDSE
Indicates whether the directory server indicates that it supports the specified SASL mechanism.
SynchronizedSocketFactory - Class in com.unboundid.util
This class provides an implementation of a Java socket factory that will wrap a provided socket factory but will synchronize on each use of that factory to ensure that only a single thread may use that factory to create a socket at any given time.
SynchronizedSocketFactory(SocketFactory) - Constructor for class com.unboundid.util.SynchronizedSocketFactory
Creates a new synchronous socket factory instance that will wrap the provided socket factory.
SynchronizedSSLSocketFactory - Class in com.unboundid.util
This class provides an implementation of a Java socket factory that will wrap a provided socket factory but will synchronize on each use of that factory to ensure that only a single thread may use that factory to create a socket at any given time.
SynchronizedSSLSocketFactory(SSLSocketFactory) - Constructor for class com.unboundid.util.SynchronizedSSLSocketFactory
Creates a new synchronous socket factory instance that will wrap the provided socket factory.
synchronousMode() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Indicates whether this connection is operating in synchronous mode.

T

TelephoneNumberMatchingRule - Class in com.unboundid.ldap.matchingrules
This class provides an implementation of a matching rule that may be used for telephone numbers.
TelephoneNumberMatchingRule() - Constructor for class com.unboundid.ldap.matchingrules.TelephoneNumberMatchingRule
Creates a new instance of this telephone number matching rule.
TERMINAL_WIDTH_COLUMNS - Static variable in class com.unboundid.util.StaticUtils
The width of the terminal window, in columns.
throwLDAPException() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Throws the wrapped LDAPException object.
TIME_LIMIT_EXCEEDED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (3) that will be used to indicate that the server was unable to complete processing on the request in the allotted time limit.
TIME_LIMIT_EXCEEDED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (3) for the "TIME_LIMIT_EXCEEDED" result code.
TIMEOUT - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (85) that will be used if a client timeout occurs while waiting for a response from the server.
TIMEOUT_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (85) for the "TIMEOUT" result code.
toAddRequest(Control...) - Method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Creates an add request from this protocol op.
toAddRequest() - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Creates an add request from this LDIF add change record.
toAddRequest(boolean) - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Creates an add request from this LDIF add change record, optionally including any change record controls in the request.
toArgumentList(String) - Static method in class com.unboundid.util.StaticUtils
Attempts to parse the contents of the provided string to an argument list (e.g., converts something like "--arg1 arg1value --arg2 --arg3 arg3value" to a list of "--arg1", "arg1value", "--arg2", "--arg3", "arg3value").
toArray() - Method in class com.unboundid.util.WeakHashSet
Retrieves an array containing all of the elements currently held in this set.
toArray(E[]) - Method in class com.unboundid.util.WeakHashSet
Retrieves an array containing all of the elements currently held in this set.
toASN1OctetString() - Method in class com.unboundid.asn1.ASN1OctetString
Converts this byte string to an ASN.1 octet string.
toASN1OctetString() - Method in interface com.unboundid.util.ByteString
Converts this byte string to an ASN.1 octet string.
toBindRequest(Control...) - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Creates a new bind request object from this bind request protocol op.
toBindResult(Control...) - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Creates a new LDAP result object from this response protocol op.
toByteArray() - Method in class com.unboundid.asn1.ASN1Buffer
Retrieves a byte array containing the contents of this ASN.1 buffer.
toByteArray() - Method in class com.unboundid.util.ByteStringBuffer
Returns a new byte array with the content from this buffer.
toByteString() - Method in class com.unboundid.util.ByteStringBuffer
Returns a new byte string with the content from this buffer.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.AddRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.CompareRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.DeleteRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, int, String, String) - Method in class com.unboundid.ldap.sdk.Filter
Appends a number of lines comprising the Java source code that can be used to recreate this filter to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.GenericSASLBindRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, int, String, String) - Method in class com.unboundid.ldap.sdk.Modification
Appends a number of lines comprising the Java source code that can be used to recreate this modification to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, String, int, boolean) - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.SASLBindRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.SearchRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCode(List<String>, String, int, boolean) - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Appends a number of lines comprising the Java source code that can be used to recreate this request to the given list.
toCompareRequest(Control...) - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Creates a compare request from this protocol op.
toDeleteRequest(Control...) - Method in class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Creates a delete request from this protocol op.
toDeleteRequest() - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Creates a delete request from this LDIF delete change record.
toDeleteRequest(boolean) - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Creates a delete request from this LDIF delete change record, optionally including any change record controls in the request.
toEntry() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves an Entry object containing the DN and attributes of this add request.
toEntry() - Method in class com.unboundid.ldap.sdk.CompactEntry
Converts this compact entry to a full entry.
toEntry() - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Retrieves an Entry object containing the DN and attributes of this add request.
toExtendedRequest(Control...) - Method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Creates an extended request from this protocol op.
toExtendedResult(Control...) - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Creates a extended result from this protocol op.
toHex(byte) - Static method in class com.unboundid.util.StaticUtils
Retrieves a hexadecimal representation of the provided byte.
toHex(byte, StringBuilder) - Static method in class com.unboundid.util.StaticUtils
Appends a hexadecimal representation of the provided byte to the given buffer.
toHex(byte[]) - Static method in class com.unboundid.util.StaticUtils
Retrieves a hexadecimal representation of the contents of the provided byte array.
toHex(byte[], StringBuilder) - Static method in class com.unboundid.util.StaticUtils
Retrieves a hexadecimal representation of the contents of the provided byte array.
toHex(byte[], String, StringBuilder) - Static method in class com.unboundid.util.StaticUtils
Retrieves a hexadecimal representation of the contents of the provided byte array.
toHexPlusASCII(byte[], int) - Static method in class com.unboundid.util.StaticUtils
Retrieves a hex-encoded representation of the contents of the provided array, along with an ASCII representation of its contents next to it.
toHexPlusASCII(byte[], int, StringBuilder) - Static method in class com.unboundid.util.StaticUtils
Appends a hex-encoded representation of the contents of the provided array to the given buffer, along with an ASCII representation of its contents next to it.
toInitialLowerCase(String) - Static method in class com.unboundid.util.StaticUtils
Retrieves a version of the provided string with the first character converted to lowercase but all other characters retaining their original capitalization.
toIntermediateResponse(Control...) - Method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Creates a intermediate response from this protocol op.
TOKEN_DELIVERY_ATTEMPT_FAILED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (30221005) that should be used to indicate that the server could not deliver a one-time password, password reset token, or single-use token because a failure was encountered while attempting to deliver the token through all of the supported mechanisms.
TOKEN_DELIVERY_ATTEMPT_FAILED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (30221005) for the "TOKEN_DELIVERY_ATTEMPT_FAILED" result code.
TOKEN_DELIVERY_INVALID_ACCOUNT_STATE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (30221007) that should be used to indicate that the server could not deliver a one-time password, password reset token, or single-use token because the target user account was in an invalid state for receiving such tokens (e.g., the account is disabled or locked, the password is expired, etc.).
TOKEN_DELIVERY_INVALID_ACCOUNT_STATE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (30221007) for the "TOKEN_DELIVERY_INVALID_ACCOUNT_STATE" result code.
TOKEN_DELIVERY_INVALID_RECIPIENT_ID - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (30221006) that should be used to indicate that the server could not deliver a one-time password, password reset token, or single-use token because the client specified a recipient ID that was not appropriate for the target user.
TOKEN_DELIVERY_INVALID_RECIPIENT_ID_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (30221006) for the "TOKEN_DELIVERY_INVALID_RECIPIENT_ID" result code.
TOKEN_DELIVERY_MECHANISM_UNAVAILABLE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (30221004) that should be used to indicate that the server could not deliver a one-time password, password reset token, or single-use token because none of the attempted delivery mechanisms were supported for the target user.
TOKEN_DELIVERY_MECHANISM_UNAVAILABLE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (30221004) for the "TOKEN_DELIVERY_MECHANISM_UNAVAILABLE" result code.
toLDAPResult(Control...) - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Creates a new LDAP result object from this response protocol op.
toLDAPResult() - Method in exception com.unboundid.ldap.sdk.LDAPException
Creates a new LDAPResult object from this exception.
toLDAPResult() - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Creates a new LDAPResult object from this exception.
toLDAPResult() - Method in exception com.unboundid.ldap.sdk.LDAPSearchException
Creates a new SearchResult object from this exception.
toLDIF() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves a string array whose lines contain an LDIF representation of the corresponding add change record.
toLDIF() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves an LDIF representation of this entry, with each attribute value on a separate line.
toLDIF(int) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves an LDIF representation of this entry, with each attribute value on a separate line.
toLDIF(ByteStringBuffer) - Method in class com.unboundid.ldap.sdk.CompactEntry
Appends an LDIF representation of this entry to the provided buffer.
toLDIF(ByteStringBuffer, int) - Method in class com.unboundid.ldap.sdk.CompactEntry
Appends an LDIF representation of this entry to the provided buffer.
toLDIF() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Retrieves a string array whose lines contain an LDIF representation of the corresponding delete change record.
toLDIF() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves an LDIF representation of this entry, with each attribute value on a separate line.
toLDIF(int) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves an LDIF representation of this entry, with each attribute value on a separate line.
toLDIF(ByteStringBuffer) - Method in class com.unboundid.ldap.sdk.Entry
Appends an LDIF representation of this entry to the provided buffer.
toLDIF(ByteStringBuffer, int) - Method in class com.unboundid.ldap.sdk.Entry
Appends an LDIF representation of this entry to the provided buffer.
toLDIF() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves a string array whose lines contain an LDIF representation of the corresponding modify DN change record.
toLDIF() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Retrieves a string array whose lines contain an LDIF representation of the corresponding modify change record.
toLDIF() - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Retrieves a string array whose lines contain an LDIF representation of the corresponding add change record.
toLDIF() - Method in interface com.unboundid.ldap.sdk.ReadOnlyDeleteRequest
Retrieves a string array whose lines contain an LDIF representation of the corresponding delete change record.
toLDIF() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Retrieves a string array whose lines contain an LDIF representation of the corresponding modify DN change record.
toLDIF() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyRequest
Retrieves a string array whose lines contain an LDIF representation of the corresponding modify change record.
toLDIF(int) - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Retrieves a string array whose lines contain an LDIF representation of this change record.
toLDIF(ByteStringBuffer, int) - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIF() - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves a string array whose lines contain an LDIF representation of this change record.
toLDIF(int) - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves a string array whose lines contain an LDIF representation of this change record.
toLDIF(ByteStringBuffer) - Method in class com.unboundid.ldif.LDIFChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIF(ByteStringBuffer, int) - Method in class com.unboundid.ldif.LDIFChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIF(int) - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Retrieves a string array whose lines contain an LDIF representation of this change record.
toLDIF(ByteStringBuffer, int) - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIF(int) - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Retrieves a string array whose lines contain an LDIF representation of this change record.
toLDIF(ByteStringBuffer, int) - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIF(int) - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Retrieves a string array whose lines contain an LDIF representation of this change record.
toLDIF(ByteStringBuffer, int) - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIF() - Method in interface com.unboundid.ldif.LDIFRecord
Retrieves an LDIF representation of this LDIF record, with each line of the LDIF representation in a separate element of the returned array.
toLDIF(int) - Method in interface com.unboundid.ldif.LDIFRecord
Retrieves an LDIF representation of this LDIF record, with each line of the LDIF representation in a separate element of the returned array.
toLDIF(ByteStringBuffer) - Method in interface com.unboundid.ldif.LDIFRecord
Appends an LDIF-formatted string representation of this LDIF record to the provided buffer.
toLDIF(ByteStringBuffer, int) - Method in interface com.unboundid.ldif.LDIFRecord
Appends an LDIF-formatted string representation of this LDIF record to the provided buffer.
toLDIFChangeRecord() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves an LDIF add change record with the contents of this add request.
toLDIFChangeRecord() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Retrieves an LDIF delete change record with the contents of this delete request.
toLDIFChangeRecord() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves an LDIF modify DN change record with the contents of this modify DN request.
toLDIFChangeRecord() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Retrieves an LDIF modify change record with the contents of this modify request.
toLDIFChangeRecord() - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Retrieves an LDIF add change record with the contents of this add request.
toLDIFChangeRecord() - Method in interface com.unboundid.ldap.sdk.ReadOnlyDeleteRequest
Retrieves an LDIF delete change record with the contents of this delete request.
toLDIFChangeRecord() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Retrieves an LDIF modify DN change record with the contents of this modify DN request.
toLDIFChangeRecord() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyRequest
Retrieves an LDIF modify change record with the contents of this modify request.
toLDIFString() - Method in class com.unboundid.ldap.sdk.AddRequest
Retrieves an LDIF string representation of this add request.
toLDIFString() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves an LDIF-formatted string representation of this entry.
toLDIFString(int) - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves an LDIF-formatted string representation of this entry.
toLDIFString(StringBuilder) - Method in class com.unboundid.ldap.sdk.CompactEntry
Appends an LDIF-formatted string representation of this entry to the provided buffer.
toLDIFString(StringBuilder, int) - Method in class com.unboundid.ldap.sdk.CompactEntry
Appends an LDIF-formatted string representation of this entry to the provided buffer.
toLDIFString() - Method in class com.unboundid.ldap.sdk.DeleteRequest
Retrieves an LDIF string representation of this delete request.
toLDIFString() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves an LDIF-formatted string representation of this entry.
toLDIFString(int) - Method in class com.unboundid.ldap.sdk.Entry
Retrieves an LDIF-formatted string representation of this entry.
toLDIFString(StringBuilder) - Method in class com.unboundid.ldap.sdk.Entry
Appends an LDIF-formatted string representation of this entry to the provided buffer.
toLDIFString(StringBuilder, int) - Method in class com.unboundid.ldap.sdk.Entry
Appends an LDIF-formatted string representation of this entry to the provided buffer.
toLDIFString() - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Retrieves an LDIF string representation of this modify DN request.
toLDIFString() - Method in class com.unboundid.ldap.sdk.ModifyRequest
Retrieves an LDIF string representation of this modify request.
toLDIFString() - Method in interface com.unboundid.ldap.sdk.ReadOnlyAddRequest
Retrieves an LDIF string representation of this add request.
toLDIFString() - Method in interface com.unboundid.ldap.sdk.ReadOnlyDeleteRequest
Retrieves an LDIF string representation of this delete request.
toLDIFString() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyDNRequest
Retrieves an LDIF string representation of this modify DN request.
toLDIFString() - Method in interface com.unboundid.ldap.sdk.ReadOnlyModifyRequest
Retrieves an LDIF string representation of this modify request.
toLDIFString(StringBuilder, int) - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIFString() - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves an LDIF string representation of this change record.
toLDIFString(int) - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves an LDIF string representation of this change record.
toLDIFString(StringBuilder) - Method in class com.unboundid.ldif.LDIFChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIFString(StringBuilder, int) - Method in class com.unboundid.ldif.LDIFChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIFString(StringBuilder, int) - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIFString(StringBuilder, int) - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIFString(StringBuilder, int) - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Appends an LDIF string representation of this change record to the provided buffer.
toLDIFString() - Method in interface com.unboundid.ldif.LDIFRecord
Retrieves an LDIF-formatted string representation of this LDIF record.
toLDIFString(int) - Method in interface com.unboundid.ldif.LDIFRecord
Retrieves an LDIF-formatted string representation of this LDIF record.
toLDIFString(StringBuilder) - Method in interface com.unboundid.ldif.LDIFRecord
Appends an LDIF-formatted string representation of this LDIF record to the provided buffer.
toLDIFString(StringBuilder, int) - Method in interface com.unboundid.ldif.LDIFRecord
Appends an LDIF-formatted string representation of this LDIF record to the provided buffer.
toList(T[]) - Static method in class com.unboundid.util.StaticUtils
Creates a modifiable list with all of the items of the provided array in the same order.
toLowerCase(String) - Static method in class com.unboundid.util.StaticUtils
Retrieves an all-lowercase version of the provided string.
toMinimallyEncodedString() - Method in class com.unboundid.ldap.sdk.DN
Retrieves a string representation of this DN with minimal encoding for special characters.
toMinimallyEncodedString() - Method in class com.unboundid.ldap.sdk.RDN
Retrieves a string representation of this RDN with minimal encoding for special characters.
toModifyDNRequest(Control...) - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Creates a modify DN request from this protocol op.
toModifyDNRequest() - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Creates a modify DN request from this LDIF modify DN change record.
toModifyDNRequest(boolean) - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Creates a modify DN request from this LDIF modify DN change record, optionally including any change record controls in the request.
toModifyRequest(Control...) - Method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Creates a modify request from this protocol op.
toModifyRequest() - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Creates a modify request from this LDIF modify change record.
toModifyRequest(boolean) - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Creates a modify request from this LDIF modify change record, optionally including any change record controls in the request.
toNonNullList(T[]) - Static method in class com.unboundid.util.StaticUtils
Creates a modifiable list with all of the items of the provided array in the same order.
toNormalizedString() - Method in class com.unboundid.ldap.sdk.DN
Retrieves a normalized string representation of this DN.
toNormalizedString(StringBuilder) - Method in class com.unboundid.ldap.sdk.DN
Appends a normalized string representation of this DN to the provided buffer.
toNormalizedString() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves a normalized string representation of this search filter.
toNormalizedString(StringBuilder) - Method in class com.unboundid.ldap.sdk.Filter
Appends a normalized string representation of this search filter to the provided buffer.
toNormalizedString() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves a normalized string representation of this LDAP URL.
toNormalizedString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPURL
Appends a normalized string representation of this LDAP URL to the provided buffer.
toNormalizedString() - Method in class com.unboundid.ldap.sdk.RDN
Retrieves a normalized string representation of this RDN.
toNormalizedString(StringBuilder) - Method in class com.unboundid.ldap.sdk.RDN
Appends a normalized string representation of this RDN to the provided buffer.
TOO_LATE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (120) that will be used if the client attempts to cancel an operation too late in the processing for that operation.
TOO_LATE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (120) for the "TOO_LATE" result code.
toSearchRequest(Control...) - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Creates a search request from this protocol op.
toSearchRequest() - Method in class com.unboundid.ldap.sdk.LDAPURL
Creates a search request containing the base DN, scope, filter, and requested attributes from this LDAP URL.
toSearchResultEntry(Control...) - Method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Creates a search result entry from this protocol op.
toSearchResultReference(Control...) - Method in class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Creates a search result reference from this protocol op.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1Boolean
Appends a string representation of this ASN.1 element to the provided buffer.
toString() - Method in class com.unboundid.asn1.ASN1Element
Retrieves a string representation of the value for ASN.1 element.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1Element
Appends a string representation of the value for this ASN.1 element to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1Enumerated
Appends a string representation of this ASN.1 element to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1Integer
Appends a string representation of this ASN.1 element to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1Long
Appends a string representation of this ASN.1 element to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1Null
Appends a string representation of this ASN.1 element to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1OctetString
Appends a string representation of this ASN.1 element to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1Sequence
Appends a string representation of this ASN.1 element to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.asn1.ASN1Set
Appends a string representation of this ASN.1 element to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.AbandonRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.AbandonRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.LDAPMessage
Retrieves a string representation of this LDAP message.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.LDAPMessage
Appends a string representation of this LDAP message to the provided buffer.
toString(StringBuilder) - Method in interface com.unboundid.ldap.protocol.LDAPResponse
Appends a string representation of this LDAP response to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString(StringBuilder) - Method in interface com.unboundid.ldap.protocol.ProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.protocol.UnbindRequestProtocolOp
Retrieves a string representation of this protocol op.
toString(StringBuilder) - Method in class com.unboundid.ldap.protocol.UnbindRequestProtocolOp
Appends a string representation of this LDAP protocol op to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Retrieves a string representation of this connection pool.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.AbstractConnectionPool
Appends a string representation of this connection pool to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.AddRequest
Appends a string representation of this request to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.AsyncRequestID
Retrieves a string representation of this async request ID.
toString() - Method in class com.unboundid.ldap.sdk.Attribute
Retrieves a string representation of this LDAP attribute.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.Attribute
Appends a string representation of this LDAP attribute to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.BindResult
Appends a string representation of this LDAP result to the provided buffer.
toString() - Method in enum com.unboundid.ldap.sdk.ChangeType
Retrieves a string representation for this change type.
toString() - Method in class com.unboundid.ldap.sdk.CompactEntry
Retrieves a string representation of this entry.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.CompactEntry
Appends a string representation of this entry to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.CompareRequest
Appends a string representation of this request to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.Control
Retrieves a string representation of this LDAP control.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.Control
Appends a string representation of this LDAP control to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.DeleteRequest
Appends a string representation of this request to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.DereferencePolicy
Retrieves a string representation of this dereference policy.
toString() - Method in enum com.unboundid.ldap.sdk.DisconnectType
Retrieves a string representation for this disconnect type.
toString(StringBuilder) - Method in enum com.unboundid.ldap.sdk.DisconnectType
Appends a string representation of this disconnect type to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.DN
Retrieves a string representation of this DN.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.DN
Appends a string representation of this DN to the provided buffer.
toString(StringBuilder, boolean) - Method in class com.unboundid.ldap.sdk.DN
Appends a string representation of this DN to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.Entry
Retrieves a string representation of this entry.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.Entry
Appends a string representation of this entry to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Appends a string representation of this request to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.ExtendedResult
Retrieves a string representation of this extended response.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.ExtendedResult
Appends a string representation of this extended response to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.extensions.CancelExtendedRequest
Appends a string representation of this request to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.extensions.NoticeOfDisconnectionExtendedResult
Appends a string representation of this extended result to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.extensions.StartTLSExtendedRequest
Appends a string representation of this request to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.FailoverServerSet
Appends a string representation of this server set to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.Filter
Retrieves a string representation of this search filter.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.Filter
Appends a string representation of this search filter to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.GenericSASLBindRequest
Appends a string representation of this request to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Retrieves a string representation of this intermediate response.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Appends a string representation of this intermediate response to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPConnection
Retrieves a string representation of this LDAP connection.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPConnection
Appends a string representation of this LDAP connection to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Retrieves a string representation of this LDAP connection.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Appends a string representation of this LDAP connection to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Appends a string representation of this connection pool to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Retrieves a string representation of this LDAP connection pool health check.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheck
Appends a string representation of this LDAP connection pool health check to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheckResult
Retrieves a string representation of this connection pool health check result.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolHealthCheckResult
Appends a string representation of this connection pool health check result to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Retrieves a string representation of this LDAP connection pool statistics object.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPConnectionPoolStatistics
Appends a string representation of this LDAP connection pool statistics object to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Retrieves a string representation of this LDAP connection statistics object.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPConnectionStatistics
Appends a string representation of this LDAP connection statistics object to the provided buffer.
toString(StringBuilder) - Method in exception com.unboundid.ldap.sdk.LDAPException
Appends a string representation of this exception to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPRequest
Retrieves a string representation of this request.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPRequest
Appends a string representation of this request to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPResult
Retrieves a string representation of this LDAP result.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.LDAPResult
Appends a string representation of this LDAP result to the provided buffer.
toString(StringBuilder) - Method in exception com.unboundid.ldap.sdk.LDAPRuntimeException
Appends a string representation of this exception to the provided buffer.
toString(StringBuilder) - Method in exception com.unboundid.ldap.sdk.LDAPSearchException
Appends a string representation of this LDAP exception to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.LDAPURL
Retrieves a string representation of this LDAP URL.
toString() - Method in class com.unboundid.ldap.sdk.Modification
Retrieves a string representation of this LDAP modification.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.Modification
Appends a string representation of this LDAP modification to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.ModificationType
Retrieves a string representation of this modification type.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Appends a string representation of this request to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Appends a string representation of this request to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.RDN
Retrieves a string representation of this RDN.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.RDN
Appends a string representation of this RDN to the provided buffer.
toString(StringBuilder, boolean) - Method in class com.unboundid.ldap.sdk.RDN
Appends a string representation of this RDN to the provided buffer.
toString() - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Retrieves a string representation of this request.
toString(StringBuilder) - Method in interface com.unboundid.ldap.sdk.ReadOnlyLDAPRequest
Appends a string representation of this request to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.ResultCode
Retrieves a string representation of this result code.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.RoundRobinServerSet
Appends a string representation of this server set to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.schema.AttributeSyntaxDefinition
Retrieves a string representation of this attribute syntax, in the format described in RFC 4512 section 4.1.5.
toString() - Method in class com.unboundid.ldap.sdk.schema.AttributeTypeDefinition
Retrieves a string representation of this attribute type definition, in the format described in RFC 4512 section 4.1.2.
toString() - Method in enum com.unboundid.ldap.sdk.schema.AttributeUsage
Retrieves a string representation of this attribute usage.
toString() - Method in class com.unboundid.ldap.sdk.schema.DITContentRuleDefinition
Retrieves a string representation of this DIT content rule definition, in the format described in RFC 4512 section 4.1.6.
toString() - Method in class com.unboundid.ldap.sdk.schema.DITStructureRuleDefinition
Retrieves a string representation of this DIT structure rule definition, in the format described in RFC 4512 section 4.1.7.1.
toString() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleDefinition
Retrieves a string representation of this matching rule definition, in the format described in RFC 4512 section 4.1.3.
toString() - Method in class com.unboundid.ldap.sdk.schema.MatchingRuleUseDefinition
Retrieves a string representation of this matching rule definition, in the format described in RFC 4512 section 4.1.4.
toString() - Method in class com.unboundid.ldap.sdk.schema.NameFormDefinition
Retrieves a string representation of this name form definition, in the format described in RFC 4512 section 4.1.7.2.
toString() - Method in class com.unboundid.ldap.sdk.schema.ObjectClassDefinition
Retrieves a string representation of this object class definition, in the format described in RFC 4512 section 4.1.1.
toString() - Method in enum com.unboundid.ldap.sdk.schema.ObjectClassType
Retrieves a string representation of this object class type.
toString() - Method in class com.unboundid.ldap.sdk.schema.Schema
Retrieves a string representation of the associated schema entry.
toString() - Method in class com.unboundid.ldap.sdk.schema.SchemaElement
Retrieves a string representation of this schema element, in the format described in RFC 4512.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.SearchRequest
Appends a string representation of this request to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.SearchResult
Appends a string representation of this LDAP result to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.SearchResultEntry
Appends a string representation of this entry to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.SearchResultReference
Retrieves a string representation of this search result reference.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.SearchResultReference
Appends a string representation of this search result reference to the provided buffer.
toString() - Method in class com.unboundid.ldap.sdk.SearchScope
Retrieves a string representation of this search scope.
toString() - Method in class com.unboundid.ldap.sdk.ServerSet
Retrieves a string representation of this server set.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.ServerSet
Appends a string representation of this server set to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Appends a string representation of this request to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldap.sdk.SingleServerSet
Appends a string representation of this server set to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldif.LDIFAddChangeRecord
Appends a single-line string representation of this change record to the provided buffer.
toString() - Method in class com.unboundid.ldif.LDIFChangeRecord
Retrieves a single-line string representation of this change record.
toString(StringBuilder) - Method in class com.unboundid.ldif.LDIFChangeRecord
Appends a single-line string representation of this change record to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldif.LDIFDeleteChangeRecord
Appends a single-line string representation of this change record to the provided buffer.
toString(StringBuilder) - Method in exception com.unboundid.ldif.LDIFException
Appends a string representation of this exception to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldif.LDIFModifyChangeRecord
Appends a single-line string representation of this change record to the provided buffer.
toString(StringBuilder) - Method in class com.unboundid.ldif.LDIFModifyDNChangeRecord
Appends a single-line string representation of this change record to the provided buffer.
toString() - Method in interface com.unboundid.ldif.LDIFRecord
Retrieves a string representation of this LDIF record.
toString(StringBuilder) - Method in interface com.unboundid.ldif.LDIFRecord
Appends a string representation of this LDIF record to the provided buffer.
toString() - Method in class com.unboundid.util.ByteStringBuffer
Retrieves a string representation of the contents for this buffer.
toString() - Method in enum com.unboundid.util.DebugType
Retrieves a string representation of this debug type.
toString() - Method in exception com.unboundid.util.LDAPSDKException
Retrieves a string representation of this exception.
toString(StringBuilder) - Method in exception com.unboundid.util.LDAPSDKException
Appends a string representation of this exception to the provided buffer.
toString() - Method in exception com.unboundid.util.LDAPSDKRuntimeException
Retrieves a string representation of this exception.
toString(StringBuilder) - Method in exception com.unboundid.util.LDAPSDKRuntimeException
Appends a string representation of this exception to the provided buffer.
toString(StringBuilder) - Method in exception com.unboundid.util.LDAPSDKUsageException
Appends a string representation of this exception to the provided buffer.
toString() - Method in class com.unboundid.util.ObjectPair
Retrieves a string representation of this object pair.
toString(StringBuilder) - Method in class com.unboundid.util.ObjectPair
Appends a string representation of this object pair to the provided buffer.
toString() - Method in class com.unboundid.util.WeakHashSet
Retrieves a string representation of this set.
toUTF8String(byte[]) - Static method in class com.unboundid.util.StaticUtils
Retrieves a string generated from the provided byte array using the UTF-8 encoding.
toUTF8String(byte[], int, int) - Static method in class com.unboundid.util.StaticUtils
Retrieves a string generated from the specified portion of the provided byte array using the UTF-8 encoding.
TrailingSpaceBehavior - Enum in com.unboundid.ldif
This enum defines a set of possible behaviors that may be exhibited by the LDIF reader when encountering trailing spaces in attribute values that are not base64-encoded.
translate(LDIFChangeRecord, long) - Method in interface com.unboundid.ldif.LDIFReaderChangeRecordTranslator
Applies some special transformation or filtering to the original change record.
translate(Entry, long) - Method in interface com.unboundid.ldif.LDIFReaderEntryTranslator
Applies some special transformation or filtering to the original Entry.
translateChangeRecordToWrite(LDIFChangeRecord) - Method in interface com.unboundid.ldif.LDIFWriterChangeRecordTranslator
Applies some special transformation or filtering to the original change record.
translateEntryToWrite(Entry) - Method in interface com.unboundid.ldif.LDIFWriterEntryTranslator
Applies some special transformation or filtering to the original Entry.
trimLeading(String) - Static method in class com.unboundid.util.StaticUtils
Trims only leading spaces from the provided string, leaving any trailing spaces intact.
trimToSize() - Method in class com.unboundid.util.ByteStringBuffer
Trims the backing array to the minimal size required for this buffer.
trimTrailing(String) - Static method in class com.unboundid.util.StaticUtils
Trims only trailing spaces from the provided string, leaving any leading spaces intact.
TrustAllSSLSocketVerifier - Class in com.unboundid.util.ssl
This class provides an implementation of an SSLSocket verifier that will blindly accept any SSLSocket.
TrustAllTrustManager - Class in com.unboundid.util.ssl
This class provides an SSL trust manager which will blindly trust any certificate that is presented to it, although it may optionally reject certificates that are expired or not yet valid.
TrustAllTrustManager() - Constructor for class com.unboundid.util.ssl.TrustAllTrustManager
Creates a new instance of this trust all trust manager that will trust any certificate, including certificates that are expired or not yet valid.
TrustAllTrustManager(boolean) - Constructor for class com.unboundid.util.ssl.TrustAllTrustManager
Creates a new instance of this trust all trust manager that will trust any certificate, potentially excluding certificates that are expired or not yet valid.
TrustStoreTrustManager - Class in com.unboundid.util.ssl
This class provides an SSL trust manager that will consult a specified trust store file to determine whether to trust a certificate that is presented to it.
TrustStoreTrustManager(File) - Constructor for class com.unboundid.util.ssl.TrustStoreTrustManager
Creates a new instance of this trust store trust manager that will trust all certificates in the specified file within the validity window.
TrustStoreTrustManager(String) - Constructor for class com.unboundid.util.ssl.TrustStoreTrustManager
Creates a new instance of this trust store trust manager that will trust all certificates in the specified file within the validity window.
TrustStoreTrustManager(File, char[], String, boolean) - Constructor for class com.unboundid.util.ssl.TrustStoreTrustManager
Creates a new instance of this trust store trust manager that will trust all certificates in the specified file with the specified constraints.
TrustStoreTrustManager(String, char[], String, boolean) - Constructor for class com.unboundid.util.ssl.TrustStoreTrustManager
Creates a new instance of this trust store trust manager that will trust all certificates in the specified file with the specified constraints.
trySynchronousReadDuringHealthCheck() - Method in class com.unboundid.ldap.sdk.LDAPConnectionPool
Indicates whether health check processing for connections operating in synchronous mode should include attempting to perform a read from each connection with a very short timeout.
TYPE_EXTENDED_REQUEST_OID - Static variable in class com.unboundid.ldap.sdk.ExtendedRequest
The BER type for the extended request OID element.
TYPE_EXTENDED_REQUEST_VALUE - Static variable in class com.unboundid.ldap.sdk.ExtendedRequest
The BER type for the extended request value element.
TYPE_INTERMEDIATE_RESPONSE_OID - Static variable in class com.unboundid.ldap.sdk.IntermediateResponse
The BER type for the intermediate response OID element.
TYPE_INTERMEDIATE_RESPONSE_VALUE - Static variable in class com.unboundid.ldap.sdk.IntermediateResponse
The BER type for the intermediate response value element.
TYPE_NEW_SUPERIOR - Static variable in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
The BER type for the newSuperior element.
TYPE_OID - Static variable in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
The BER type for the OID element.
TYPE_OID - Static variable in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
The BER type for the OID element.
TYPE_REFERRALS - Static variable in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
The BER type for the referral URLs elements.
TYPE_RESPONSE_OID - Static variable in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
The BER type for the response OID element.
TYPE_RESPONSE_VALUE - Static variable in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
The BER type for the response value element.
TYPE_SERVER_SASL_CREDENTIALS - Static variable in class com.unboundid.ldap.protocol.BindResponseProtocolOp
The BER type for the server SASL credentials element.
TYPE_VALUE - Static variable in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
The BER type for the value element.
TYPE_VALUE - Static variable in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
The BER type for the value element.
typesOnly() - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Indicates whether the server should return only attribute types or both attribute types and values.
typesOnly() - Method in interface com.unboundid.ldap.sdk.ReadOnlySearchRequest
Indicates whether the server should return only attribute names in matching entries, rather than both names and values.
typesOnly() - Method in class com.unboundid.ldap.sdk.SearchRequest
Indicates whether the server should return only attribute names in matching entries, rather than both names and values.

U

UNAVAILABLE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (52) that will be used if the server is unavailable.
UNAVAILABLE_CRITICAL_EXTENSION - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (12) that will be used if the client requests a critical control that is not supported by the server.
UNAVAILABLE_CRITICAL_EXTENSION_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (12) for the "UNAVAILABLE_CRITICAL_EXTENSION" result code.
UNAVAILABLE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (52) for the "UNAVAILABLE" result code.
UnbindRequestProtocolOp - Class in com.unboundid.ldap.protocol
This class provides an implementation of an LDAP unbind request protocol op.
UnbindRequestProtocolOp() - Constructor for class com.unboundid.ldap.protocol.UnbindRequestProtocolOp
Creates a new unbind request protocol op.
UNDEFINED_ATTRIBUTE_TYPE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (17) that will be used if the client referenced an attribute that is not defined in the server schema.
UNDEFINED_ATTRIBUTE_TYPE_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (17) for the "UNDEFINED_ATTRIBUTE_TYPE" result code.
UNIVERSAL_BOOLEAN_FALSE_ELEMENT - Static variable in class com.unboundid.asn1.ASN1Boolean
A pre-allocated ASN.1 Boolean element with the universal Boolean BER type and a value of "FALSE".
UNIVERSAL_BOOLEAN_TRUE_ELEMENT - Static variable in class com.unboundid.asn1.ASN1Boolean
A pre-allocated ASN.1 Boolean element with the universal Boolean BER type and a value of "TRUE".
UNIVERSAL_NULL_ELEMENT - Static variable in class com.unboundid.asn1.ASN1Null
A pre-allocated ASN.1 null element with the universal null BER type.
UnsolicitedNotificationHandler - Interface in com.unboundid.ldap.sdk
This interface defines a method that may be invoked if an unsolicited notification is received from the directory server.
UNWILLING_TO_PERFORM - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (53) that will be used if the server is not willing to perform the requested operation.
UNWILLING_TO_PERFORM_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (53) for the "UNWILLING_TO_PERFORM" result code.
UpdatableLDAPRequest - Class in com.unboundid.ldap.sdk
This class is the superclass of all types of LDAP requests that can be altered.
UpdatableLDAPRequest(Control[]) - Constructor for class com.unboundid.ldap.sdk.UpdatableLDAPRequest
Creates a new LDAP request with the provided set of controls.
urlDecode(String) - Static method in class com.unboundid.util.Base64
Decodes the contents of the provided base64url-encoded string.
urlDecodeToString(String) - Static method in class com.unboundid.util.Base64
Decodes the contents of the provided base64-encoded string to a string containing the raw data using the UTF-8 encoding.
urlEncode(String, boolean) - Static method in class com.unboundid.util.Base64
Retrieves a base64url-encoded representation of the provided data to the given buffer.
urlEncode(String, StringBuilder, boolean) - Static method in class com.unboundid.util.Base64
Retrieves a base64url-encoded representation of the provided data to the given buffer.
urlEncode(String, ByteStringBuffer, boolean) - Static method in class com.unboundid.util.Base64
Retrieves a base64url-encoded representation of the provided data to the given buffer.
urlEncode(byte[], boolean) - Static method in class com.unboundid.util.Base64
Retrieves a base64url-encoded representation of the provided data to the given buffer.
urlEncode(byte[], int, int, StringBuilder, boolean) - Static method in class com.unboundid.util.Base64
Appends a base64url-encoded representation of the provided data to the given buffer.
urlEncode(byte[], int, int, ByteStringBuffer, boolean) - Static method in class com.unboundid.util.Base64
Appends a base64url-encoded representation of the provided data to the given buffer.
useKeepAlive() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to use the SO_KEEPALIVE option for the underlying sockets used by associated connections.
useLinger() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to use the SO_LINGER option for the underlying sockets used by associated connections.
usePooledSchema() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to have connections that are part of a pool try to use shared schema information when reading data from the server (e.g., to select the appropriate matching rules for the attributes included in a search result entry).
USER_CANCELED - Static variable in class com.unboundid.ldap.sdk.ResultCode
The client-side result code (88) that will be used if the end user canceled the operation in progress.
USER_CANCELED_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (88) for the "USER_CANCELED" result code.
useReuseAddress() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to use the SO_REUSEADDR option for the underlying sockets used by associated connections.
useSchema() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to try to use schema information when reading data from the server (e.g., to select the appropriate matching rules for the attributes included in a search result entry).
useSynchronousMode() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to operate in synchronous mode, in which at most one operation may be in progress at any time on a given connection, which may allow it to operate more efficiently and without requiring a separate reader thread per connection.
useTCPNoDelay() - Method in class com.unboundid.ldap.sdk.LDAPConnectionOptions
Indicates whether to use the TCP_NODELAY option for the underlying sockets used by associated connections.

V

Validator - Class in com.unboundid.util
This class provides a number of methods that can be used to enforce constraints on the behavior of SDK methods.
valueOf(String) - Static method in enum com.unboundid.ldap.sdk.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class com.unboundid.ldap.sdk.DereferencePolicy
Retrieves the dereference policy with the specified integer value.
valueOf(String) - Static method in enum com.unboundid.ldap.sdk.DisconnectType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class com.unboundid.ldap.sdk.ModificationType
Retrieves the modification type with the specified integer value.
valueOf(String) - Static method in enum com.unboundid.ldap.sdk.OperationType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class com.unboundid.ldap.sdk.ResultCode
Retrieves the result code with the specified integer value.
valueOf(int, String) - Static method in class com.unboundid.ldap.sdk.ResultCode
Retrieves the result code with the specified integer value.
valueOf(String) - Static method in enum com.unboundid.ldap.sdk.schema.AttributeUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unboundid.ldap.sdk.schema.ObjectClassType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class com.unboundid.ldap.sdk.SearchScope
Retrieves the search scope with the specified integer value.
valueOf(String) - Static method in enum com.unboundid.ldif.DuplicateValueBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unboundid.ldif.TrailingSpaceBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unboundid.util.DebugType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.unboundid.ldap.sdk.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.unboundid.ldap.sdk.DereferencePolicy
Retrieves an array of all dereference policies defined in the LDAP SDK.
values() - Static method in enum com.unboundid.ldap.sdk.DisconnectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.unboundid.ldap.sdk.ModificationType
Retrieves an array of all modification types defined in the LDAP SDK.
values() - Static method in enum com.unboundid.ldap.sdk.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.unboundid.ldap.sdk.ResultCode
Retrieves an array of all result codes defined in the LDAP SDK.
values() - Static method in enum com.unboundid.ldap.sdk.schema.AttributeUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unboundid.ldap.sdk.schema.ObjectClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.unboundid.ldap.sdk.SearchScope
Retrieves an array of all search scopes defined in the LDAP SDK.
values() - Static method in enum com.unboundid.ldif.DuplicateValueBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unboundid.ldif.TrailingSpaceBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unboundid.util.DebugType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.AcceptAllSimpleMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.BooleanMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.CaseExactStringMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreListMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.CaseIgnoreStringMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.DistinguishedNameMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.GeneralizedTimeMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.IntegerMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.MatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valuesMatch(ASN1OctetString, ASN1OctetString) - Method in class com.unboundid.ldap.matchingrules.SimpleMatchingRule
Indicates whether the provided values are equal to each other, according to the constraints of this matching rule.
valueToString() - Method in class com.unboundid.ldap.sdk.IntermediateResponse
Retrieves a human-readable string representation for the contents of the value for this intermediate response, if appropriate.
verifySSLSocket(String, int, SSLSocket) - Method in class com.unboundid.util.ssl.SSLSocketVerifier
Verifies that the provided SSLSocket is acceptable and the connection should be allowed to remain established.
verifySSLSocket(String, int, SSLSocket) - Method in class com.unboundid.util.ssl.TrustAllSSLSocketVerifier
Verifies that the provided SSLSocket is acceptable and the connection should be allowed to remain established.
Version - Class in com.unboundid.ldap.sdk
This class provides information about the current version of the UnboundID LDAP SDK for Java.
VERSION_ELEMENT - Static variable in class com.unboundid.ldap.sdk.BindRequest
The pre-encoded ASN.1 element used to represent the protocol version.
VERSION_QUALIFIER - Static variable in class com.unboundid.ldap.sdk.Version
The version qualifier string for the LDAP SDK.
VIRTUAL_LIST_VIEW_ERROR - Static variable in class com.unboundid.ldap.sdk.ResultCode
The result code (76) that will be used if an error occurred while performing processing associated with the virtual list view control.
VIRTUAL_LIST_VIEW_ERROR_INT_VALUE - Static variable in class com.unboundid.ldap.sdk.ResultCode
The integer value (76) for the "VIRTUAL_LIST_VIEW_ERROR" result code.

W

WakeableSleeper - Class in com.unboundid.util
This class provides a utility that can be used to sleep for a specified period of time in a manner that allows it to be woken up if necessary.
WakeableSleeper() - Constructor for class com.unboundid.util.WakeableSleeper
Creates a new instance of this wakeable sleeper.
wakeup() - Method in class com.unboundid.util.WakeableSleeper
Indicates that the sleeper should wake up if it is currently sleeping.
WeakHashSet<T> - Class in com.unboundid.util
This class provides a weak hash set, which maintains weak references to the elements it contains, so that they will be removed automatically once there are no more normal references to them.
WeakHashSet() - Constructor for class com.unboundid.util.WeakHashSet
Creates a new weak hash set with the default initial capacity.
WeakHashSet(int) - Constructor for class com.unboundid.util.WeakHashSet
Creates a new weak hash set with the specified initial capacity.
wouldPrompt(X509Certificate[]) - Method in class com.unboundid.util.ssl.PromptTrustManager
Indicates whether this trust manager would interactively prompt the user about whether to trust the provided certificate chain.
wrapLine(String, int) - Static method in class com.unboundid.util.StaticUtils
Wraps the contents of the specified line using the given width.
wrapLine(String, int, int) - Static method in class com.unboundid.util.StaticUtils
Wraps the contents of the specified line using the given width.
wrapLines(int, String...) - Static method in class com.unboundid.ldif.LDIFWriter
Performs any appropriate wrapping for the provided set of LDIF lines.
wrapLines(int, List<String>) - Static method in class com.unboundid.ldif.LDIFWriter
Performs any appropriate wrapping for the provided set of LDIF lines.
WrapperKeyManager - Class in com.unboundid.util.ssl
This class provides an SSL key manager that may be used to wrap a provided set of key managers.
WrapperKeyManager(KeyManager[], String) - Constructor for class com.unboundid.util.ssl.WrapperKeyManager
Creates a new instance of this wrapper key manager with the provided information.
WrapperKeyManager(X509KeyManager[], String) - Constructor for class com.unboundid.util.ssl.WrapperKeyManager
Creates a new instance of this wrapper key manager with the provided information.
write(OutputStream) - Method in class com.unboundid.util.ByteStringBuffer
Writes the contents of this byte string buffer to the provided output stream.
writeChangeRecord(LDIFChangeRecord) - Method in class com.unboundid.ldif.LDIFWriter
Writes the provided change record in LDIF form.
writeChangeRecord(LDIFChangeRecord, String) - Method in class com.unboundid.ldif.LDIFWriter
Writes the provided change record in LDIF form, preceded by the provided comment.
writeComment(String, boolean, boolean) - Method in class com.unboundid.ldif.LDIFWriter
Writes the provided comment to the LDIF target, wrapping long lines as necessary.
writeElement(ASN1Element, OutputStream) - Static method in class com.unboundid.asn1.ASN1Writer
Writes an encoded representation of the provided ASN.1 element to the given output stream.
writeElement(ASN1Element, ByteBuffer) - Static method in class com.unboundid.asn1.ASN1Writer
Appends an encoded representation of the provided ASN.1 element to the given byte buffer.
writeEntry(Entry) - Method in class com.unboundid.ldif.LDIFWriter
Writes the provided entry in LDIF form.
writeEntry(Entry, String) - Method in class com.unboundid.ldif.LDIFWriter
Writes the provided entry in LDIF form, preceded by the provided comment.
writeLDIFRecord(LDIFRecord) - Method in class com.unboundid.ldif.LDIFWriter
Writes the provided record in LDIF form.
writeLDIFRecord(LDIFRecord, String) - Method in class com.unboundid.ldif.LDIFWriter
Writes the provided record in LDIF form, preceded by the provided comment.
writeLDIFRecords(List<? extends LDIFRecord>) - Method in class com.unboundid.ldif.LDIFWriter
Writes the provided list of LDIF records (most likely Entries) to the output.
writeTo(OutputStream) - Method in class com.unboundid.asn1.ASN1Buffer
Writes the contents of this buffer to the provided output stream.
writeTo(OutputStream) - Method in class com.unboundid.asn1.ASN1Element
Writes an encoded representation of this ASN.1 element to the provided output stream.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.AbandonRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.AddRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.BindRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.BindResponseProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.CompareRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.DeleteRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.ExtendedRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.ExtendedResponseProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.GenericResponseProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.IntermediateResponseProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.LDAPMessage
Writes an encoded representation of this LDAP message to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.ModifyDNRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.ModifyRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in interface com.unboundid.ldap.protocol.ProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.SearchRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.SearchResultEntryProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.SearchResultReferenceProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.protocol.UnbindRequestProtocolOp
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.AddRequest
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.Attribute
Writes an ASN.1-encoded representation of this attribute to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.CompareRequest
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.Control
Writes an ASN.1-encoded representation of this control to the provided ASN.1 stream writer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.DeleteRequest
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.ExtendedRequest
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.Filter
Writes an ASN.1-encoded representation of this filter to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.Modification
Writes an ASN.1-encoded representation of this modification to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.ModifyDNRequest
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.ModifyRequest
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.SearchRequest
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeTo(ASN1Buffer) - Method in class com.unboundid.ldap.sdk.SimpleBindRequest
Writes an ASN.1-encoded representation of this LDAP protocol op to the provided ASN.1 buffer.
writeVersionHeader() - Method in class com.unboundid.ldif.LDIFWriter
Writes the LDIF version header (i.e.,"version: 1").

Z

zeroBufferOnClear() - Method in class com.unboundid.asn1.ASN1Buffer
Indicates whether the content of the buffer should be zeroed out the next time it is cleared in order to wipe any sensitive information it may contain.

A B C D E F G H I K L M N O P R S T U V W Z