Package oracle.security.am.plugin
Interface ExecutionAction
- All Superinterfaces:
PluginAttribute
- All Known Implementing Classes:
CredentialCollectionAction,RedirectionAction,UserAction
-
Field Summary
Fields inherited from interface oracle.security.am.plugin.PluginAttribute
KEY_TAG -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck affinity flag status.getName()voidsetAffinityRequested<wbr>(boolean flag)Set/Unset the affinity flag.voidMethods 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-
-