Package oracle.security.am.plugin
Interface ExecutionAction
- All Superinterfaces:
PluginAttribute
-
Field Summary
Fields inherited from interface oracle.security.am.plugin.PluginAttribute
KEY_TAG
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Check affinity flag status.getName()
void
setAffinityRequested<wbr>(boolean flag)
Set/Unset the affinity flag.void
Methods inherited from interface oracle.security.am.plugin.PluginAttribute
fromString, getKeyName, getObjName, setKeyName, toStringForm
-
Method Details
-
getName
String getName() -
getFlowController
PluginEventFlowController getFlowController() -
getActionContext
ActionContext getActionContext() -
getEventHint
PluginEventHint getEventHint() -
setName
-
setAffinityRequested
void setAffinityRequested<wbr>(boolean flag)Set/Unset the affinity flag.- Parameters:
flag
-
-
getAffinityRequested
boolean getAffinityRequested()Check affinity flag status.- Parameters:
flag
-
-