- AbstractPasswordStorageScheme<T extends Password> - Class in oracle.oud.pwdstoragescheme
-
This class provides a skeletal implementation to minimize the effort to
implement a user-defined password storage scheme.
- AbstractPasswordStorageScheme() - Constructor for class oracle.oud.pwdstoragescheme.AbstractPasswordStorageScheme
-
- AbstractPlugin - Class in oracle.oud.plugin
-
This class is a default implementation of a plugin that forwards all requests
to the next plugin relative to this one.
- AbstractPlugin() - Constructor for class oracle.oud.plugin.AbstractPlugin
-
Instantiates a new instance of this class.
- accept(FilterVisitor<R, P>, P) - Method in interface oracle.oud.types.Filter
-
Applies a FilterVisitor
to this Filter
.
- addAttribute(Attribute) - Method in interface oracle.oud.requests.AddRequest
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(Attribute, Collection<AttributeValue>) - Method in interface oracle.oud.requests.AddRequest
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(String, Object...) - Method in interface oracle.oud.requests.AddRequest
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(Attribute) - Method in class oracle.oud.requests.AddRequestWrapper
-
- addAttribute(Attribute, Collection<AttributeValue>) - Method in class oracle.oud.requests.AddRequestWrapper
-
- addAttribute(String, Object...) - Method in class oracle.oud.requests.AddRequestWrapper
-
- addAttribute(String...) - Method in interface oracle.oud.requests.SearchRequest
-
Adds the provided attribute name(s) to the list of attributes to be
included with each entry that matches the search criteria.
- addAttribute(String...) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- addAttribute(String, Object...) - Method in interface oracle.oud.responses.SearchResultEntry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(Attribute) - Method in interface oracle.oud.types.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(Attribute, Collection<AttributeValue>) - Method in interface oracle.oud.types.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(String, Object...) - Method in interface oracle.oud.types.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addControl(Control) - Method in interface oracle.oud.requests.AddRequest
-
Adds the provided control to this request.
- addControl(Control) - Method in class oracle.oud.requests.AddRequestWrapper
-
- addControl(Control) - Method in interface oracle.oud.requests.BindRequest
-
Adds the provided control to this request.
- addControl(Control) - Method in class oracle.oud.requests.BindRequestWrapper
-
- addControl(Control) - Method in interface oracle.oud.requests.CompareRequest
-
Adds the provided control to this request.
- addControl(Control) - Method in class oracle.oud.requests.CompareRequestWrapper
-
- addControl(Control) - Method in interface oracle.oud.requests.DeleteRequest
-
Adds the provided control to this request.
- addControl(Control) - Method in class oracle.oud.requests.DeleteRequestWrapper
-
- addControl(Control) - Method in interface oracle.oud.requests.ExtendedRequest
-
Adds the provided control to this request.
- addControl(Control) - Method in class oracle.oud.requests.ExtendedRequestWrapper
-
- addControl(Control) - Method in interface oracle.oud.requests.ModifyDNRequest
-
Adds the provided control to this request.
- addControl(Control) - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- addControl(Control) - Method in interface oracle.oud.requests.ModifyRequest
-
Adds the provided control to this request.
- addControl(Control) - Method in class oracle.oud.requests.ModifyRequestWrapper
-
- addControl(Control) - Method in interface oracle.oud.requests.Request
-
Adds the provided control to this request.
- addControl(Control) - Method in interface oracle.oud.requests.SearchRequest
-
Adds the provided control to this request.
- addControl(Control) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- addControl(Control) - Method in interface oracle.oud.responses.ExtendedResult
-
Adds the provided control to this response.
- addControl(Control) - Method in interface oracle.oud.responses.Result
-
- addControl(Control) - Method in interface oracle.oud.responses.SearchResultEntry
-
Adds the provided control to this response.
- addControl(Control) - Method in interface oracle.oud.responses.SearchResultReference
-
Adds the provided control to this response.
- addModification(Modification) - Method in interface oracle.oud.requests.ModifyRequest
-
Appends the provided modification to the list of modifications included
with this modify request.
- addModification(ModificationType, String, Object...) - Method in interface oracle.oud.requests.ModifyRequest
-
Appends the provided modification to the list of modifications included
with this modify request.
- addModification(Modification) - Method in class oracle.oud.requests.ModifyRequestWrapper
-
- addModification(ModificationType, String, Object...) - Method in class oracle.oud.requests.ModifyRequestWrapper
-
- addReferralURI(String) - Method in interface oracle.oud.responses.ExtendedResult
-
Adds the provided referral URI to this result.
- addReferralURI(String) - Method in interface oracle.oud.responses.Result
-
Adds the provided referral URI to this result.
- AddRequest - Interface in oracle.oud.requests
-
The Add request adds an entry into the Directory.
- AddRequestWrapper - Class in oracle.oud.requests
-
This class wraps an Add request.
- AddRequestWrapper(AddRequest) - Constructor for class oracle.oud.requests.AddRequestWrapper
-
Creates a new AddRequestWrapper that wraps the specified add request.
- addURI(String) - Method in interface oracle.oud.responses.SearchResultReference
-
Adds the provided continuation reference URI to this search result
reference.
- and() - Static method in enum oracle.oud.types.ConditionResult
-
Returns the logical AND of zero condition results, which is always TRUE
.
- and(ConditionResult) - Static method in enum oracle.oud.types.ConditionResult
-
Returns the logical AND of the provided condition result, which is always
r
.
- and(ConditionResult...) - Static method in enum oracle.oud.types.ConditionResult
-
Returns the logical AND of the provided condition results, which is TRUE
if all of the provided condition results are TRUE
, FALSE
if at least one of them is FALSE
, and UNDEFINED
otherwise.
- and(ConditionResult, ConditionResult) - Static method in enum oracle.oud.types.ConditionResult
-
Returns the logical AND of the provided condition results, which is TRUE
if both of the provided condition results are TRUE
, FALSE
if at least one of them is FALSE
, and UNDEFINED
otherwise.
- append(byte) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the provided byte to this byte string builder.
- append(byte[]) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the provided byte array to this byte string builder.
- append(byte[], int, int) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the provided byte array to this byte string builder.
- append(ByteBuffer, int) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the provided ByteBuffer
to this byte string builder.
- append(ByteSequence) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the provided
ByteSequence
to this byte string builder.
- append(ByteSequenceReader, int) - Method in class oracle.oud.types.ByteStringBuilder
-
- append(InputStream, int) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the provided InputStream
to this byte string builder.
- append(int) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided integer to this byte
string builder.
- append(long) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided long to this byte
string builder.
- append(Object) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the provided object to this byte string builder.
- append(short) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided short to this byte
string builder.
- append(String) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the UTF-8 encoded bytes of the provided string to this byte string
builder.
- appendBERLength(int) - Method in class oracle.oud.types.ByteStringBuilder
-
Appends the ASN.1 BER length encoding representation of the provided
integer to this byte string builder.
- asReader() - Method in interface oracle.oud.types.ByteSequence
-
Returns a
ByteSequenceReader
which can be used to incrementally
read and decode data from this byte sequence.
- asReader() - Method in class oracle.oud.types.ByteString
-
Returns a
ByteSequenceReader
which can be used to incrementally
read and decode data from this byte string.
- asReader() - Method in class oracle.oud.types.ByteStringBuilder
-
Returns a
ByteSequenceReader
which can be used to incrementally
read and decode data from this byte string builder.
- AssertionRequestControl - Interface in oracle.oud.controls
-
The assertion request control as defined in RFC 4528.
- AttachmentHolder - Interface in oracle.oud.plugin
-
This interface defines how objects can be attached, retrieved and removed
to and from various entities.
- Attribute - Interface in oracle.oud.types
-
An attribute, comprising of an attribute description and zero or more
attribute values.
- AttributeDescription - Interface in oracle.oud.types
-
An attribute description as defined in RFC 4512 section 2.5.
- AttributeType - Interface in oracle.oud.types
-
This class defines a data structure for storing and interacting with an
attribute type.
- AttributeUsage - Enum in oracle.oud.types
-
This enumeration defines the set of possible attribute usage values that may
apply to an attribute type, as defined in RFC 2252.
- AttributeValue - Interface in oracle.oud.types
-
This class defines a data structure that holds information about a
single value of an attribute.
- AuthorizationIdentityRequestControl - Interface in oracle.oud.controls
-
The authorization request control as defined in RFC 3829.
- AuthorizationIdentityResponseControl - Interface in oracle.oud.controls
-
The authorization response control as defined in RFC 3829.
- AuthPassword - Class in oracle.oud.pwdstoragescheme
-
An auth password as defined by RFC 3112.
- AuthPassword(ByteString, ByteString) - Constructor for class oracle.oud.pwdstoragescheme.AuthPassword
-
Creates a new instance of this class ensuring that the provided authInfo
and authValue both contain characters within ASCII intervals [0x21-0x23]
and [0x25-0x7E].
- AVA - Interface in oracle.oud.types
-
An attribute value assertion (AVA) as defined in RFC 4512 section 2.3
consists of an attribute type and an attribute value.
- checkIfCancelled() - Method in interface oracle.oud.plugin.RequestContext.Request
-
Returns true
if this request requested to cancel; false
otherwise.
- child(DN) - Method in interface oracle.oud.types.DN
-
Returns a DN which is subordinate to this DN and having the additional RDN
components contained in the provided DN.
- child(RDN) - Method in interface oracle.oud.types.DN
-
Returns a DN which is an immediate child of this DN and having the
specified RDN.
- child(String) - Method in interface oracle.oud.types.DN
-
Returns a DN which is subordinate to this DN and having the additional RDN
components contained in the provided DN.
- clear() - Method in class oracle.oud.types.ByteStringBuilder
-
Sets the length of this byte string builder to zero.
- clearAttributes() - Method in interface oracle.oud.requests.AddRequest
-
Removes all the attributes from this entry (optional operation).
- clearAttributes() - Method in class oracle.oud.requests.AddRequestWrapper
-
- clearAttributes() - Method in interface oracle.oud.responses.SearchResultEntry
-
Removes all the attributes from this entry (optional operation).
- clearAttributes() - Method in interface oracle.oud.types.Entry
-
Removes all the attributes from this entry (optional operation).
- comparator() - Method in interface oracle.oud.types.SortKey
-
Returns a Comparator
which can be used to compare entries using
this sort key.
- CompareRequest - Interface in oracle.oud.requests
-
The Compare operation allows a client to compare an assertion value with the
values of a particular attribute in a particular entry in the Directory.
- CompareRequestWrapper - Class in oracle.oud.requests
-
This class wraps a Compare request.
- CompareRequestWrapper(CompareRequest) - Constructor for class oracle.oud.requests.CompareRequestWrapper
-
Creates a new CompareRequestWrapper that wraps the specified compare
request.
- compareTo(AttributeDescription) - Method in interface oracle.oud.types.AttributeDescription
-
Compares this attribute description to the provided attribute description.
- compareTo(AttributeType) - Method in interface oracle.oud.types.AttributeType
-
Compares the primary name or OID of this attribute type to the primary name
or OID of the provided attribute type.
- compareTo(AttributeValue) - Method in interface oracle.oud.types.AttributeValue
-
- compareTo(AVA) - Method in interface oracle.oud.types.AVA
-
Compares this attribute value assertion to the provided attribute value
assertion.
- compareTo(byte[], int, int) - Method in interface oracle.oud.types.ByteSequence
-
Compares this byte sequence with the specified byte array sub-sequence for
order.
- compareTo(ByteSequence) - Method in interface oracle.oud.types.ByteSequence
-
Compares this byte sequence with the specified byte sequence for order.
- compareTo(byte[], int, int) - Method in class oracle.oud.types.ByteString
-
Compares this byte sequence with the specified byte array sub-sequence for
order.
- compareTo(ByteSequence) - Method in class oracle.oud.types.ByteString
-
Compares this byte sequence with the specified byte sequence for order.
- compareTo(byte[], int, int) - Method in class oracle.oud.types.ByteStringBuilder
-
Compares this byte sequence with the specified byte array sub-sequence for
order.
- compareTo(ByteSequence) - Method in class oracle.oud.types.ByteStringBuilder
-
Compares this byte sequence with the specified byte sequence for order.
- ConditionResult - Enum in oracle.oud.types
-
The result of a tri-state logical expression.
- ConfigurationProperty - Annotation Type in oracle.oud.plugin
-
This annotation provides the ability to specify the type contained in
java.util.Collection
for multivalued configuration properties.
- contains(AttributeValue) - Method in interface oracle.oud.types.Attribute
-
Returns true
if this attribute contains value
.
- containsAllValues(Collection<AttributeValue>) - Method in interface oracle.oud.types.Attribute
-
Returns true
if this attribute contains all of the attribute values
contained in values
.
- containsAttribute(Attribute, Collection<AttributeValue>) - Method in interface oracle.oud.requests.AddRequest
-
Returns true
if this entry contains all of the attribute values
contained in attribute
.
- containsAttribute(String, Object...) - Method in interface oracle.oud.requests.AddRequest
-
Returns true
if this entry contains all of the attribute values
contained in values
.
- containsAttribute(Attribute, Collection<AttributeValue>) - Method in class oracle.oud.requests.AddRequestWrapper
-
- containsAttribute(String) - Method in class oracle.oud.requests.AddRequestWrapper
-
- containsAttribute(String, Object...) - Method in class oracle.oud.requests.AddRequestWrapper
-
- containsAttribute(Attribute, Collection<AttributeValue>) - Method in interface oracle.oud.types.Entry
-
Returns true
if this entry contains all of the attribute values
contained in attribute
.
- containsAttribute(String) - Method in interface oracle.oud.types.Entry
-
Returns true
if the attribute is present in this entry, regardless
of how many values it contains.
- containsAttribute(String, Object...) - Method in interface oracle.oud.types.Entry
-
Returns true
if this entry contains all of the attribute values
contained in values
.
- containsOption(String) - Method in interface oracle.oud.types.AttributeDescription
-
Indicates whether or not this attribute description contains the provided
option.
- Control - Interface in oracle.oud.controls
-
Controls provide a mechanism whereby the semantics and arguments of existing
LDAP operations may be extended.
- ControlDecoder<C extends Control> - Interface in oracle.oud.controls
-
A factory interface for decoding a control as a control of specific type.
- copyTo(byte[]) - Method in interface oracle.oud.types.ByteSequence
-
Copies the contents of this byte sequence to the provided byte array.
- copyTo(byte[], int) - Method in interface oracle.oud.types.ByteSequence
-
Copies the contents of this byte sequence to the specified location in the
provided byte array.
- copyTo(ByteStringBuilder) - Method in interface oracle.oud.types.ByteSequence
-
- copyTo(OutputStream) - Method in interface oracle.oud.types.ByteSequence
-
Copies the entire contents of this byte sequence to the provided OutputStream
.
- copyTo(byte[]) - Method in class oracle.oud.types.ByteString
-
Copies the contents of this byte sequence to the provided byte array.
- copyTo(byte[], int) - Method in class oracle.oud.types.ByteString
-
Copies the contents of this byte sequence to the specified location in the
provided byte array.
- copyTo(ByteStringBuilder) - Method in class oracle.oud.types.ByteString
-
- copyTo(OutputStream) - Method in class oracle.oud.types.ByteString
-
Copies the entire contents of this byte sequence to the provided OutputStream
.
- copyTo(byte[]) - Method in class oracle.oud.types.ByteStringBuilder
-
Copies the contents of this byte sequence to the provided byte array.
- copyTo(byte[], int) - Method in class oracle.oud.types.ByteStringBuilder
-
Copies the contents of this byte sequence to the specified location in the
provided byte array.
- copyTo(ByteStringBuilder) - Method in class oracle.oud.types.ByteStringBuilder
-
- copyTo(OutputStream) - Method in class oracle.oud.types.ByteStringBuilder
-
Copies the entire contents of this byte sequence to the provided OutputStream
.
- CustomProviderConfiguration - Class in oracle.oud.custom
-
This class defines the configuration properties.
- CustomProviderConfiguration(Set<String>) - Constructor for class oracle.oud.custom.CustomProviderConfiguration
-
Creates a new instance of this class with the specified properties.
- CustomProviderException - Exception in oracle.oud.custom
-
This class defines the root of exceptions thrown for a custom provider.
- CustomProviderException(ResultCode) - Constructor for exception oracle.oud.custom.CustomProviderException
-
Creates a new instance of this class with the specified result code.
- CustomProviderException(ResultCode, Message) - Constructor for exception oracle.oud.custom.CustomProviderException
-
Creates a new instance of this class with the specified result code and
message.
- CustomProviderException(ResultCode, Throwable) - Constructor for exception oracle.oud.custom.CustomProviderException
-
Creates a new instance of this class with the specified result code and
root cause.
- CustomProviderException(ResultCode, Message, Throwable) - Constructor for exception oracle.oud.custom.CustomProviderException
-
Creates a new instance of this class with the specified result code,
message and root cause.
- DataEncryptionProvider - Interface in oracle.oud.custom
-
This interface defines a custom data encryption provider that can be
implemented and plugged into OUD for handling data encryption.
- decodeControl(Control) - Method in interface oracle.oud.controls.ControlDecoder
-
Decodes the provided control as a Control
of type C
.
- decodeControl(ExtendedResult) - Method in interface oracle.oud.responses.ExtendedResultDecoder
-
Decodes the provided control as a Control
of type R
.
- DECODER - Static variable in interface oracle.oud.controls.AssertionRequestControl
-
A decoder which can be used for decoding the LDAP assertion request
control.
- DECODER - Static variable in interface oracle.oud.controls.AuthorizationIdentityRequestControl
-
A decoder which can be used for decoding the authorization request
control.
- DECODER - Static variable in interface oracle.oud.controls.AuthorizationIdentityResponseControl
-
A decoder which can be used for decoding the authorization response
control.
- DECODER - Static variable in interface oracle.oud.controls.EntryChangeNotificationResponseControl
-
A decoder which can be used for decoding the entry change notification
response control.
- DECODER - Static variable in interface oracle.oud.controls.GetEffectiveRightsRequestControl
-
A decoder which can be used for decoding the get effective rights request
control.
- DECODER - Static variable in interface oracle.oud.controls.ManageDsaITRequestControl
-
A decoder which can be used for decoding the ManageDsaIT request
control.
- DECODER - Static variable in interface oracle.oud.controls.MatchedValuesRequestControl
-
A decoder which can be used for decoding the matched values request
control.
- DECODER - Static variable in interface oracle.oud.controls.PasswordExpiredResponseControl
-
A decoder which can be used for decoding the Netscape password expired
response control.
- DECODER - Static variable in interface oracle.oud.controls.PasswordExpiringResponseControl
-
A decoder which can be used for decoding the Netscape password expiring
response control.
- DECODER - Static variable in interface oracle.oud.controls.PasswordPolicyRequestControl
-
A decoder which can be used for decoding the password policy request
control.
- DECODER - Static variable in interface oracle.oud.controls.PasswordPolicyResponseControl
-
A decoder which can be used for decoding the password policy response
control.
- DECODER - Static variable in interface oracle.oud.controls.PermissiveModifyRequestControl
-
A decoder which can be used for decoding the Microsoft defined permissive
modify control.
- DECODER - Static variable in interface oracle.oud.controls.PersistentSearchRequestControl
-
A decoder which can be used for decoding the persistent search request
control.
- DECODER - Static variable in interface oracle.oud.controls.PostReadRequestControl
-
A decoder which can be used for decoding the post-read request
control.
- DECODER - Static variable in interface oracle.oud.controls.PostReadResponseControl
-
A decoder which can be used for decoding the post-read response
control.
- DECODER - Static variable in interface oracle.oud.controls.PreReadRequestControl
-
A decoder which can be used for decoding the pre-read request
control.
- DECODER - Static variable in interface oracle.oud.controls.PreReadResponseControl
-
A decoder which can be used for decoding the pre-read response
control.
- DECODER - Static variable in interface oracle.oud.controls.ProxiedAuthV1RequestControl
-
A decoder which can be used for decoding the proxy authorization v1 request
control.
- DECODER - Static variable in interface oracle.oud.controls.ProxiedAuthV2RequestControl
-
A decoder which can be used for decoding the proxy authorization v2 request
control.
- DECODER - Static variable in interface oracle.oud.controls.ServerSideSortRequestControl
-
A decoder which can be used for decoding the server-side sort request
control.
- DECODER - Static variable in interface oracle.oud.controls.ServerSideSortResponseControl
-
A decoder which can be used for decoding the server-side sort response
control.
- DECODER - Static variable in interface oracle.oud.controls.SimplePagedResultsControl
-
A decoder which can be used for decoding the simple paged results request
and response control.
- DECODER - Static variable in interface oracle.oud.controls.SubentriesRequestControl
-
A decoder which can be used for decoding the sub-entries request
control.
- DECODER - Static variable in interface oracle.oud.controls.SubtreeDeleteRequestControl
-
A decoder which can be used for decoding the tree delete request
control.
- DECODER - Static variable in interface oracle.oud.controls.VirtualListViewRequestControl
-
A decoder which can be used for decoding the virtual list view request
control.
- DECODER - Static variable in interface oracle.oud.controls.VirtualListViewResponseControl
-
A decoder which can be used for decoding the virtual list view response
control.
- decrypt(byte[]) - Method in interface oracle.oud.custom.DataEncryptionProvider
-
Decrypts given value as per the custom encryption logic.
- decryptIndexedValue(byte[]) - Method in interface oracle.oud.custom.DataEncryptionProvider
-
Decrypts given value as per the custom encryption logic.
- DefaultResultHandler<T extends Result> - Class in oracle.oud.plugin
-
This class defines a result handler wrapper that forwards all calls to the
provided result handler.
- DefaultResultHandler(ResultHandler) - Constructor for class oracle.oud.plugin.DefaultResultHandler
-
Construct a new instance of this class.
- DefaultSearchResultHandler - Class in oracle.oud.plugin
-
This class defines a search result handler wrapper that forwards all calls to
the provided search result handler.
- DefaultSearchResultHandler(SearchResultHandler) - Constructor for class oracle.oud.plugin.DefaultSearchResultHandler
-
Construct a new instance of this class.
- DeleteRequest - Interface in oracle.oud.requests
-
The Delete operation allows to request the removal of an entry from
the Directory.
- DeleteRequestWrapper - Class in oracle.oud.requests
-
This class wraps a Delete request.
- DeleteRequestWrapper(DeleteRequest) - Constructor for class oracle.oud.requests.DeleteRequestWrapper
-
Creates a new DeleteRequestWrapper that wraps the specified delete request.
- DereferenceAliasesPolicy - Enum in oracle.oud.types
-
A Search operation alias dereferencing policy as defined in RFC 4511 section
4.5.1.3 is used to indicate whether or not alias entries (as defined in RFC
4512) are to be dereferenced during stages of a Search operation.
- DN - Interface in oracle.oud.types
-
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the
concatenation of its relative distinguished name (RDN) and its immediate
superior's DN.
- get() - Method in class oracle.oud.types.ByteSequenceReader
-
Relative get method.
- get(byte[]) - Method in class oracle.oud.types.ByteSequenceReader
-
Relative bulk get method.
- get(byte[], int, int) - Method in class oracle.oud.types.ByteSequenceReader
-
Relative bulk get method.
- getAfterCount() - Method in interface oracle.oud.controls.VirtualListViewRequestControl
-
Returns the number of entries after the target entry to be included in the
search results.
- getAllAttributes() - Method in interface oracle.oud.requests.AddRequest
-
Returns an Iterable
containing all of the attributes in this entry.
- getAllAttributes(AttributeDescription) - Method in interface oracle.oud.requests.AddRequest
-
Returns an Iterable
containing all the attributes in this entry
having an attribute description which is a sub-type of the provided
attribute description.
- getAllAttributes(String) - Method in interface oracle.oud.requests.AddRequest
-
Returns an Iterable
containing all the attributes in this entry
having an attribute description which is a sub-type of the provided
attribute description.
- getAllAttributes() - Method in class oracle.oud.requests.AddRequestWrapper
-
- getAllAttributes(AttributeDescription) - Method in class oracle.oud.requests.AddRequestWrapper
-
- getAllAttributes(String) - Method in class oracle.oud.requests.AddRequestWrapper
-
- getAllAttributes() - Method in interface oracle.oud.types.Entry
-
Returns an Iterable
containing all of the attributes in this entry.
- getAllAttributes(AttributeDescription) - Method in interface oracle.oud.types.Entry
-
Returns an Iterable
containing all the attributes in this entry
having an attribute description which is a sub-type of the provided
attribute description.
- getAllAttributes(String) - Method in interface oracle.oud.types.Entry
-
Returns an Iterable
containing all the attributes in this entry
having an attribute description which is a sub-type of the provided
attribute description.
- getAPIValue() - Method in interface oracle.oud.controls.Control
-
Returns the value, if any, associated with this control.
- getAssertionValue() - Method in interface oracle.oud.controls.VirtualListViewRequestControl
-
Returns the assertion value that will be used to locate the target entry,
if applicable.
- getAssertionValue() - Method in interface oracle.oud.requests.CompareRequest
-
Returns the assertion value to be compared.
- getAssertionValue() - Method in class oracle.oud.requests.CompareRequestWrapper
-
- getAssertionValueAsString() - Method in interface oracle.oud.controls.VirtualListViewRequestControl
-
Returns the assertion value that will be used to locate the target entry,
if applicable, decoded as a UTF-8 string.
- getAssertionValueAsString() - Method in interface oracle.oud.requests.CompareRequest
-
Returns the assertion value to be compared decoded as a UTF-8 string.
- getAssertionValueAsString() - Method in class oracle.oud.requests.CompareRequestWrapper
-
- getAttachment(String) - Method in interface oracle.oud.plugin.AttachmentHolder
-
Retrieves the attachment with the specified name.
- getAttachmentNames() - Method in interface oracle.oud.plugin.AttachmentHolder
-
Retrieves the set of attachment names defined for this holder, as a
mapping between the attachment name and the associated object.
- getAttribute(AttributeDescription) - Method in interface oracle.oud.requests.AddRequest
-
Returns the named attribute contained in this entry, or null
if it
is not included with this entry.
- getAttribute(String) - Method in interface oracle.oud.requests.AddRequest
-
Returns the named attribute contained in this entry, or null
if it
is not included with this entry.
- getAttribute(AttributeDescription) - Method in class oracle.oud.requests.AddRequestWrapper
-
- getAttribute(String) - Method in class oracle.oud.requests.AddRequestWrapper
-
- getAttribute(AttributeDescription) - Method in interface oracle.oud.types.Entry
-
Returns the named attribute contained in this entry, or null
if it
is not included with this entry.
- getAttribute(String) - Method in interface oracle.oud.types.Entry
-
Returns the named attribute contained in this entry, or null
if it
is not included with this entry.
- getAttribute() - Method in interface oracle.oud.types.Modification
-
Returns the attribute containing the values to be modified.
- getAttributeDescription() - Method in interface oracle.oud.controls.ServerSideSortResponseControl
-
Returns the first attribute description specified in the list of sort keys
that was in error, or null
if the attribute description was not
included with this control.
- getAttributeDescription() - Method in interface oracle.oud.requests.CompareRequest
-
Returns the name of the attribute to be compared.
- getAttributeDescription() - Method in class oracle.oud.requests.CompareRequestWrapper
-
- getAttributeDescription() - Method in interface oracle.oud.types.Attribute
-
Returns the attribute description of this attribute, which includes its
attribute type and any options.
- getAttributeDescription() - Method in interface oracle.oud.types.SortKey
-
Returns the name of the attribute to be sorted using this sort key.
- getAttributeDescriptionAsString() - Method in interface oracle.oud.types.Attribute
-
Returns the string representation of the attribute description of this
attribute, which includes its attribute type and any options.
- getAttributes() - Method in interface oracle.oud.controls.GetEffectiveRightsRequestControl
-
Returns an unmodifiable list of attributes for which effective rights are
to be returned, which may be empty indicating that no attribute rights are
to be returned.
- getAttributes() - Method in interface oracle.oud.controls.PostReadRequestControl
-
Returns an unmodifiable set containing the names of attributes to be
included with the response control.
- getAttributes() - Method in interface oracle.oud.controls.PreReadRequestControl
-
Returns an unmodifiable set containing the names of attributes to be
included with the response control.
- getAttributes() - Method in interface oracle.oud.requests.SearchRequest
-
Returns a Set
containing the list of attributes to be included
with each entry that matches the search criteria.
- getAttributes() - Method in class oracle.oud.requests.SearchRequestWrapper
-
- getAttributes() - Method in interface oracle.oud.types.LDAPUrl
-
Returns a list containing the attributes to be included with
each entry that matches the search criteria.
- getAttributeType(String) - Method in interface oracle.oud.plugin.PluginContext.Utils
-
Returns the attribute type associated to the specified lowercase name or
OID.
- getAttributeType() - Method in interface oracle.oud.types.AttributeDescription
-
Returns the attribute type associated with this attribute description.
- getAttributeType() - Method in interface oracle.oud.types.AVA
-
Returns the attribute type associated with this AVA.
- getAttributeValue() - Method in interface oracle.oud.types.AVA
-
Returns the attribute value associated with this AVA.
- getAttributeValue(AttributeType) - Method in interface oracle.oud.types.RDN
-
Returns the attribute value contained in this RDN which is associated with
the provided attribute type, or null
if this RDN does not include
such an attribute value.
- getAuthenticationType() - Method in interface oracle.oud.requests.BindRequest
-
Returns the authentication mechanism identifier for this generic bind
request as defined by the LDAP protocol.
- getAuthenticationType() - Method in class oracle.oud.requests.BindRequestWrapper
-
- getAuthInfo() - Method in class oracle.oud.pwdstoragescheme.AuthPassword
-
Returns the authInfo that is often a base 64 encoded salt.
- getAuthorizationDNName() - Method in interface oracle.oud.controls.ProxiedAuthV1RequestControl
-
Returns the distinguished name of the user whose authorization is to be
used when performing the operation.
- getAuthorizationID() - Method in interface oracle.oud.controls.AuthorizationIdentityResponseControl
-
Returns the authorization ID of the user.
- getAuthorizationID() - Method in interface oracle.oud.controls.ProxiedAuthV2RequestControl
-
Returns the authorization ID of the user whose authorization is to be used
when performing the operation.
- getAuthorizationName() - Method in interface oracle.oud.controls.GetEffectiveRightsRequestControl
-
Returns the distinguished name of the user for which effective rights are
to be returned, or null
if the client's authentication ID is to be
used.
- getAuthValue() - Method in class oracle.oud.pwdstoragescheme.AuthPassword
-
Returns the authValue that is often a base 64 encoded value derived from
a user's password(s).
- getBackingArray() - Method in class oracle.oud.types.ByteStringBuilder
-
Returns the byte array that backs this byte string builder.
- getBeforeCount() - Method in interface oracle.oud.controls.VirtualListViewRequestControl
-
Returns the number of entries before the target entry to be included in the
search results.
- getBERLength() - Method in class oracle.oud.types.ByteSequenceReader
-
Relative get method for reading a multi-byte BER length.
- getBindDN() - Method in interface oracle.oud.plugin.RequestContext.ClientConnection
-
Returns the DN for the user as whom the client is authenticated.
- getBindPassword() - Method in interface oracle.oud.plugin.RequestContext.ClientConnection
-
Returns the password for the user as whom the client is authenticated.
- getByteSequence(int) - Method in class oracle.oud.types.ByteSequenceReader
-
Relative bulk get method.
- getByteString(int) - Method in class oracle.oud.types.ByteSequenceReader
-
Relative bulk get method.
- getCause() - Method in interface oracle.oud.responses.Result
-
Returns the throwable cause associated with this result if available.
- getChangeNumber() - Method in interface oracle.oud.controls.EntryChangeNotificationResponseControl
-
Returns the change number for this entry change notification control.
- getChangeType() - Method in interface oracle.oud.controls.EntryChangeNotificationResponseControl
-
Returns the change type for this entry change notification control.
- getChangeTypes() - Method in interface oracle.oud.controls.PersistentSearchRequestControl
-
Returns an unmodifiable set containing the types of update operation for
which change notifications should be returned.
- getClientConnection() - Method in class oracle.oud.plugin.RequestContext
-
Retrieves the ClientConnection associated to this context.
- getConfiguration() - Method in class oracle.oud.plugin.AbstractPlugin
-
Returns the raw configuration of this plugin.
- getConfiguration(Class<T>) - Method in class oracle.oud.plugin.AbstractPlugin
-
Returns an instance of the provided configuration interface that attempts
to provide a parsed view of the raw configuration.
- getConfiguration(Class<T>, PluginConfiguration) - Static method in class oracle.oud.plugin.PluginContext
-
Returns an instance of the provided configuration interface that attempts
to provide a parsed view of the raw configuration.
- getConfiguration() - Method in class oracle.oud.pwdstoragescheme.AbstractPasswordStorageScheme
-
Returns the raw configuration of this password storage scheme or
null
if password storage scheme was not yet initialized.
- getConfiguration(Class<T>) - Method in class oracle.oud.pwdstoragescheme.AbstractPasswordStorageScheme
-
Returns proxied view of the
properties
for
the provided configuration interface.
- getConnectionID() - Method in interface oracle.oud.plugin.RequestContext.ClientConnection
-
Retrieves the unique identifier that is assigned to the client
connection that submitted this request.
- getContentCount() - Method in interface oracle.oud.controls.VirtualListViewRequestControl
-
Returns the content count returned by the server in the last virtual list
view response, if applicable.
- getContentCount() - Method in interface oracle.oud.controls.VirtualListViewResponseControl
-
Returns the estimated total number of entries in the result set.
- getContextID() - Method in interface oracle.oud.controls.VirtualListViewRequestControl
-
Returns the context ID provided by the server in the last virtual list view
response for the same set of criteria, or null
if there was no
previous virtual list view response or the server did not include a context
ID in the last response.
- getContextID() - Method in interface oracle.oud.controls.VirtualListViewResponseControl
-
Returns a server-defined octet string which, if present, should be sent
back to the server by the client in a subsequent virtual list request.
- getControl(ControlDecoder<C>) - Method in interface oracle.oud.requests.Request
-
Decodes and returns the first control in this request having an OID
corresponding to the provided control decoder.
- getControlBuilder() - Method in class oracle.oud.plugin.PluginContext
-
Retrieves the Control builder associated to this context.
- getControls() - Method in interface oracle.oud.requests.Request
-
Returns a List
containing the controls included with this request.
- getCookie() - Method in interface oracle.oud.controls.SimplePagedResultsControl
-
Returns the opaque cookie which is used by the server to track its position
in the set of search results.
- getDereferenceAliasesPolicy() - Method in interface oracle.oud.requests.SearchRequest
-
Returns an indication as to whether or not alias entries are to be
dereferenced during the search.
- getDereferenceAliasesPolicy() - Method in class oracle.oud.requests.SearchRequestWrapper
-
- getDiagnosticMessage() - Method in interface oracle.oud.responses.Result
-
Returns the diagnostic message associated with this result.
- GetEffectiveRightsRequestControl - Interface in oracle.oud.controls
-
A partial implementation of the get effective rights request control as
defined in draft-ietf-ldapext-acl-model.
- getEntry() - Method in interface oracle.oud.controls.PostReadResponseControl
-
Returns an unmodifiable entry whose contents reflect the state of the
updated entry immediately after the update operation was performed.
- getEntry() - Method in interface oracle.oud.controls.PreReadResponseControl
-
Returns an unmodifiable entry whose contents reflect the state of the
updated entry immediately before the update operation was performed.
- getErrorType() - Method in interface oracle.oud.controls.PasswordPolicyResponseControl
-
Returns the password policy error type, if available.
- getFilter() - Method in interface oracle.oud.controls.AssertionRequestControl
-
Returns the assertion filter.
- getFilter() - Method in interface oracle.oud.requests.SearchRequest
-
Returns the filter that defines the conditions that must be fulfilled in
order for an entry to be returned.
- getFilter() - Method in class oracle.oud.requests.SearchRequestWrapper
-
- getFilter() - Method in interface oracle.oud.types.LDAPUrl
-
Returns the search filter associated with this LDAP URL.
- getFilters() - Method in interface oracle.oud.controls.MatchedValuesRequestControl
-
Returns an unmodifiable collection containing the list of filters
associated with this matched values control.
- getFirstAVA() - Method in interface oracle.oud.types.RDN
-
Returns the first AVA contained in this RDN.
- getFirstNextPlugin() - Method in interface oracle.oud.plugin.PluginConfiguration
-
Return the plugin that is the next plugin relative to the plugin that
owns this configuration.
- getHost() - Method in interface oracle.oud.types.LDAPUrl
-
Returns the name or IP address in dotted format of the LDAP server
referenced by this LDAP URL.
- getInt() - Method in class oracle.oud.types.ByteSequenceReader
-
Relative get method for reading an integer value.
- getInternalRequestManager() - Method in class oracle.oud.plugin.RequestContext
-
Returns the RequestManager instance that performs internal requests.
- getIntValue() - Method in enum oracle.oud.types.ResultCode
-
Retrieves the integer value for this result code.
- getLDIFName() - Method in enum oracle.oud.types.ModificationType
-
Retrieves the name of this modification type as it should appear
in LDIF records.
- getLocalAddress() - Method in interface oracle.oud.plugin.RequestContext.ClientConnection
-
Returns the InetSocketAddress
associated with the local system.
- getLogger() - Method in class oracle.oud.plugin.RequestContext
-
Retrieve the logger associated to this context.
- getLogger() - Method in class oracle.oud.pwdstoragescheme.AbstractPasswordStorageScheme
-
- getLogger() - Method in interface oracle.oud.pwdstoragescheme.ManagedPasswordStorageScheme
-
Retrieve the logger to log messages into OUD instance's
log files.
- getLong() - Method in class oracle.oud.types.ByteSequenceReader
-
Relative get method for reading a long value.
- getMatchedDN() - Method in interface oracle.oud.responses.Result
-
Returns the matched DN associated with this result.
- getMessage() - Method in interface oracle.oud.types.Message
-
Returns the uninternationalized message contained in this Message.
- getMessageID() - Method in interface oracle.oud.plugin.RequestContext.Request
-
Returns the message Id of this request.
- getMessageObject() - Method in exception oracle.oud.custom.CustomProviderException
-
Returns the Message contained in that exception.
- getMessageObject() - Method in exception oracle.oud.plugin.PluginException
-
Returns the Message contained in that exception.
- getMessageObject() - Method in exception oracle.oud.pwdstoragescheme.PasswordStorageSchemeException
-
Returns the Message contained in that exception.
- getModifications() - Method in interface oracle.oud.requests.ModifyRequest
-
Returns a List
containing the modifications included with this
modify request.
- getModifications() - Method in class oracle.oud.requests.ModifyRequestWrapper
-
- getModificationType() - Method in interface oracle.oud.types.Modification
-
Returns the type of modification to be performed.
- getName() - Method in interface oracle.oud.PasswordStorageScheme
-
Retrieves the name of this password storage scheme.
- getName() - Method in class oracle.oud.plugin.AbstractPlugin
-
- getName() - Method in interface oracle.oud.plugin.Plugin
-
Returns the name of this plugin.
- getName() - Method in interface oracle.oud.plugin.PluginConfiguration
-
Returns the name of the plugin that owns this configuration.
- getName() - Method in interface oracle.oud.pwdstoragescheme.PasswordStorageSchemeConfiguration
-
Returns the name of the password storage scheme that owns this
configuration.
- getName() - Method in interface oracle.oud.requests.AddRequest
-
Returns the string representation of the distinguished name of this entry.
- getName() - Method in class oracle.oud.requests.AddRequestWrapper
-
- getName() - Method in interface oracle.oud.requests.BindRequest
-
Returns the name of the Directory object that the client wishes to bind as.
- getName() - Method in class oracle.oud.requests.BindRequestWrapper
-
- getName() - Method in interface oracle.oud.requests.CompareRequest
-
Returns the distinguished name of the entry to be compared.
- getName() - Method in class oracle.oud.requests.CompareRequestWrapper
-
- getName() - Method in interface oracle.oud.requests.DeleteRequest
-
Returns the distinguished name of the entry to be deleted.
- getName() - Method in class oracle.oud.requests.DeleteRequestWrapper
-
- getName() - Method in interface oracle.oud.requests.ModifyDNRequest
-
Returns the distinguished name of the entry to be renamed.
- getName() - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- getName() - Method in interface oracle.oud.requests.ModifyRequest
-
Returns the distinguished name of the entry to be modified.
- getName() - Method in class oracle.oud.requests.ModifyRequestWrapper
-
- getName() - Method in interface oracle.oud.requests.SearchRequest
-
Returns the distinguished name of the base entry relative to which the
search is to be performed.
- getName() - Method in class oracle.oud.requests.SearchRequestWrapper
-
- getName() - Method in interface oracle.oud.types.Entry
-
Returns the string representation of the distinguished name of this entry.
- getName() - Method in interface oracle.oud.types.LDAPUrl
-
Returns the distinguished name of the base entry relative to which the
search is to be performed.
- getNameOrOID() - Method in interface oracle.oud.types.AttributeType
-
Returns the name or OID for this schema definition.
- getNames() - Method in interface oracle.oud.types.AttributeType
-
Returns an unmodifiable list containing the user-defined names that may be
used to reference this schema definition.
- getNewRDN() - Method in interface oracle.oud.requests.ModifyDNRequest
-
Returns the new RDN of the entry to be renamed.
- getNewRDN() - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- getNewSuperior() - Method in interface oracle.oud.requests.ModifyDNRequest
-
Returns the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
- getNewSuperior() - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- getNextPlugins() - Method in interface oracle.oud.plugin.PluginConfiguration
-
Return the list of plugins configured as next plugins relative to the
plugin that owns this configuration.
- getNormalizedForm() - Method in interface oracle.oud.types.AttributeValue
-
Retrieves the normalized form of this attribute value.
- getOffset() - Method in interface oracle.oud.controls.VirtualListViewRequestControl
-
Returns the positional offset of the target entry in the result set, if
applicable, where 1
is the first entry.
- getOID() - Method in interface oracle.oud.controls.Control
-
Returns the numeric OID associated with this control.
- getOID() - Method in interface oracle.oud.controls.ControlDecoder
-
Returns the numeric OID associated with this control decoder.
- getOID() - Method in interface oracle.oud.requests.ExtendedRequest
-
Returns the numeric OID associated with this extended request.
- getOID() - Method in class oracle.oud.requests.ExtendedRequestWrapper
-
- getOID() - Method in interface oracle.oud.responses.ExtendedResult
-
Returns the numeric OID, if any, associated with this extended result.
- getOID() - Method in interface oracle.oud.responses.ExtendedResultDecoder
-
Returns the numeric OID associated with this control decoder.
- getOID() - Method in interface oracle.oud.types.AttributeType
-
Returns the OID for this schema definition.
- getOptions() - Method in interface oracle.oud.types.AttributeDescription
-
Returns an Iterable
containing the options contained in this
attribute description.
- getOrderingMatchingRule() - Method in interface oracle.oud.types.SortKey
-
Returns the name or OID of the ordering matching rule, if specified, which
should be used when comparing attributes using this sort key.
- getPassword() - Method in interface oracle.oud.requests.BindRequest
-
Returns the password of the Directory object that the client wishes to bind
as.
- getPassword() - Method in class oracle.oud.requests.BindRequestWrapper
-
- getPeerAddress() - Method in interface oracle.oud.plugin.RequestContext.ClientConnection
-
Returns the InetSocketAddress
associated with the remote system.
- getPlaintextValue(T) - Method in interface oracle.oud.PasswordStorageScheme
-
Returns the plaintext value obtained from the provided stored password if
this password storage scheme is reversible.
- getPluginContext() - Method in class oracle.oud.plugin.AbstractPlugin
-
Returns the context of this plugin once initialized.
- getPort() - Method in interface oracle.oud.types.LDAPUrl
-
Returns the port number of the LDAP server referenced by this LDAP URL.
- getPreviousName() - Method in interface oracle.oud.controls.EntryChangeNotificationResponseControl
-
Returns the distinguished name that the entry had prior to a modify DN
operation, or null
if the operation was not a modify DN.
- getProperties() - Method in class oracle.oud.custom.CustomProviderConfiguration
-
Returns all the properties.
- getProperties() - Method in interface oracle.oud.plugin.PluginConfiguration
-
Returns the raw configuration properties defined for the plugin that owns
this configuration.
- getProperties() - Method in interface oracle.oud.pwdstoragescheme.PasswordStorageSchemeConfiguration
-
Returns the raw configuration properties defined for the password storage
scheme that owns this configuration.
- getReferralURIs() - Method in interface oracle.oud.responses.Result
-
Returns a List
containing the referral URIs included with this
result.
- getRequest() - Method in class oracle.oud.plugin.RequestContext
-
Returns the context request associated to this context.
- getRequestBuilder(boolean) - Method in class oracle.oud.plugin.RequestContext
-
Retrieves the Request builder associated to this context.
- getRequestBuilder(boolean, boolean) - Method in class oracle.oud.plugin.RequestContext
-
Retrieves the Request builder associated to this context.
- getRequestID() - Method in interface oracle.oud.plugin.RequestContext.Request
-
Retrieves the request ID for this request.
- getResult() - Method in interface oracle.oud.controls.ServerSideSortResponseControl
-
Returns a result code indicating the outcome of the server-side sort
request.
- getResult() - Method in interface oracle.oud.controls.VirtualListViewResponseControl
-
Returns result code indicating the outcome of the virtual list view
request.
- getResultCode() - Method in exception oracle.oud.custom.CustomProviderException
-
Returns the ResultCode contained in that exception.
- getResultCode() - Method in exception oracle.oud.pwdstoragescheme.PasswordStorageSchemeException
-
Returns the ResultCode contained in that exception.
- getResultCode() - Method in interface oracle.oud.responses.Result
-
Returns the result code associated with this result.
- getResultDecoder() - Method in interface oracle.oud.requests.ExtendedRequest
-
Returns a decoder which can be used to decoded responses to this extended
request.
- getResultDecoder() - Method in class oracle.oud.requests.ExtendedRequestWrapper
-
- getScope() - Method in interface oracle.oud.requests.SearchRequest
-
Returns the scope of the search.
- getScope() - Method in class oracle.oud.requests.SearchRequestWrapper
-
- getScope() - Method in interface oracle.oud.types.LDAPUrl
-
Returns the search scope associated with this LDAP URL.
- getSecondsUntilExpiration() - Method in interface oracle.oud.controls.PasswordExpiringResponseControl
-
Returns the length of time in seconds until the password actually expires.
- getShort() - Method in class oracle.oud.types.ByteSequenceReader
-
Relative get method for reading an short value.
- getSize() - Method in interface oracle.oud.controls.SimplePagedResultsControl
-
Returns the requested page size when used in a request control from the
client, or an estimate of the result set size when used in a response
control from the server (may be 0, indicating that the server does not
know).
- getSizeLimit() - Method in interface oracle.oud.requests.SearchRequest
-
Returns the size limit that should be used in order to restrict the maximum
number of entries returned by the search.
- getSizeLimit() - Method in class oracle.oud.requests.SearchRequestWrapper
-
- getSortKeys() - Method in interface oracle.oud.controls.ServerSideSortRequestControl
-
Returns an unmodifiable list containing the sort keys associated with this
server side sort request control.
- getString(int) - Method in class oracle.oud.types.ByteSequenceReader
-
Relative get method for reading a UTF-8 encoded string.
- getSuperiorType() - Method in interface oracle.oud.types.AttributeType
-
Returns the superior type for this attribute type.
- getTargetPosition() - Method in interface oracle.oud.controls.VirtualListViewResponseControl
-
Returns the position of the target entry in the result set.
- getTimeLimit() - Method in interface oracle.oud.requests.SearchRequest
-
Returns the time limit that should be used in order to restrict the maximum
time (in seconds) allowed for the search.
- getTimeLimit() - Method in class oracle.oud.requests.SearchRequestWrapper
-
- getType() - Method in enum oracle.oud.controls.PasswordPolicyWarningType
-
Retrieves the BER type to use for the associated element in the password
policy control.
- getType() - Method in interface oracle.oud.plugin.PluginConfiguration
-
Returns the type of the plugin that owns this configuration.
- getType() - Method in interface oracle.oud.pwdstoragescheme.PasswordStorageSchemeConfiguration
-
Returns the type of the password storage scheme that owns this
configuration.
- getTypeBuilder() - Method in class oracle.oud.plugin.PluginContext
-
Retrieves the type builder associated to this context.
- getURIs() - Method in interface oracle.oud.responses.SearchResultReference
-
Returns a List
containing the continuation reference URIs included
with this search result reference.
- getUsage() - Method in interface oracle.oud.types.AttributeType
-
Returns the usage indicator for this attribute type.
- getUtils() - Method in class oracle.oud.plugin.PluginContext
-
Retrieves the Utils associated to this context.
- getValue() - Method in class oracle.oud.pwdstoragescheme.UserPassword
-
Returns the value of this user password.
- getValue() - Method in interface oracle.oud.requests.ExtendedRequest
-
Returns the value, if any, associated with this extended request.
- getValue() - Method in class oracle.oud.requests.ExtendedRequestWrapper
-
- getValue() - Method in interface oracle.oud.responses.ExtendedResult
-
Returns the value, if any, associated with this extended result.
- getValue() - Method in interface oracle.oud.types.AttributeValue
-
Retrieves the user-defined form of this attribute value.
- getVersion() - Method in class oracle.oud.plugin.AbstractPlugin
-
- getVersion() - Method in interface oracle.oud.plugin.ManagedPlugin
-
Returns the version of the plugin Api expected by this plugin.
- getWarningType() - Method in interface oracle.oud.controls.PasswordPolicyResponseControl
-
Returns the password policy warning type, if available.
- getWarningValue() - Method in interface oracle.oud.controls.PasswordPolicyResponseControl
-
Returns the password policy warning value, if available.
- initializePasswordStorageScheme(PasswordStorageSchemeConfiguration) - Method in class oracle.oud.pwdstoragescheme.AbstractPasswordStorageScheme
-
This method is called when this password storage scheme is initialized.
- initializePasswordStorageScheme(PasswordStorageSchemeConfiguration) - Method in interface oracle.oud.pwdstoragescheme.ManagedPasswordStorageScheme
-
This method is called when this password storage scheme is initialized.
- initializePlugin(PluginConfiguration, PluginContext) - Method in class oracle.oud.plugin.AbstractPlugin
-
This method is called when this plugin is initialized.
- initializePlugin(PluginConfiguration, PluginContext) - Method in interface oracle.oud.plugin.ManagedPlugin
-
This method is called when this plugin is initialized.
- intValue() - Method in enum oracle.oud.controls.PasswordPolicyErrorType
-
Returns the integer value for this password policy error type.
- intValue() - Method in enum oracle.oud.controls.PersistentSearchChangeType
-
Returns the integer value for this change type.
- intValue() - Method in enum oracle.oud.types.DereferenceAliasesPolicy
-
Returns the integer value of this alias dereferencing policy as defined in
RFC 4511 section 4.5.1.
- intValue() - Method in enum oracle.oud.types.ModificationType
-
Returns the integer value of this modification change type as defined in
RFC 4511 section 4.6.
- intValue() - Method in enum oracle.oud.types.SearchScope
-
Returns the integer value of this search scope as defined in RFC 4511
section 4.5.1.2.
- isAttributeOfSyntax(String, String) - Method in interface oracle.oud.plugin.PluginContext.Utils
-
Returns true
if the attribute type associated to the specified
name has the specified syntax OID; false
otherwise.
- isChangesOnly() - Method in interface oracle.oud.controls.PersistentSearchRequestControl
-
Returns true
if only updated entries should be returned (added,
modified, deleted, or subject to a modifyDN operation), otherwise false
if the search will initially return all the existing entries which
match the filter.
- isChildOf(DN) - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is an immediate child of the provided DN.
- isChildOf(String) - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is an immediate child of the provided DN.
- isCollective() - Method in interface oracle.oud.types.AttributeType
-
Indicates whether this attribute type is declared "collective".
- isCritical() - Method in interface oracle.oud.controls.Control
-
Returns true
if it is unacceptable to perform the operation without
applying the semantics of this control.
- isDeleteOldRDN() - Method in interface oracle.oud.requests.ModifyDNRequest
-
Indicates whether the old RDN attribute values are to be retained as
attributes of the entry or deleted from the entry.
- isDeleteOldRDN() - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- isEmpty() - Method in interface oracle.oud.types.Attribute
-
Returns true
if this attribute contains no attribute values.
- isEncrypted() - Method in interface oracle.oud.plugin.RequestContext.ClientConnection
-
Indicates whether this client connection is currently using a
secure mechanism to communicate with the server.
- isInternal() - Method in interface oracle.oud.requests.Request
-
Returns true
if this request is flagged as internal; false
otherwise.
- isMultiValued() - Method in interface oracle.oud.types.RDN
-
Returns true
if this RDN contains more than one AVA.
- isNoUserModification() - Method in interface oracle.oud.types.AttributeType
-
Indicates whether this attribute type is declared "no-user-modification".
- isObjectClass() - Method in interface oracle.oud.types.AttributeDescription
-
Indicates whether or not this attribute description is the objectClass
attribute description with no options.
- isObjectClass() - Method in interface oracle.oud.types.AttributeType
-
Indicates whether or not this attribute type is the objectClass
attribute type having the OID 2.5.4.0.
- isObsolete() - Method in interface oracle.oud.types.AttributeType
-
Indicates whether this schema definition is declared "obsolete".
- isOperational() - Method in interface oracle.oud.types.AttributeType
-
Indicates whether this is an operational attribute.
- isOperational() - Method in enum oracle.oud.types.AttributeUsage
-
Determine whether or not attributes having this attribute usage are
operational.
- isParentOf(DN) - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is the immediate parent of the provided DN.
- isParentOf(String) - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is the immediate parent of the provided DN.
- isReferral() - Method in interface oracle.oud.responses.Result
-
Indicates whether or not a referral needs to be chased in order to complete
the operation.
- isReturnECs() - Method in interface oracle.oud.controls.PersistentSearchRequestControl
-
Returns true
if the entry change notification control should be
included in updated entries that match the associated search criteria.
- isReverseOrder() - Method in interface oracle.oud.types.SortKey
-
Returns true
if this sort key should be evaluated in reverse
(descending) order.
- isReversible() - Method in interface oracle.oud.PasswordStorageScheme
-
Returns true
is the original plaintext value can be obtained from
the stored password; false
otherwise.
- isRootDN() - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is the Root DN.
- isSecure() - Method in interface oracle.oud.types.LDAPUrl
-
Returns true
if this LDAP URL should use LDAPS or false
if
it should use LDAP.
- isSingleValue() - Method in interface oracle.oud.types.AttributeType
-
Indicates whether this attribute type is declared "single-value".
- isSubordinateOrEqualTo(DN) - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is subordinate to or equal to the provided
DN.
- isSubordinateOrEqualTo(String) - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is subordinate to or equal to the provided
DN.
- isSubTypeOf(AttributeDescription) - Method in interface oracle.oud.types.AttributeDescription
-
Indicates whether or not this attribute description is a sub-type of the
provided attribute description as defined in RFC 4512 section 2.5.
- isSubTypeOf(AttributeType) - Method in interface oracle.oud.types.AttributeType
-
Indicates whether or not this attribute type is a sub-type of the provided
attribute type.
- isSuccess() - Method in interface oracle.oud.responses.Result
-
Indicates whether or not the request succeeded or not.
- isSuccess() - Method in enum oracle.oud.types.ResultCode
-
Indicates whether or not this result code represents a success result.
- isSuperiorOrEqualTo(DN) - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is superior to or equal to the provided DN.
- isSuperiorOrEqualTo(String) - Method in interface oracle.oud.types.DN
-
Returns true
if this DN is superior to or equal to the provided DN.
- isSuperTypeOf(AttributeDescription) - Method in interface oracle.oud.types.AttributeDescription
-
Indicates whether or not this attribute description is a super-type of the
provided attribute description as defined in RFC 4512 section 2.5.
- isTypesOnly() - Method in interface oracle.oud.requests.SearchRequest
-
Indicates whether search results are to contain both attribute descriptions
and values, or just attribute descriptions.
- isTypesOnly() - Method in class oracle.oud.requests.SearchRequestWrapper
-
- newAddRequest(DN) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new add
request with the specified distinguished name.
- newAddRequest(String) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new add
request with the specified distinguished name.
- newAndFilter(Filter...) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an and
Filter with the provided
sub-filters.
- newAndFilter(Collection<Filter>) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an and
Filter with the provided
sub-filters.
- newApproxMatchFilter(String, ByteString) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an approximate match
Filter with the
specified attribute description and assertion value.
- newAssertionRequestControl(boolean, Filter) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new assertion using the provided criticality and assertion
filter.
- newAttribute(String, Object...) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of Attribute that has the specified attribute
description and contains the provided values.
- newAttributeDescription(String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of AttributeDescription.
- newAttributeDescription(String, List<String>) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of AttributeDescription.
- newAttributeValue(AttributeType, String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of AttributeValue of the specified type and value.
- newAttributeValueAssertion(AttributeType, Object) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of AVA (Attribute Value Assertion) with the
specified type and value.
- newAuthorizationIdentityRequestControl(boolean) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new authorization identity request control having the provided
criticality.
- newAuthorizationIdentityResponseControl(String) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new authorization identity response control using the provided
authorization ID.
- newBindRequest(DN, ByteString) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new simple bind
request having the provided
distinguished name and password suitable for name/password
authentication.
- newBindRequest(String, char[]) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new simple bind
request having the provided
distinguished name and password suitable for name/password
authentication.
- newCompareRequest(DN, AttributeDescription, ByteString) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new compare
request using the provided distinguished
name, attribute name, and assertion value.
- newCompareRequest(String, String, Object) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new compare
request using the provided distinguished
name, attribute name, and assertion value.
- newControl(String, boolean, Object) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new control having the provided OID, criticality, and value.
- newDeleteRequest(DN) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new delete
request with the specified distinguished
name.
- newDeleteRequest(String) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new delete
request with the specified distinguished
name.
- newDN(String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of DN.
- newEntry(DN) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of Entry with the specified distinguished name and
no attribute.
- newEntryChangeNotificationResponseControl(PersistentSearchChangeType, DN, long) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new entry change notification response control with the
provided change type and optional previous distinguished name and change
number.
- newEqualityMatchFilter(String, ByteString) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an equality match
Filter with the
specified attribute description and assertion value.
- newExtensibleMatchFilter(String, String, ByteString, boolean) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an extensible match
Filter with the
specified parameters.
- newFilter(String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of Filter.
- newGetEffectiveRightsRequestControl(boolean, DN, Collection<AttributeType>) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new get effective rights request control with the provided
criticality, optional authorization name and attribute list.
- newGreaterOrEqualFilter(String, ByteString) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Creates a new instance of an greater or equal
Filter with the
specified attribute description and assertion value.
- newLDAPUrl(String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of LDAPUrl.
- newLessOrEqualFilter(String, ByteString) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an less or equal
Filter with the
specified attribute description and assertion value.
- newManageDsaITRequestControl(boolean) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new ManageDsaIT request control having the provided
criticality.
- newMatchedValuesRequestControl(boolean, Collection<Filter>) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new matched values request control with the provided
criticality and list of filters.
- newMessage(String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of Message.
- newModification(ModificationType, Attribute) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of Modification with the specified modification
type and attribute.
- newModifyDNRequest(DN, RDN) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new modify Dn
request with the specified distinguished
name and new RDN.
- newModifyDNRequest(String, String) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new modify Dn
request with the specified distinguished
name and new RDN.
- newModifyRequest(DN) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new modify
request with the specified distinguished
name.
- newModifyRequest(String) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new modify
request with the specified distinguished
name.
- newNotFilter(Filter) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of a not
Filter with the provided
sub-filter.
- newOrFilter(Filter...) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an or
Filter with the provided
sub-filters.
- newOrFilter(Collection<Filter>) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an or
Filter with the provided
sub-filters.
- newPasswordExpiredResponseControl() - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new Netscape password expired response control.
- newPasswordExpiringResponseControl(int) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new Netscape password expiring response control with the
provided amount of time until expiration.
- newPasswordPolicyRequestControl(boolean) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new password policy request control having the provided
criticality.
- newPasswordPolicyResponseControl(PasswordPolicyWarningType, int, PasswordPolicyErrorType) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new password policy response control with the provided warning
and error.
- newPermissiveModifyRequestControl(boolean) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new permissive modify request control having the provided
criticality.
- newPersistentSearchRequestControl(boolean, boolean, boolean, Collection<PersistentSearchChangeType>) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new persistent search request control.
- newPostReadRequestControl(boolean, Collection<String>) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new post-read request control.
- newPostReadResponseControl(Entry) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new post-read response control.
- newPreReadRequestControl(boolean, Collection<String>) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new pre-read request control.
- newPreReadResponseControl(Entry) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new pre-read response control.
- newPresentFilter(String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an present
Filter with the
specified attribute description and assertion value.
- newProxiedAuthV1RequestControl(DN) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new proxy authorization v1 request control with the provided
authorization name.
- newProxiedAuthV2RequestControl(String) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new proxy authorization v2 request control with the provided
authorization ID.
- newRDN(String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of RDN.
- newResult(ResultCode) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of Result with the specified result code.
- newSearch(DN, SearchScope, Filter, String...) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new search
request using the provided distinguished
name, scope,filter and attribute descriptions.
- newSearch(String, SearchScope, String, String...) - Method in interface oracle.oud.plugin.RequestContext.RequestBuilder
-
Creates a new search
request using the provided distinguished
name, scope,filter and attribute descriptions.
- newSearchResultEntry(DN) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of SearchResultEntry with the specified
distinguished name, no attribute and no control.
- newSearchResultReference(String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of SearchResultReference with the specified
referral and no control.
- newServerSideSortRequestControl(boolean, Collection<SortKey>) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new server side sort request control with the provided
criticality and list of sort keys.
- newServerSideSortResponseControl(ResultCode, AttributeDescription) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new server-side response control with the provided sort result
and attribute description.
- newSimplePagedResultsControl(boolean, int, ByteString) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new simple paged results control with the provided criticality,
size, and cookie.
- newSortKey(String, boolean, String) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Creates a new instance of SortKey.
- newSubentriesRequestControl(boolean) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new sub-entries request control having the provided
criticality.
- newSubstringsFilter(String, ByteString, List<ByteString>, ByteString) - Method in interface oracle.oud.plugin.PluginContext.TypeBuilder
-
Returns a new instance of an substrings
Filter with the
specified parameters.
- newSubtreeDeleteRequestControl(boolean) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new tree delete request control having the provided
criticality.
- newVirtualListViewRequestControl(boolean, ByteString, int, int, ByteString) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new virtual list view request control that will identify the
target entry by an assertion value.
- newVirtualListViewRequestControl(boolean, int, int, int, int, ByteString) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new virtual list view request control that will identify the
target entry by a positional offset within the complete result set.
- newVirtualListViewResponseControl(int, int, ResultCode, ByteString) - Method in interface oracle.oud.plugin.PluginContext.ControlBuilder
-
Creates a new virtual list view response control.
- not(ConditionResult) - Static method in enum oracle.oud.types.ConditionResult
-
Returns the logical NOT of the provided condition result, which is TRUE
if the provided condition result is FALSE
, TRUE
if it
is FALSE
, and UNDEFINED
otherwise.
- SearchRequest - Interface in oracle.oud.requests
-
The Search operation is used to request a server to return, subject to access
controls and other restrictions, a set of entries matching a complex search
criterion.
- SearchRequestWrapper - Class in oracle.oud.requests
-
This class wraps a Search request.
- SearchRequestWrapper(SearchRequest) - Constructor for class oracle.oud.requests.SearchRequestWrapper
-
Creates a new SearchRequestWrapper that wraps the specified search request.
- SearchResultEntry - Interface in oracle.oud.responses
-
A Search Result Entry represents an entry found during a Search operation.
- SearchResultHandler - Interface in oracle.oud.responses
-
A completion handler for consuming the results of a Search operation.
- SearchResultReference - Interface in oracle.oud.responses
-
A Search Result Reference represents an area not yet explored during a Search
operation.
- SearchScope - Enum in oracle.oud.types
-
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
- ServerSideSortRequestControl - Interface in oracle.oud.controls
-
The server-side sort request control as defined in RFC 2891.
- ServerSideSortResponseControl - Interface in oracle.oud.controls
-
The server-side sort response control as defined in RFC 2891.
- setAssertionValue(ByteString) - Method in interface oracle.oud.requests.CompareRequest
-
Sets the assertion value to be compared.
- setAssertionValue(Object) - Method in interface oracle.oud.requests.CompareRequest
-
Sets the assertion value to be compared.
- setAssertionValue(ByteString) - Method in class oracle.oud.requests.CompareRequestWrapper
-
- setAssertionValue(Object) - Method in class oracle.oud.requests.CompareRequestWrapper
-
- setAttachment(String, Object) - Method in interface oracle.oud.plugin.AttachmentHolder
-
Sets the value of the specified attachment.
- setAttributeDescription(AttributeDescription) - Method in interface oracle.oud.requests.CompareRequest
-
Sets the name of the attribute to be compared.
- setAttributeDescription(String) - Method in interface oracle.oud.requests.CompareRequest
-
Sets the name of the attribute to be compared.
- setAttributeDescription(AttributeDescription) - Method in class oracle.oud.requests.CompareRequestWrapper
-
- setAttributeDescription(String) - Method in class oracle.oud.requests.CompareRequestWrapper
-
- setCause(Throwable) - Method in interface oracle.oud.responses.ExtendedResult
-
Sets the throwable cause associated with this result if available.
- setCause(Throwable) - Method in interface oracle.oud.responses.Result
-
Sets the throwable cause associated with this result if available.
- setConfiguration(PluginConfiguration) - Method in class oracle.oud.plugin.AbstractPlugin
-
Sets the configuration of this plugin.
- setConfiguration(PasswordStorageSchemeConfiguration) - Method in class oracle.oud.pwdstoragescheme.AbstractPasswordStorageScheme
-
Sets the configuration of this password storage scheme.
- setContext(PluginContext) - Method in class oracle.oud.plugin.AbstractPlugin
-
Sets the context of this plugin.
- setDeleteOldRDN(boolean) - Method in interface oracle.oud.requests.ModifyDNRequest
-
Specifies whether the old RDN attribute values are to be retained as
attributes of the entry or deleted from the entry.
- setDeleteOldRDN(boolean) - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- setDereferenceAliasesPolicy(DereferenceAliasesPolicy) - Method in interface oracle.oud.requests.SearchRequest
-
Sets the alias dereferencing policy to be used during the search.
- setDereferenceAliasesPolicy(DereferenceAliasesPolicy) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- setDiagnosticMessage(String) - Method in interface oracle.oud.responses.ExtendedResult
-
Sets the diagnostic message associated with this result.
- setDiagnosticMessage(String) - Method in interface oracle.oud.responses.Result
-
Sets the diagnostic message associated with this result.
- setFilter(Filter) - Method in interface oracle.oud.requests.SearchRequest
-
Sets the filter that defines the conditions that must be fulfilled in order
for an entry to be returned.
- setFilter(String) - Method in interface oracle.oud.requests.SearchRequest
-
Sets the filter that defines the conditions that must be fulfilled in order
for an entry to be returned.
- setFilter(Filter) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- setFilter(String) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- setFilter(Filter) - Method in interface oracle.oud.types.LDAPUrl
-
Sets the search filter associated with this LDAP URL.
- setHost(String) - Method in interface oracle.oud.types.LDAPUrl
-
Sets the host associated with this LDAP URL.
- setLength(int) - Method in class oracle.oud.types.ByteStringBuilder
-
Sets the length of this byte string builder.
- setMatchedDN(DN) - Method in interface oracle.oud.responses.ExtendedResult
-
Sets the matched DN associated with this result.
- setMatchedDN(DN) - Method in interface oracle.oud.responses.Result
-
Sets the matched DN associated with this result.
- setName(DN) - Method in interface oracle.oud.requests.AddRequest
-
Sets the distinguished name of this entry (optional operation).
- setName(String) - Method in interface oracle.oud.requests.AddRequest
-
Sets the distinguished name of this entry (optional operation).
- setName(DN) - Method in class oracle.oud.requests.AddRequestWrapper
-
- setName(String) - Method in class oracle.oud.requests.AddRequestWrapper
-
- setName(DN) - Method in interface oracle.oud.requests.BindRequest
-
Sets the name of the Directory object that the client wishes to bind as.
- setName(String) - Method in interface oracle.oud.requests.BindRequest
-
Sets the name of the Directory object that the client wishes to bind as.
- setName(DN) - Method in class oracle.oud.requests.BindRequestWrapper
-
- setName(String) - Method in class oracle.oud.requests.BindRequestWrapper
-
- setName(DN) - Method in interface oracle.oud.requests.CompareRequest
-
Sets the distinguished name of the entry to be compared.
- setName(String) - Method in interface oracle.oud.requests.CompareRequest
-
Sets the distinguished name of the entry to be compared.
- setName(DN) - Method in class oracle.oud.requests.CompareRequestWrapper
-
- setName(String) - Method in class oracle.oud.requests.CompareRequestWrapper
-
- setName(DN) - Method in interface oracle.oud.requests.DeleteRequest
-
Sets the distinguished name of the entry to be deleted.
- setName(String) - Method in interface oracle.oud.requests.DeleteRequest
-
Sets the distinguished name of the entry to be deleted.
- setName(DN) - Method in class oracle.oud.requests.DeleteRequestWrapper
-
- setName(String) - Method in class oracle.oud.requests.DeleteRequestWrapper
-
- setName(DN) - Method in interface oracle.oud.requests.ModifyDNRequest
-
Sets the distinguished name of the entry to be renamed.
- setName(String) - Method in interface oracle.oud.requests.ModifyDNRequest
-
Sets the distinguished name of the entry to be renamed.
- setName(DN) - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- setName(String) - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- setName(DN) - Method in interface oracle.oud.requests.ModifyRequest
-
Sets the distinguished name of the entry to be modified.
- setName(String) - Method in interface oracle.oud.requests.ModifyRequest
-
Sets the distinguished name of the entry to be modified.
- setName(DN) - Method in class oracle.oud.requests.ModifyRequestWrapper
-
- setName(String) - Method in class oracle.oud.requests.ModifyRequestWrapper
-
- setName(DN) - Method in interface oracle.oud.requests.SearchRequest
-
Sets the distinguished name of the base entry relative to which the search
is to be performed.
- setName(String) - Method in interface oracle.oud.requests.SearchRequest
-
Sets the distinguished name of the base entry relative to which the search
is to be performed.
- setName(DN) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- setName(String) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- setName(DN) - Method in interface oracle.oud.responses.SearchResultEntry
-
Sets the distinguished name of this entry (optional operation).
- setName(String) - Method in interface oracle.oud.responses.SearchResultEntry
-
Sets the distinguished name of this entry (optional operation).
- setName(DN) - Method in interface oracle.oud.types.Entry
-
Sets the distinguished name of this entry (optional operation).
- setName(String) - Method in interface oracle.oud.types.Entry
-
Sets the distinguished name of this entry (optional operation).
- setName(DN) - Method in interface oracle.oud.types.LDAPUrl
-
Sets the distinguished name of the base entry relative to which the
search is to be performed.
- setNewRDN(RDN) - Method in interface oracle.oud.requests.ModifyDNRequest
-
Sets the new RDN of the entry to be renamed.
- setNewRDN(String) - Method in interface oracle.oud.requests.ModifyDNRequest
-
Sets the new RDN of the entry to be renamed.
- setNewRDN(RDN) - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- setNewRDN(String) - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- setNewSuperior(DN) - Method in interface oracle.oud.requests.ModifyDNRequest
-
Sets the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
- setNewSuperior(String) - Method in interface oracle.oud.requests.ModifyDNRequest
-
Sets the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
- setNewSuperior(DN) - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- setNewSuperior(String) - Method in class oracle.oud.requests.ModifyDNRequestWrapper
-
- setPassword(ByteString) - Method in interface oracle.oud.requests.BindRequest
-
Sets the password of the Directory object that the client wishes to bind
as.
- setPassword(char[]) - Method in interface oracle.oud.requests.BindRequest
-
Sets the password of the Directory object that the client wishes to bind
as.
- setPassword(ByteString) - Method in class oracle.oud.requests.BindRequestWrapper
-
- setPassword(char[]) - Method in class oracle.oud.requests.BindRequestWrapper
-
- setPort(int) - Method in interface oracle.oud.types.LDAPUrl
-
Sets the port number of the LDAP server referenced by this LDAP URL.
- setResultCode(ResultCode) - Method in interface oracle.oud.responses.ExtendedResult
-
Sets the result code associated with this result.
- setResultCode(ResultCode) - Method in interface oracle.oud.responses.Result
-
Sets the result code associated with this result.
- setScope(SearchScope) - Method in interface oracle.oud.requests.SearchRequest
-
Sets the scope of the search.
- setScope(SearchScope) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- setScope(SearchScope) - Method in interface oracle.oud.types.LDAPUrl
-
Sets the search scope of the LDAP server referenced by this LDAP URL.
- setSizeLimit(int) - Method in interface oracle.oud.requests.SearchRequest
-
Sets the size limit that should be used in order to restrict the maximum
number of entries returned by the search.
- setSizeLimit(int) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- setTimeLimit(int) - Method in interface oracle.oud.requests.SearchRequest
-
Sets the time limit that should be used in order to restrict the maximum
time (in seconds) allowed for the search.
- setTimeLimit(int) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- setTypesOnly(boolean) - Method in interface oracle.oud.requests.SearchRequest
-
Specifies whether search results are to contain both attribute descriptions
and values, or just attribute descriptions.
- setTypesOnly(boolean) - Method in class oracle.oud.requests.SearchRequestWrapper
-
- SimplePagedResultsControl - Interface in oracle.oud.controls
-
The simple paged results request and response control as defined in RFC 2696.
- size() - Method in interface oracle.oud.types.Attribute
-
Returns the number of attribute values in this attribute.
- size() - Method in interface oracle.oud.types.DN
-
Returns the number of RDN components in this DN.
- size() - Method in interface oracle.oud.types.RDN
-
Returns the number of AVAs in this RDN.
- skip(int) - Method in class oracle.oud.types.ByteSequenceReader
-
Skips the given number of bytes.
- SortKey - Interface in oracle.oud.types
-
A search result sort key as defined in RFC 2891 is used to specify how search
result entries should be ordered.
- SubentriesRequestControl - Interface in oracle.oud.controls
-
The sub-entries request control as defined in draft-ietf-ldup-subentry.
- subSequence(int, int) - Method in interface oracle.oud.types.ByteSequence
-
Returns a new byte sequence that is a subsequence of this byte sequence.
- subSequence(int, int) - Method in class oracle.oud.types.ByteString
-
Returns a new byte sequence that is a subsequence of this byte sequence.
- subSequence(int, int) - Method in class oracle.oud.types.ByteStringBuilder
-
Returns a new byte sequence that is a subsequence of this byte sequence.
- SubtreeDeleteRequestControl - Interface in oracle.oud.controls
-
The tree delete request control as defined in draft-armijo-ldap-treedelete.
- valueOf(String) - Static method in enum oracle.oud.controls.PasswordPolicyErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum oracle.oud.controls.PasswordPolicyErrorType
-
Retrieves the password policy error type for the provided integer value.
- valueOf(String) - Static method in enum oracle.oud.controls.PasswordPolicyWarningType
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum oracle.oud.controls.PasswordPolicyWarningType
-
Retrieves the password policy warning type for the provided BER type.
- valueOf(String) - Static method in enum oracle.oud.controls.PersistentSearchChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.oud.types.AttributeUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class oracle.oud.types.ByteString
-
Returns a byte string containing the big-endian encoded bytes of the
provided integer.
- valueOf(long) - Static method in class oracle.oud.types.ByteString
-
Returns a byte string containing the big-endian encoded bytes of the
provided long.
- valueOf(Object) - Static method in class oracle.oud.types.ByteString
-
Returns a byte string containing the provided object.
- valueOf(String) - Static method in class oracle.oud.types.ByteString
-
Returns a byte string containing the UTF-8 encoded bytes of the provided
string.
- valueOf(char[]) - Static method in class oracle.oud.types.ByteString
-
Returns a byte string containing the UTF-8 encoded bytes of the provided
char array.
- valueOf(String) - Static method in enum oracle.oud.types.ConditionResult
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum oracle.oud.types.ConditionResult
-
Returns the condition result which is equivalent to the provided boolean
value.
- valueOf(String) - Static method in enum oracle.oud.types.DereferenceAliasesPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum oracle.oud.types.DereferenceAliasesPolicy
-
Returns the alias dereferencing policy having the specified integer value
as defined in RFC 4511 section 4.5.1.
- valueOf(String) - Static method in enum oracle.oud.types.ModificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.oud.types.ResultCode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum oracle.oud.types.ResultCode
-
Retrieves the result code with the provided int value.
- valueOf(String) - Static method in enum oracle.oud.types.SearchScope
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum oracle.oud.types.SearchScope
-
Returns the search scope having the specified integer value as defined in
RFC 4511 section 4.5.1.2.
- valueOf(String) - Static method in enum oracle.oud.util.Logger.LEVEL
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum oracle.oud.controls.PasswordPolicyErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.controls.PasswordPolicyWarningType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.controls.PersistentSearchChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.types.AttributeUsage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.types.ConditionResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.types.DereferenceAliasesPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.types.ModificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.types.ResultCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.types.SearchScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum oracle.oud.util.Logger.LEVEL
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VirtualListViewRequestControl - Interface in oracle.oud.controls
-
The virtual list view request control as defined in
draft-ietf-ldapext-ldapv3-vlv.
- VirtualListViewResponseControl - Interface in oracle.oud.controls
-
The virtual list view response control as defined in
draft-ietf-ldapext-ldapv3-vlv.
- visitAndFilter(P, List<Filter>) - Method in interface oracle.oud.types.FilterVisitor
-
Visits an and
filter.
- visitApproxMatchFilter(P, String, ByteString) - Method in interface oracle.oud.types.FilterVisitor
-
Visits an approximate match
filter.
- visitEqualityMatchFilter(P, String, ByteString) - Method in interface oracle.oud.types.FilterVisitor
-
Visits an equality match
filter.
- visitExtensibleMatchFilter(P, String, String, ByteString, boolean) - Method in interface oracle.oud.types.FilterVisitor
-
Visits an extensible
filter.
- visitGreaterOrEqualFilter(P, String, ByteString) - Method in interface oracle.oud.types.FilterVisitor
-
Visits a greater or equal
filter.
- visitLessOrEqualFilter(P, String, ByteString) - Method in interface oracle.oud.types.FilterVisitor
-
Visits a less or equal
filter.
- visitNotFilter(P, Filter) - Method in interface oracle.oud.types.FilterVisitor
-
Visits a not
filter.
- visitOrFilter(P, List<Filter>) - Method in interface oracle.oud.types.FilterVisitor
-
Visits an or
filter.
- visitPresentFilter(P, String) - Method in interface oracle.oud.types.FilterVisitor
-
Visits a present
filter.
- visitSubstringsFilter(P, String, ByteString, List<ByteString>, ByteString) - Method in interface oracle.oud.types.FilterVisitor
-
Visits a substrings
filter.
- visitUnrecognizedFilter(P, byte, ByteString) - Method in interface oracle.oud.types.FilterVisitor
-
Visits an unrecognized
filter.