Class VerifyEmailActionToken

All Implemented Interfaces:
Serializable, SingleUseObjectKeyModel, SingleUseObjectValueModel, Token

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

  • Constructor Details

    • VerifyEmailActionToken

      public VerifyEmailActionToken(String userId, int absoluteExpirationInSecs, String compoundAuthenticationSessionId, String email, String clientId)
  • Method Details

    • getCompoundOriginalAuthenticationSessionId

      public String getCompoundOriginalAuthenticationSessionId()
    • setCompoundOriginalAuthenticationSessionId

      public void setCompoundOriginalAuthenticationSessionId(String originalAuthenticationSessionId)