Class EmailVerificationRequired
java.lang.Object
com.pingidentity.sdk.api.authn.model.state.EmailVerificationRequired
The model for the
EMAIL_VERIFICATION_REQUIRED
state.- Since:
- 10.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Get the email associated with the user.Get the profile management URL.voidSet the email associated with the user.voidsetProfileManagementUrl(String profileManagementUrl) Set the profile management URL.
-
Constructor Details
-
EmailVerificationRequired
public EmailVerificationRequired()
-
-
Method Details
-
getEmail
Get the email associated with the user. -
setEmail
Set the email associated with the user. -
getProfileManagementUrl
Get the profile management URL. Null if local identity profile's profile management is disabled. -
setProfileManagementUrl
Set the profile management URL.
-