Class BreachedPasswordStage
java.lang.Object
com.auth0.json.mgmt.attackprotection.BreachedPasswordStage
Represents the BreachedPassword stage configuration options
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the pre-user-registration stage entry.voidsetPreUserRegistrationStage(BreachedPasswordStageEntry preUserRegistrationStage) Set the pre-user-registration stage entry.
-
Constructor Details
-
BreachedPasswordStage
public BreachedPasswordStage()
-
-
Method Details
-
getPreUserRegistrationStage
Get the pre-user-registration stage entry.- Returns:
- the pre-user-registration stage entry.
-
setPreUserRegistrationStage
Set the pre-user-registration stage entry.- Parameters:
preUserRegistrationStage- the pre-user-registration stage entry.
-