Interface AuthnModuleStepConfig


public interface AuthnModuleStepConfig
Since:
OAM 11.1.1.2.0
  • Method Details

    • getStepName

      String getStepName()
      Returns:
      the stepName
    • setStepName

      void setStepName<wbr>(String stepName)
      Parameters:
      stepName - the stepName to set
    • getPluginName

      String getPluginName()
      Returns:
      the pluginName
    • setPluginName

      void setPluginName<wbr>(String pluginName)
      Parameters:
      pluginName - the pluginName to set
    • getDescription

      String getDescription()
      Returns:
      the description
    • setDescription

      void setDescription<wbr>(String description)
      Parameters:
      description - the description to set
    • getParamMap

      Map<String,<wbr>String> getParamMap()
      Returns:
      the paramMap
    • setParamMap

      void setParamMap<wbr>(Map<String,<wbr>String> paramMap)
      Parameters:
      paramMap - the paramMap to set