Interface AuthnModuleOrchStepConfig


public interface AuthnModuleOrchStepConfig
Since:
OAM 11.1.1.2.0
  • Method Details

    • getOrchestartionStepName

      String getOrchestartionStepName()
      Returns:
      the orchestartionStepName
    • setOrchestartionStepName

      void setOrchestartionStepName<wbr>(String orchestartionStepName)
      Parameters:
      orchestartionStepName - the orchestartionStepName to set
    • getDescription

      String getDescription()
      Returns:
      the description
    • setDescription

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

      String getOnSuccess()
      Returns:
      the onSuccess
    • setOnSuccess

      void setOnSuccess<wbr>(String onSuccess)
      Parameters:
      onSuccess - the onSuccess to set
    • getOnFailure

      String getOnFailure()
      Returns:
      the onFailure
    • setOnFailure

      void setOnFailure<wbr>(String onFailure)
      Parameters:
      onFailure - the onFailure to set
    • getOnError

      String getOnError()
      Returns:
      the onError
    • setOnError

      void setOnError<wbr>(String onError)
      Parameters:
      onError - the onError to set