Skip navigation links

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

E38583-02


oracle.oud.plugin
Interface PluginContext.Utils

Enclosing class:
PluginContext

public static interface PluginContext.Utils

This interface provides various services.


Method Summary
 AttributeType getAttributeType(java.lang.String name)
          Returns the attribute type associated to the specified lowercase name or OID.
 boolean isAttributeOfSyntax(java.lang.String name, java.lang.String syntaxOID)
          Returns true if the attribute type associated to the specified name has the specified syntax OID; false otherwise.

 

Method Detail

getAttributeType

AttributeType getAttributeType(java.lang.String name)
Returns the attribute type associated to the specified lowercase name or OID.
Parameters:
name - lowercase name or OID of the attribute type to retrieve.
Returns:
the attribute type associated to the specified lowercase name or OID.

isAttributeOfSyntax

boolean isAttributeOfSyntax(java.lang.String name,
                            java.lang.String syntaxOID)
Returns true if the attribute type associated to the specified name has the specified syntax OID; false otherwise.
Parameters:
name - lowercase name or OID of the attribute type to retrieve.
syntaxOID - the OID of the syntax to evaluate.
Returns:
true if the attribute type associated to the specified name has the specified syntax OID; false otherwise.

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.