public class VerifyEmailActionToken extends DefaultActionToken
| Modifier and Type | Field and Description |
|---|---|
static String |
TOKEN_TYPE |
ACTION_TOKEN_BASIC_CHECKS, JSON_FIELD_AUTHENTICATION_SESSION_IDACTION_TOKEN_USER_ID, JSON_FIELD_ACTION_VERIFICATION_NONCE| Constructor and Description |
|---|
VerifyEmailActionToken(String userId,
int absoluteExpirationInSecs,
String compoundAuthenticationSessionId,
String email,
String clientId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompoundOriginalAuthenticationSessionId() |
String |
getEmail() |
void |
setCompoundOriginalAuthenticationSessionId(String originalAuthenticationSessionId) |
void |
setEmail(String email) |
getCompoundAuthenticationSessionId, getNote, getNotes, removeNote, serialize, setCompoundAuthenticationSessionId, setNotefrom, getActionId, getActionVerificationNonce, getUserIdaddAudience, audience, exp, expiration, getAudience, getCategory, getExp, getExpiration, getIat, getId, getIssuedAt, getIssuedFor, getIssuer, getNbf, getNotBefore, getOtherClaims, getSubject, getType, hasAudience, iat, id, isActive, isActive, isExpired, isNotBefore, issuedAt, issuedFor, issuedNow, issuer, nbf, notBefore, setOtherClaims, setSubject, subject, typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpiration, serializeKeypublic static final String TOKEN_TYPE
public String getEmail()
public void setEmail(String email)
public String getCompoundOriginalAuthenticationSessionId()
public void setCompoundOriginalAuthenticationSessionId(String originalAuthenticationSessionId)
Copyright © 2021 JBoss by Red Hat. All rights reserved.