Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


oracle.security.am.plugin
Interface ContextData

All Known Implementing Classes:
UserContextData

public interface ContextData

Context data defines the meta data required to define plug-in actions. Actions are used to perform predefined tasks during plug-in execution. Plug-in can pass the PAUSE status to the executor and executor can execute the action. After the action execution control will come back to the plug-in to resume the plug-in execution. Plug-in executor will use the ContextData objects to perform the requested actions.

Since:
OAM 11.1.1.5.2
Version:
OAM 11.1.2.0.0

Method Summary
 ContextMetaData getContextMetaData()
          returns meta data associated to the context data object.
 java.lang.String getDisplayName()
          return display name.
 java.lang.String getName()
           
 int getOrder()
           
 java.lang.String getValue()
          return the data value.
 void setContextMetaData(ContextMetaData contextMetaData)
          sets the meta data for the data.
 void setValue(java.lang.String value)
          sets a value to the data.

 

Method Detail

getContextMetaData

ContextMetaData getContextMetaData()
returns meta data associated to the context data object.
Returns:
a ContextMetaData object.

setContextMetaData

void setContextMetaData(ContextMetaData contextMetaData)
sets the meta data for the data.
Parameters:
contextMetaDataobject. -

getName

java.lang.String getName()
Returns:
String value.

getDisplayName

java.lang.String getDisplayName()
return display name.
Returns:
a String value.

getValue

java.lang.String getValue()
return the data value.
Returns:
a String value.

setValue

void setValue(java.lang.String value)
sets a value to the data.
Parameters:
value -

getOrder

int getOrder()

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.