Skip navigation links

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

E38583-02


Package oracle.oud.types

Classes and interfaces for plugin types.

See:
          Description

Interface Summary
Attribute An attribute, comprising of an attribute description and zero or more attribute values.
AttributeDescription An attribute description as defined in RFC 4512 section 2.5.
AttributeType This class defines a data structure for storing and interacting with an attribute type.
AttributeValue This class defines a data structure that holds information about a single value of an attribute.
AVA An attribute value assertion (AVA) as defined in RFC 4512 section 2.3 consists of an attribute type and an attribute value.
ByteSequence A ByteSequence is a readable sequence of byte values.
DN 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.
Entry An entry, comprising of a distinguished name and zero or more attributes.
Filter A search filter as defined in RFC 4511.
FilterVisitor<R,P> A visitor of Filters, in the style of the visitor design pattern.
LDAPUrl An LDAP URL as defined in RFC 4516.
Message This class is an uninternationalized message.
Modification A modification to be performed on an entry during a Modify operation.
RDN A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the name of an entry relative to its immediate superior.
SortKey A search result sort key as defined in RFC 2891 is used to specify how search result entries should be ordered.

 

Class Summary
ByteSequenceReader A class for iteratively reading date from a ByteSequence .
ByteString An immutable sequence of bytes backed by a byte array.
ByteStringBuilder A mutable sequence of bytes backed by a byte array.

 

Enum Summary
AttributeUsage This enumeration defines the set of possible attribute usage values that may apply to an attribute type, as defined in RFC 2252.
ConditionResult The result of a tri-state logical expression.
DereferenceAliasesPolicy 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.
ModificationType 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.
ResultCode This enumeration defines the set of possible result codes that may be used for providing clients with information about result of processing an operation.
SearchScope 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.

 

Package oracle.oud.types Description

Classes and interfaces for plugin types.


Skip navigation links

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.