Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02

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


A

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
Appends the provided ByteSequenceReader to this byte string builder.
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.
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.

B

BindRequest - Interface in oracle.oud.requests
The Bind operation allows authentication information to be exchanged between the client and server.
BindRequestWrapper - Class in oracle.oud.requests
This class wraps a Bind request.
BindRequestWrapper(BindRequest) - Constructor for class oracle.oud.requests.BindRequestWrapper
Creates a new BindRequestWrapper that wraps the specified bind request.
byteAt(int) - Method in interface oracle.oud.types.ByteSequence
Returns the byte value at the specified index.
byteAt(int) - Method in class oracle.oud.types.ByteString
Returns the byte value at the specified index.
byteAt(int) - Method in class oracle.oud.types.ByteStringBuilder
Returns the byte value at the specified index.
ByteSequence - Interface in oracle.oud.types
A ByteSequence is a readable sequence of byte values.
ByteSequenceReader - Class in oracle.oud.types
A class for iteratively reading date from a ByteSequence .
ByteString - Class in oracle.oud.types
An immutable sequence of bytes backed by a byte array.
ByteStringBuilder - Class in oracle.oud.types
A mutable sequence of bytes backed by a byte array.
ByteStringBuilder() - Constructor for class oracle.oud.types.ByteStringBuilder
Creates a new byte string builder with an initial capacity of 32 bytes.
ByteStringBuilder(int) - Constructor for class oracle.oud.types.ByteStringBuilder
Creates a new byte string builder with the specified initial capacity.

C

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
Returns the result of the ByteString comparison performed on the normalized values of this attribute value and the one provided.
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
Appends the entire contents of this byte sequence to the provided ByteStringBuilder.
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
Appends the entire contents of this byte sequence to the provided ByteStringBuilder.
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
Appends the entire contents of this byte sequence to the provided ByteStringBuilder.
copyTo(OutputStream) - Method in class oracle.oud.types.ByteStringBuilder
Copies the entire contents of this byte sequence to the provided OutputStream.

D

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.
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.

E

empty() - Static method in class oracle.oud.types.ByteString
Returns an empty byte string.
ensureAdditionalCapacity(int) - Method in class oracle.oud.types.ByteStringBuilder
Ensures that the specified number of additional bytes will fit in this byte string builder and resizes it if necessary.
Entry - Interface in oracle.oud.types
An entry, comprising of a distinguished name and zero or more attributes.
EntryChangeNotificationResponseControl - Interface in oracle.oud.controls
The entry change notification response control as defined in draft-ietf-ldapext-psearch.
equals(Object) - Method in interface oracle.oud.types.Attribute
Returns true if object is an attribute which is equal to this attribute.
equals(Object) - Method in interface oracle.oud.types.AttributeDescription
Indicates whether the provided object is an attribute description which is equal to this attribute description.
equals(Object) - Method in interface oracle.oud.types.AttributeType
equals(Object) - Method in interface oracle.oud.types.AttributeValue
Indicates whether the provided object is an attribute value that is equal to this attribute value.
equals(Object) - Method in interface oracle.oud.types.AVA
equals(byte[], int, int) - Method in interface oracle.oud.types.ByteSequence
Indicates whether the provided byte array sub-sequence is equal to this byte sequence.
equals(Object) - Method in interface oracle.oud.types.ByteSequence
Indicates whether the provided object is equal to this byte sequence.
equals(byte[], int, int) - Method in class oracle.oud.types.ByteString
Indicates whether the provided byte array sub-sequence is equal to this byte sequence.
equals(Object) - Method in class oracle.oud.types.ByteString
Indicates whether the provided object is equal to this byte string.
equals(byte[], int, int) - Method in class oracle.oud.types.ByteStringBuilder
Indicates whether the provided byte array sub-sequence is equal to this byte sequence.
equals(Object) - Method in class oracle.oud.types.ByteStringBuilder
Indicates whether the provided object is equal to this byte string builder.
equals(Object) - Method in interface oracle.oud.types.DN
equals(Object) - Method in interface oracle.oud.types.Entry
Returns true if object is an entry which is equal to this entry.
equals(Object) - Method in interface oracle.oud.types.RDN
Indicates whether the provided object is equal to this RDN.
ExtendedRequest<R extends ExtendedResult> - Interface in oracle.oud.requests
The Extended operation allows additional operations to be defined for services not already available in the protocol.
ExtendedRequestWrapper<R extends ExtendedResult> - Class in oracle.oud.requests
This class wraps an Extended request.
ExtendedRequestWrapper(ExtendedRequest<R>) - Constructor for class oracle.oud.requests.ExtendedRequestWrapper
Creates a new ExtendedRequestWrapper that wraps the specified extended request.
ExtendedResult - Interface in oracle.oud.responses
A Extended result indicates the status of an Extended operation and any additional information associated with the Extended operation, including the optional response name and value.
ExtendedResultDecoder<R extends ExtendedResult> - Interface in oracle.oud.responses
A factory interface for decoding a generic extended result as an extended result of specific type.

F

Filter - Interface in oracle.oud.types
A search filter as defined in RFC 4511.
FilterVisitor<R,P> - Interface in oracle.oud.types
A visitor of Filters, in the style of the visitor design pattern.
finalizePlugin() - Method in class oracle.oud.plugin.AbstractPlugin
This method is called when this plugin is stopped.
finalizePlugin() - Method in interface oracle.oud.plugin.ManagedPlugin
This method is called when this plugin is stopped.
firstValue() - Method in interface oracle.oud.types.Attribute
Returns the first attribute value in this attribute.
firstValueAsString() - Method in interface oracle.oud.types.Attribute
Returns the first attribute value in this attribute decoded as a UTF-8 string.

G

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
 
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.
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.
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.
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 String representation of this Message.
getMessageID() - Method in interface oracle.oud.plugin.RequestContext.Request
Returns the message Id of this request.
getMessageObject() - Method in exception oracle.oud.plugin.PluginException
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 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.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.
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 interface oracle.oud.plugin.PluginConfiguration
Returns the raw configuration properties defined for the plugin 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 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.
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 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.

H

handleAdd(RequestContext, AddRequest, ResultHandler) - Method in class oracle.oud.plugin.AbstractPlugin
 
handleAdd(RequestContext, AddRequest, ResultHandler) - Method in interface oracle.oud.RequestManager
Invoked when an add request is received from a client.
handleBind(RequestContext, int, BindRequest, ResultHandler) - Method in class oracle.oud.plugin.AbstractPlugin
 
handleBind(RequestContext, int, BindRequest, ResultHandler) - Method in interface oracle.oud.RequestManager
Invoked when a bind request is received from a client.
handleCompare(RequestContext, CompareRequest, ResultHandler) - Method in class oracle.oud.plugin.AbstractPlugin
 
handleCompare(RequestContext, CompareRequest, ResultHandler) - Method in interface oracle.oud.RequestManager
Invoked when a compare request is received from a client.
handleConfigurationChange(PluginConfiguration) - Method in class oracle.oud.plugin.AbstractPlugin
This method is called each time the configuration of this plugin is changed.
handleConfigurationChange(PluginConfiguration) - Method in interface oracle.oud.plugin.ManagedPlugin
This method is called each time the configuration of this plugin is changed.
handleDelete(RequestContext, DeleteRequest, ResultHandler) - Method in class oracle.oud.plugin.AbstractPlugin
 
handleDelete(RequestContext, DeleteRequest, ResultHandler) - Method in interface oracle.oud.RequestManager
Invoked when a delete request is received from a client.
handleEntry(SearchResultEntry) - Method in class oracle.oud.plugin.DefaultSearchResultHandler
 
handleEntry(SearchResultEntry) - Method in interface oracle.oud.responses.SearchResultHandler
Invoked each time a search result entry is returned from an asynchronous search operation.
handleErrorResult(Result) - Method in interface oracle.oud.responses.ResultHandler
Invoked when the operation has failed.
handleExtended(RequestContext, ExtendedRequest<R>, ResultHandler) - Method in class oracle.oud.plugin.AbstractPlugin
 
handleExtended(RequestContext, ExtendedRequest<R>, ResultHandler) - Method in interface oracle.oud.RequestManager
Invoked when an extended request is received from a client.
handleModify(RequestContext, ModifyRequest, ResultHandler) - Method in class oracle.oud.plugin.AbstractPlugin
 
handleModify(RequestContext, ModifyRequest, ResultHandler) - Method in interface oracle.oud.RequestManager
Invoked when a modify request is received from a client.
handleModifyDN(RequestContext, ModifyDNRequest, ResultHandler) - Method in class oracle.oud.plugin.AbstractPlugin
 
handleModifyDN(RequestContext, ModifyDNRequest, ResultHandler) - Method in interface oracle.oud.RequestManager
Invoked when a modify DN request is received from a client.
handleReference(DN, SearchResultReference) - Method in class oracle.oud.plugin.DefaultSearchResultHandler
 
handleReference(DN, SearchResultReference) - Method in interface oracle.oud.responses.SearchResultHandler
Invoked each time a search result reference is returned from an asynchronous search operation.
handleResult(Result) - Method in interface oracle.oud.responses.ResultHandler
Invoked when the operation has completed successfully.
handleSearch(RequestContext, SearchRequest, SearchResultHandler) - Method in class oracle.oud.plugin.AbstractPlugin
 
handleSearch(RequestContext, SearchRequest, SearchResultHandler) - Method in interface oracle.oud.RequestManager
Invoked when a search request is received from a client.
hashCode() - Method in interface oracle.oud.types.Attribute
Returns the hash code for this attribute.
hashCode() - Method in interface oracle.oud.types.AttributeDescription
Returns the hash code for this attribute description.
hashCode() - Method in interface oracle.oud.types.AttributeType
 
hashCode() - Method in interface oracle.oud.types.AttributeValue
Retrieves the hash code for this attribute value.
hashCode() - Method in interface oracle.oud.types.AVA
hashCode() - Method in interface oracle.oud.types.ByteSequence
Returns a hash code for this byte sequence.
hashCode() - Method in class oracle.oud.types.ByteString
Returns a hash code for this byte string.
hashCode() - Method in class oracle.oud.types.ByteStringBuilder
Returns a hash code for this byte string builder.
hashCode() - Method in interface oracle.oud.types.DN
hashCode() - Method in interface oracle.oud.types.Entry
Returns the hash code for this entry.
hashCode() - Method in interface oracle.oud.types.RDN
hasName(String) - Method in interface oracle.oud.types.AttributeType
Indicates whether this schema definition has the specified name.
hasNameOrOID(String) - Method in interface oracle.oud.types.AttributeType
Indicates whether this schema definition has the specified name or OID.
hasOptions() - Method in interface oracle.oud.types.AttributeDescription
Indicates whether or not this attribute description has any options.
hasTargetOffset() - Method in interface oracle.oud.controls.VirtualListViewRequestControl
Returns true if this control is using a target offset, or false if this control is using a target assertion.
hasValue() - Method in interface oracle.oud.controls.Control
Returns true if this control has a value.
hasValue() - Method in interface oracle.oud.requests.ExtendedRequest
Returns true if this extended request has a value.
hasValue() - Method in class oracle.oud.requests.ExtendedRequestWrapper
 
hasValue() - Method in interface oracle.oud.responses.ExtendedResult
Returns true if this extended result has a value.
hexValueOf(int) - Static method in class oracle.oud.types.ByteString
Returns a byte string following those steps: - The integer is transformed into its hexadecimal representation with 8 digits.

I

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.
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
 

L

LDAPUrl - Interface in oracle.oud.types
An LDAP URL as defined in RFC 4516.
length() - Method in interface oracle.oud.types.ByteSequence
Returns the length of this byte sequence.
length() - Method in class oracle.oud.types.ByteString
Returns the length of this byte sequence.
length() - Method in class oracle.oud.types.ByteStringBuilder
Returns the length of this byte sequence.
logAddRequest(AddRequest) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided add request in the access log.
logAddRequestIntermediateMessage(AddRequest, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided add request in the access log with the additional <key>=<value> pairs contained in the specified content.
logAddResult(AddRequest, Result) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided add result in the access log.
logAddResultIntermediateMessage(AddRequest, Result, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided add result in the access log with the additional <key>=<value> pairs contained in the specified content.
logBindRequest(BindRequest) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided bind request in the access log.
logBindRequestIntermediateMessage(BindRequest, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided bind request in the access log with the additional <key>=<value> pairs contained in the specified content.
logBindResult(BindRequest, Result) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided bind result in the access log.
logBindResultIntermediateMessage(BindRequest, Result, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided bind result in the access log with the additional <key>=<value> pairs contained in the specified content.
logCompareRequest(CompareRequest) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided compare request in the access log.
logCompareRequestIntermediateMessage(CompareRequest, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided compare request in the access log with the additional <key>=<value> pairs contained in the specified content.
logCompareResult(CompareRequest, Result) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided compare result in the access log.
logCompareResultIntermediateMessage(CompareRequest, Result, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided compare result in the access log with the additional <key>=<value> pairs contained in the specified content.
logDebug(Message) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided message in the debug log.
logDeleteRequest(DeleteRequest) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided delete request in the access log.
logDeleteRequestIntermediateMessage(DeleteRequest, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided delete request in the access log with the additional <key>=<value> pairs contained in the specified content.
logDeleteResult(DeleteRequest, Result) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided delete result in the access log.
logDeleteResultIntermediateMessage(DeleteRequest, Result, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided delete result in the access log with the additional <key>=<value> pairs contained in the specified content.
logError(Message) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided message in the error log.
logExtendedRequest(ExtendedRequest) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided extended request in the access log.
logExtendedRequestIntermediateMessage(ExtendedRequest, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided extended request in the access log with the additional <key>=<value> pairs contained in the specified content.
logExtendedResult(ExtendedRequest, Result) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided extended result in the access log.
logExtendedResultIntermediateMessage(ExtendedRequest, Result, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided extended result in the access log with the additional <key>=<value> pairs contained in the specified content.
logModifyDNRequest(ModifyDNRequest) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided modify DN request in the access log.
logModifyDNRequestIntermediateMessage(ModifyDNRequest, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided modify DN request in the access log with the additional <key>=<value> pairs contained in the specified content.
logModifyDNResult(ModifyDNRequest, Result) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided modify DN result in the access log.
logModifyDNResultIntermediateMessage(ModifyDNRequest, Result, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided modify DN result in the access log with the additional <key>=<value> pairs contained in the specified content.
logModifyRequest(ModifyRequest) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided modify request in the access log.
logModifyRequestIntermediateMessage(ModifyRequest, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided modify request in the access log with the additional <key>=<value> pairs contained in the specified content.
logModifyResult(ModifyRequest, Result) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided modify result in the access log.
logModifyResultIntermediateMessage(ModifyRequest, Result, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided modify result in the access log with the additional <key>=<value> pairs contained in the specified content.
logSearchRequest(SearchRequest) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided search request in the access log.
logSearchRequestIntermediateMessage(SearchRequest, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided search request in the access log with the additional <key>=<value> pairs contained in the specified content.
logSearchResult(SearchRequest, Result) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided search result in the access log.
logSearchResultIntermediateMessage(SearchRequest, Result, Map<String, String>) - Method in interface oracle.oud.plugin.RequestContext.Logger
Logs the provided search result in the access log with the additional <key>=<value> pairs contained in the specified content.

M

ManagedPlugin - Interface in oracle.oud.plugin
This interface defines a managed plugin.
ManageDsaITRequestControl - Interface in oracle.oud.controls
The ManageDsaIT request control as defined in RFC 3296.
MatchedValuesRequestControl - Interface in oracle.oud.controls
The matched values request control as defined in RFC 3876.
matches(Entry) - Method in interface oracle.oud.types.Filter
Indicates whether this Filter matches the provided Entry.
Message - Interface in oracle.oud.types
This class is an uninternationalized message.
Modification - Interface in oracle.oud.types
A modification to be performed on an entry during a Modify operation.
ModificationType - Enum in oracle.oud.types
A Modify operation change type as defined in RFC 4511 section 4.6 is used to specify the type of modification being performed on an attribute.
ModifyDNRequest - Interface in oracle.oud.requests
The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.
ModifyDNRequestWrapper - Class in oracle.oud.requests
This class wraps a Modify DN request.
ModifyDNRequestWrapper(ModifyDNRequest) - Constructor for class oracle.oud.requests.ModifyDNRequestWrapper
Creates a new ModifyDNRequestWrapper that wraps the specified modify Dn request.
ModifyRequest - Interface in oracle.oud.requests
The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.
ModifyRequestWrapper - Class in oracle.oud.requests
This class wraps a Modify request.
ModifyRequestWrapper(ModifyRequest) - Constructor for class oracle.oud.requests.ModifyRequestWrapper
Creates a new ModifyRequestWrapper that wraps the specified modify request.

N

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.
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.

O

or() - Static method in enum oracle.oud.types.ConditionResult
Returns the logical OR of zero condition results, which is always FALSE.
or(ConditionResult) - Static method in enum oracle.oud.types.ConditionResult
Returns the logical OR of the provided condition result, which is always r.
or(ConditionResult...) - Static method in enum oracle.oud.types.ConditionResult
Returns the logical OR of the provided condition results, which is FALSE if all of the provided condition results are FALSE, TRUE if at least one of them is TRUE, and UNDEFINED otherwise.
or(ConditionResult, ConditionResult) - Static method in enum oracle.oud.types.ConditionResult
Returns the logical OR of the provided condition results, which is FALSE if both of the provided condition results are FALSE, TRUE if at least one of them is TRUE , and UNDEFINED otherwise.
oracle.oud - package oracle.oud
Classes and interfaces for plugins.
oracle.oud.controls - package oracle.oud.controls
Classes and interfaces for common LDAP controls.
oracle.oud.plugin - package oracle.oud.plugin
Classes and interfaces for plugins.
oracle.oud.requests - package oracle.oud.requests
Classes and interfaces for plugin LDAP requests.
oracle.oud.responses - package oracle.oud.responses
Classes and interfaces for plugin LDAP responses.
oracle.oud.types - package oracle.oud.types
Classes and interfaces for plugin types.

P

parent() - Method in interface oracle.oud.types.DN
Returns the DN which is the immediate parent of this DN, or null if this DN is the Root DN.
parent(int) - Method in interface oracle.oud.types.DN
Returns the DN which is equal to this DN with the specified number of RDNs removed.
PasswordExpiredResponseControl - Interface in oracle.oud.controls
The Netscape password expired response control as defined in draft-vchu-ldap-pwd-policy.
PasswordExpiringResponseControl - Interface in oracle.oud.controls
The Netscape password expiring response control as defined in draft-vchu-ldap-pwd-policy.
PasswordPolicyErrorType - Enum in oracle.oud.controls
A password policy error type as defined in draft-behera-ldap-password-policy is used to indicate problems concerning a user's account or password.
PasswordPolicyRequestControl - Interface in oracle.oud.controls
The password policy request control as defined in draft-behera-ldap-password-policy.
PasswordPolicyResponseControl - Interface in oracle.oud.controls
The password policy response control as defined in draft-behera-ldap-password-policy.
PasswordPolicyWarningType - Enum in oracle.oud.controls
A password policy warning type as defined in draft-behera-ldap-password-policy is used to indicate the current state of a user's password.
PermissiveModifyRequestControl - Interface in oracle.oud.controls
The Microsoft defined permissive modify request control.
PersistentSearchChangeType - Enum in oracle.oud.controls
A persistent search change type as defined in draft-ietf-ldapext-psearch is used to indicate the type of update operation that caused an entry change notification to occur.
PersistentSearchRequestControl - Interface in oracle.oud.controls
The persistent search request control as defined in draft-ietf-ldapext-psearch.
Plugin - Interface in oracle.oud.plugin
This interface defines a plugin.
PluginConfiguration - Interface in oracle.oud.plugin
This interface defines the configuration of a plugin.
PluginContext - Class in oracle.oud.plugin
This class defines a context that is associated to the a plugin.
PluginContext.ControlBuilder - Interface in oracle.oud.plugin
This interface is a builder to create new Control instances.
PluginContext.TypeBuilder - Interface in oracle.oud.plugin
This interface is a builder to create new type instances.
PluginContext.Utils - Interface in oracle.oud.plugin
This interface provides various services.
PluginException - Exception in oracle.oud.plugin
This class defines the root of exceptions that are thrown by plugins.
PluginException() - Constructor for exception oracle.oud.plugin.PluginException
Creates a new instance of this class without specifying any root cause.
PluginException(Message) - Constructor for exception oracle.oud.plugin.PluginException
Creates a new instance of this class with the specified message.
PluginException(Throwable) - Constructor for exception oracle.oud.plugin.PluginException
Creates a new instance of this class with the specified root cause.
PluginException(Message, Throwable) - Constructor for exception oracle.oud.plugin.PluginException
Creates a new instance of this class with the specified message and root cause.
position() - Method in class oracle.oud.types.ByteSequenceReader
Returns this reader's position.
position(int) - Method in class oracle.oud.types.ByteSequenceReader
Sets this reader's position.
PostReadRequestControl - Interface in oracle.oud.controls
The post-read request control as defined in RFC 4527.
PostReadResponseControl - Interface in oracle.oud.controls
The post-read response control as defined in RFC 4527.
PreReadRequestControl - Interface in oracle.oud.controls
The pre-read request control as defined in RFC 4527.
PreReadResponseControl - Interface in oracle.oud.controls
The pre-read response control as defined in RFC 4527.
ProxiedAuthV1RequestControl - Interface in oracle.oud.controls
The proxy authorization v1 request control as defined in draft-weltman-ldapv3-proxy-04.
ProxiedAuthV2RequestControl - Interface in oracle.oud.controls
The proxy authorization v2 request control as defined in RFC 4370.

R

rdn() - Method in interface oracle.oud.types.DN
Returns the RDN of this DN, or null if this DN is the Root DN.
RDN - Interface in oracle.oud.types
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the name of an entry relative to its immediate superior.
remaining() - Method in class oracle.oud.types.ByteSequenceReader
Returns the number of bytes between the current position and the end of the underlying byte sequence.
removeAttachment(String) - Method in interface oracle.oud.plugin.AttachmentHolder
Removes the attachment with the specified name.
removeAttribute(Attribute, Collection<AttributeValue>) - Method in interface oracle.oud.requests.AddRequest
Removes all of the attribute values contained in attribute from this entry if it is present (optional operation).
removeAttribute(AttributeDescription) - Method in interface oracle.oud.requests.AddRequest
Removes the named attribute from this entry if it is present (optional operation).
removeAttribute(String, Object...) - Method in interface oracle.oud.requests.AddRequest
Removes all of the attribute values contained in values from the named attribute in this entry if it is present (optional operation).
removeAttribute(Attribute, Collection<AttributeValue>) - Method in class oracle.oud.requests.AddRequestWrapper
 
removeAttribute(String) - Method in class oracle.oud.requests.AddRequestWrapper
 
removeAttribute(AttributeDescription) - Method in class oracle.oud.requests.AddRequestWrapper
 
removeAttribute(String, Object...) - Method in class oracle.oud.requests.AddRequestWrapper
 
removeAttribute(String, Object...) - Method in interface oracle.oud.responses.SearchResultEntry
Removes all of the attribute values contained in values from the named attribute in this entry if it is present (optional operation).
removeAttribute(Attribute, Collection<AttributeValue>) - Method in interface oracle.oud.types.Entry
Removes all of the attribute values contained in attribute from this entry if it is present (optional operation).
removeAttribute(String) - Method in interface oracle.oud.types.Entry
Removes the named attribute from this entry if it is present (optional operation).
removeAttribute(AttributeDescription) - Method in interface oracle.oud.types.Entry
Removes the named attribute from this entry if it is present (optional operation).
removeAttribute(String, Object...) - Method in interface oracle.oud.types.Entry
Removes all of the attribute values contained in values from the named attribute in this entry if it is present (optional operation).
removeControl(Control) - Method in interface oracle.oud.requests.Request
Removes the provided control from this request.
removeControl(Control) - Method in interface oracle.oud.responses.Result
 
removeControl(Control) - Method in interface oracle.oud.responses.SearchResultEntry
Removes the provided control from this response.
removeControl(Control) - Method in interface oracle.oud.responses.SearchResultReference
Removes the provided control from this response.
removeURI(String) - Method in interface oracle.oud.responses.SearchResultReference
Removes the provided continuation reference URI from this search result reference.
replaceAttribute(Attribute) - Method in interface oracle.oud.requests.AddRequest
Adds all of the attribute values contained in attribute to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(String, Object...) - Method in interface oracle.oud.requests.AddRequest
Adds all of the attribute values contained in values to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(Attribute) - Method in class oracle.oud.requests.AddRequestWrapper
 
replaceAttribute(String, Object...) - Method in class oracle.oud.requests.AddRequestWrapper
 
replaceAttribute(String, Object...) - Method in interface oracle.oud.responses.SearchResultEntry
Adds all of the attribute values contained in values to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(Attribute) - Method in interface oracle.oud.types.Entry
Adds all of the attribute values contained in attribute to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(String, Object...) - Method in interface oracle.oud.types.Entry
Adds all of the attribute values contained in values to this entry, replacing any existing attribute values (optional operation).
Request - Interface in oracle.oud.requests
The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.
RequestContext - Class in oracle.oud.plugin
This class defines a context that is associated to the request being executed.
RequestContext.ClientConnection - Interface in oracle.oud.plugin
This interface provides information on the client connection that submitted the request being processed.
RequestContext.Logger - Interface in oracle.oud.plugin
This interface provides access to the logger to append log information in the access, debug and error logs.
RequestContext.Request - Interface in oracle.oud.plugin
This interface provides information on the request being processed.
RequestContext.RequestBuilder - Interface in oracle.oud.plugin
This interface is a builder to create new Request instances.
RequestManager - Interface in oracle.oud
This interface defines the way plugins receive and execute LDAP requests in a workflow.
Result - Interface in oracle.oud.responses
A Result is used to indicate the status of an operation performed by the server.
ResultCode - Enum in oracle.oud.types
This enumeration defines the set of possible result codes that may be used for providing clients with information about result of processing an operation.
ResultHandler - Interface in oracle.oud.responses
A completion handler for consuming the result of an Ldap operation.
rewind() - Method in class oracle.oud.types.ByteSequenceReader
Rewinds this reader's position to zero.

S

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.
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.

T

toBoolean() - Method in enum oracle.oud.types.ConditionResult
Converts this condition result to a boolean value.
toByteArray() - Method in interface oracle.oud.types.ByteSequence
Returns a byte array containing the bytes in this sequence in the same order as this sequence.
toByteArray() - Method in class oracle.oud.types.ByteString
Returns a byte array containing the bytes in this sequence in the same order as this sequence.
toByteArray() - Method in class oracle.oud.types.ByteStringBuilder
Returns a byte array containing the bytes in this sequence in the same order as this sequence.
toByteString() - Method in interface oracle.oud.types.ByteSequence
Returns the ByteString representation of this byte sequence.
toByteString() - Method in class oracle.oud.types.ByteString
Returns the ByteString representation of this byte sequence.
toByteString() - Method in class oracle.oud.types.ByteStringBuilder
Returns the ByteString representation of this byte string builder.
toCharArray() - Method in class oracle.oud.types.ByteString
Returns the UTF-8 decoded char array representation of this byte sequence.
toHex() - Method in class oracle.oud.types.ByteString
Returns a string representation of the contents of this byte sequence using hexadecimal characters and a space between each byte.
toHexPlusAscii(StringBuilder, int) - Method in class oracle.oud.types.ByteString
Appends a string representation of the data in this byte sequence to the given buffer using the specified indent.
toInt() - Method in class oracle.oud.types.ByteString
Returns the integer value represented by the first four bytes of this byte string in big-endian order.
toLong() - Method in class oracle.oud.types.ByteString
Returns the long value represented by the first eight bytes of this byte string in big-endian order.
toString() - Method in enum oracle.oud.controls.PasswordPolicyErrorType
toString() - Method in enum oracle.oud.controls.PasswordPolicyWarningType
toString() - Method in enum oracle.oud.controls.PersistentSearchChangeType
toString() - Method in interface oracle.oud.types.Attribute
Returns a string representation of this attribute.
toString() - Method in interface oracle.oud.types.AttributeDescription
Returns the string representation of this attribute description as defined in RFC4512 section 2.5.
toString() - Method in interface oracle.oud.types.AttributeType
Returns the string representation of this schema definition in the form specified in RFC 2252.
toString() - Method in enum oracle.oud.types.AttributeUsage
Retrieves a string representation of this attribute usage.
toString() - Method in interface oracle.oud.types.AttributeValue
Retrieves a string representation of this attribute value.
toString() - Method in interface oracle.oud.types.AVA
toString() - Method in interface oracle.oud.types.ByteSequence
Returns the UTF-8 decoded string representation of this byte sequence.
toString() - Method in class oracle.oud.types.ByteSequenceReader
toString() - Method in class oracle.oud.types.ByteString
Returns the UTF-8 decoded string representation of this byte sequence.
toString() - Method in class oracle.oud.types.ByteStringBuilder
Returns the UTF-8 decoded string representation of this byte sequence.
toString() - Method in enum oracle.oud.types.ConditionResult
Returns the string representation of this condition result.
toString() - Method in enum oracle.oud.types.DereferenceAliasesPolicy
Returns the string representation of this alias dereferencing policy.
toString() - Method in interface oracle.oud.types.DN
Returns the RFC 4514 string representation of this DN.
toString() - Method in interface oracle.oud.types.Entry
Returns a string representation of this entry.
toString() - Method in interface oracle.oud.types.Filter
Returns a String whose contents is the LDAP string representation of this Filter.
toString() - Method in interface oracle.oud.types.Modification
toString() - Method in enum oracle.oud.types.ModificationType
Returns the string representation of this modification change type.
toString() - Method in interface oracle.oud.types.RDN
Returns the RFC 4514 string representation of this RDN.
toString() - Method in enum oracle.oud.types.ResultCode
Retrieves a string representation of this result code.
toString() - Method in enum oracle.oud.types.SearchScope
Returns the string representation of this search scope as defined in RFC 4516.
trimToSize() - Method in class oracle.oud.types.ByteStringBuilder
Attempts to reduce storage used for this byte string builder.

V

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.
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.
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.

W

wrap(byte[]) - Static method in class oracle.oud.types.ByteString
Returns a byte string that wraps the provided byte array.
wrap(byte[], int, int) - Static method in class oracle.oud.types.ByteString
Returns a byte string that wraps a subsequence of the provided byte array.

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

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.