Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.ospf
Class PluginFlexfield

java.lang.Object
  extended by oracle.ldap.ospf.PluginFlexfield


public final class PluginFlexfield
extends java.lang.Object

Used to pass custom or sensitive information from the plug-in configuration entry to the Java plug-in. In the configuration entry, this custom information must be stored in one of the following attributes:

For more information about Java plug-in configurations, see the Oracle Identity Management Application Developer's Guide.

Since:
10g Release 3 (10.1.4)

Method Summary
 java.lang.Object getBinaryFlexfield()
          Gets the orclPluginBinaryFlexfield value from the PluginFlexfield object.
 java.lang.String getFlexfield(java.lang.String attrSubtype)
          Gets the orclPluginFlexfield value from the PluginFlexfield object.
 java.util.Enumeration getFlexfieldNames()
          Gets all Flexfield names in an enumeration.
 java.lang.String getSecuredFlexfield(java.lang.String attrSubtype)
          Gets the orclPluginSecuredFlexfield Value from the PluginFlexfield object.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getFlexfield

public java.lang.String getFlexfield(java.lang.String attrSubtype)
Gets the orclPluginFlexfield value from the PluginFlexfield object. When passed a null, gets the orclPluginFlexfield attribute that does not have a subtype.
Parameters:
attrSubtype - - orclPluginFlexfield attribute subtype
Returns:
flxFldVal - orclPluginFlexfield value

getFlexfieldNames

public java.util.Enumeration getFlexfieldNames()
Gets all Flexfield names in an enumeration.
Returns:
flxFldName - Flexfield names

getBinaryFlexfield

public java.lang.Object getBinaryFlexfield()
Gets the orclPluginBinaryFlexfield value from the PluginFlexfield object.
Returns:
flxFldBinVal - orclPluginBinaryFlexfield Value

getSecuredFlexfield

public java.lang.String getSecuredFlexfield(java.lang.String attrSubtype)
Gets the orclPluginSecuredFlexfield Value from the PluginFlexfield object. When passed a null, gets the orclPluginSecuredFlexfield attribute that does not have a subtype.
Parameters:
attrSubtype - - orclPluginSecuredFlexfield attribute subtype
Returns:
flxFldVal - orclPluginSecuredFlexfield value

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.