Uses of Enum Class
oracle.security.am.plugin.ExecutionStatus
Packages that use ExecutionStatus
-
Uses of ExecutionStatus in oracle.security.am.plugin
Methods in oracle.security.am.plugin that return ExecutionStatusModifier and TypeMethodDescriptionGenericPluginService.initialize<wbr>(PluginConfig config)
The function initializes the Plug-in.OAMAbstractAMPlugin.initialize<wbr>(PluginConfig config)
GenericPluginService.shutdown<wbr>(Map<String,<wbr>Serializable> AMEnvironmentContext)
Shutdown.OAMAbstractAMPlugin.shutdown<wbr>(Map<String,<wbr>Serializable> AMEnvironmentContext)
static ExecutionStatus
Returns the enum constant of this class with the specified name.static ExecutionStatus[]
ExecutionStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.security.am.plugin with parameters of type ExecutionStatusModifier and TypeMethodDescriptionabstract ModuleAdvice
AbstractPluginExecutionStrategy.processExecutionStrategy<wbr>(PluginContext context, String currentPlugin, ExecutionStatus currentPluginStatus, List<String> pluginList)
PluginExecutionStrategy.processExecutionStrategy<wbr>(PluginContext context, String currentPlugin, ExecutionStatus currentPluginStatus, List<String> pluginList)
processExecutionStrategy
method will be called before execution of the first module and after execution of each modules in the module list. -
Uses of ExecutionStatus in oracle.security.fed.plugins.fed.msgprocessing
Methods in oracle.security.fed.plugins.fed.msgprocessing that return ExecutionStatusModifier and TypeMethodDescriptionOIFMessageProcessingIFPlugin.process<wbr>(MessageContext context)
Plugin implementations will extract data from context information passed in, implement logic to process and modify the message and return the ExectionStatus back to caller.abstract ExecutionStatus
OIFMessageProcessingPlugin.process<wbr>(MessageContext context)
Plugin implementations will extract data from context information passed in, implement logic to process and modify the message and return the ExectionStatus back to caller.