Class Stage
java.lang.Object
com.auth0.json.mgmt.attackprotection.Stage
Represents the stage configuration options
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the pre-login stage entry.Get the pre-user-registration stage entry.voidsetPreLoginStage(StageEntry preLoginStage) Sets the pre-login stage entry.voidsetPreUserRegistrationStage(StageEntry preUserRegistrationStage) Set the pre-user-registration stage entry.
-
Constructor Details
-
Stage
public Stage()
-
-
Method Details
-
getPreLoginStage
Get the pre-login stage entry.- Returns:
- the pre-login stage entry.
-
setPreLoginStage
Sets the pre-login stage entry.- Parameters:
preLoginStage- the pre-login stage entry.
-
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.
-