Package oracle.security.am.plugin.impl
Class ModuleAdviceImpl
java.lang.Object
oracle.security.am.plugin.impl.ModuleAdviceImpl
- All Implemented Interfaces:
ModuleAdvice
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModuleAdviceImpl
public ModuleAdviceImpl()
-
-
Method Details
-
getAdvice
Description copied from interface:ModuleAdvice
returns theAdvice
associated with the ModuleAdvice.
to abort the execution flow.Advice.ABORT
signaling the end of the execution.Advice.STOP
to continue the execution.Advice.CONTINUE
- Specified by:
getAdvice
in interfaceModuleAdvice
- Returns:
- the advice
-
getModuleName
Description copied from interface:ModuleAdvice
returns the module name that should be executed next.- Specified by:
getModuleName
in interfaceModuleAdvice
- Returns:
- moduleName value.
-
setAdvice
-
setModuleName
-
toString
-