Interface AuthnModuleConfig


public interface AuthnModuleConfig
Since:
OAM 11.1.1.2.0
  • Method Details

    • getAuthnModuleName

      String getAuthnModuleName()
      Returns:
      the authnModuleName
    • setAuthnModuleName

      void setAuthnModuleName<wbr>(String authnModuleName)
      Parameters:
      authnModuleName - the authnModuleName to set
    • getAuthnModuleDesc

      String getAuthnModuleDesc()
      Returns:
      the authnModuleDesc
    • setAuthnModuleDesc

      void setAuthnModuleDesc<wbr>(String authnModuleDesc)
      Parameters:
      authnModuleDesc - the authnModuleDesc to set
    • getAuthnModuleSteps

      List<AuthnModuleStepConfig> getAuthnModuleSteps()
      Returns:
      the authnModuleSteps
    • setAuthnModuleSteps

      void setAuthnModuleSteps<wbr>(List<AuthnModuleStepConfig> authnModuleSteps)
      Parameters:
      authnModuleSteps - the authnModuleSteps to set
    • getAuthnModuleStrategy

      AuthnModuleStrategyConfig getAuthnModuleStrategy()
      Returns:
      the authnModuleStrategy
    • setAuthnModuleStrategy

      void setAuthnModuleStrategy<wbr>(AuthnModuleStrategyConfig authnModuleStrategy)
      Parameters:
      authnModuleStrategy - the authnModuleStrategy to set
    • isComposite

      boolean isComposite()
      Whether the module is composite or not.
      Returns:
    • setComposite

      void setComposite<wbr>(boolean composite)
      Set if the module is composite or not
      Parameters:
      composite -
    • getStartingStep

      String getStartingStep()
      Returns the starting step for the module execution.
      Returns:
      String strategy name.