Interface AuthnModuleStrategyConfig


public interface AuthnModuleStrategyConfig
Since:
OAM 11.1.1.2.0
  • Method Details

    • getStrategyName

      String getStrategyName()
      Returns:
      the strategyName
    • setStrategyName

      void setStrategyName<wbr>(String strategyName)
      Parameters:
      strategyName - the strategyName to set
    • getStartingStep

      String getStartingStep()
      Returns:
      the startingStep
    • setStartingStep

      void setStartingStep<wbr>(String startingStep)
      Parameters:
      startingStep - the startingStep to set
    • getOrchestrationSteps

      List<AuthnModuleOrchStepConfig> getOrchestrationSteps()
      Returns:
      the orchestrationSteps
    • setOrchestrationSteps

      void setOrchestrationSteps<wbr>(List<AuthnModuleOrchStepConfig> orchestrationSteps)
      Parameters:
      orchestrationSteps - the orchestrationSteps to set