Class IdpVerifyAccountLinkActionToken

All Implemented Interfaces:
Serializable, SingleUseObjectKeyModel, SingleUseObjectValueModel, Token

public class IdpVerifyAccountLinkActionToken extends DefaultActionToken
Representation of a token that represents a time-limited verify e-mail action.
Author:
hmlnarik
See Also:
  • Field Details

  • Constructor Details

    • IdpVerifyAccountLinkActionToken

      public IdpVerifyAccountLinkActionToken(String userId, String email, int absoluteExpirationInSecs, String compoundAuthenticationSessionId, String identityProviderUsername, String identityProviderAlias, String clientId)
  • Method Details

    • getIdentityProviderUsername

      public String getIdentityProviderUsername()
    • setIdentityProviderUsername

      public void setIdentityProviderUsername(String identityProviderUsername)
    • getIdentityProviderAlias

      public String getIdentityProviderAlias()
    • setIdentityProviderAlias

      public void setIdentityProviderAlias(String identityProviderAlias)
    • getOriginalCompoundAuthenticationSessionId

      public String getOriginalCompoundAuthenticationSessionId()
    • setOriginalCompoundAuthenticationSessionId

      public void setOriginalCompoundAuthenticationSessionId(String originalCompoundAuthenticationSessionId)