Class ModuleAdviceImpl

java.lang.Object
oracle.security.am.plugin.impl.ModuleAdviceImpl
All Implemented Interfaces:
ModuleAdvice

public class ModuleAdviceImpl extends Object implements ModuleAdvice
  • Constructor Details

    • ModuleAdviceImpl

      public ModuleAdviceImpl()
  • Method Details

    • getAdvice

      public Advice getAdvice()
      Description copied from interface: ModuleAdvice
      returns the Advice associated with the ModuleAdvice.
      • Advice.ABORT to abort the execution flow.
      • Advice.STOP signaling the end of the execution.
      • Advice.CONTINUE to continue the execution.
      Specified by:
      getAdvice in interface ModuleAdvice
      Returns:
      the advice
    • getModuleName

      public String getModuleName()
      Description copied from interface: ModuleAdvice
      returns the module name that should be executed next.
      Specified by:
      getModuleName in interface ModuleAdvice
      Returns:
      moduleName value.
    • setAdvice

      public void setAdvice<wbr>(Advice advice)
    • setModuleName

      public void setModuleName<wbr>(String moduleName)
    • toString

      public String toString()
      Overrides:
      toString in class Object