Class EmailVerificationRequired

java.lang.Object
com.pingidentity.sdk.api.authn.model.state.EmailVerificationRequired

public class EmailVerificationRequired extends Object
The model for the EMAIL_VERIFICATION_REQUIRED state.
Since:
10.3
  • Constructor Details

    • EmailVerificationRequired

      public EmailVerificationRequired()
  • Method Details

    • 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.