Class BreachedPasswordStage

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

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

    • BreachedPasswordStage

      public BreachedPasswordStage()
  • Method Details

    • getPreUserRegistrationStage

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

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