java.lang.Object
com.auth0.json.mgmt.attackprotection.Stage

public class Stage extends Object
Represents the stage configuration options
See Also:
  • Constructor Details

    • Stage

      public Stage()
  • Method Details

    • getPreLoginStage

      public StageEntry getPreLoginStage()
      Get the pre-login stage entry.
      Returns:
      the pre-login stage entry.
    • setPreLoginStage

      public void setPreLoginStage(StageEntry preLoginStage)
      Sets the pre-login stage entry.
      Parameters:
      preLoginStage - the pre-login stage entry.
    • getPreUserRegistrationStage

      public StageEntry getPreUserRegistrationStage()
      Get the pre-user-registration stage entry.
      Returns:
      the pre-user-registration stage entry.
    • setPreUserRegistrationStage

      public void setPreUserRegistrationStage(StageEntry preUserRegistrationStage)
      Set the pre-user-registration stage entry.
      Parameters:
      preUserRegistrationStage - the pre-user-registration stage entry.