Class EmailVerificationRequired
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.EmailVerificationRequired
-
public class EmailVerificationRequired extends Object
The model for theEMAIL_VERIFICATION_REQUIREDstate.- Since:
- 10.3
-
-
Constructor Summary
Constructors Constructor Description EmailVerificationRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()Get the email associated with the user.StringgetProfileManagementUrl()Get the profile management URL.voidsetEmail(String email)Set the email associated with the user.voidsetProfileManagementUrl(String profileManagementUrl)Set the profile management URL.
-
-
-
Method Detail
-
getEmail
public String getEmail()
Get the email associated with the user.
-
setEmail
public void setEmail(String email)
Set the email associated with the user.
-
getProfileManagementUrl
public String getProfileManagementUrl()
Get the profile management URL. Null if local identity profile's profile management is disabled.
-
setProfileManagementUrl
public void setProfileManagementUrl(String profileManagementUrl)
Set the profile management URL.
-
-