public class IdpVerifyAccountLinkActionToken extends DefaultActionToken
Modifier and Type | Field and Description |
---|---|
static String |
TOKEN_TYPE |
ACTION_TOKEN_BASIC_CHECKS, JSON_FIELD_AUTHENTICATION_SESSION_ID, JSON_FIELD_EMAIL
ACTION_TOKEN_USER_ID, JSON_FIELD_ACTION_VERIFICATION_NONCE
Constructor and Description |
---|
IdpVerifyAccountLinkActionToken(String userId,
String email,
int absoluteExpirationInSecs,
String compoundAuthenticationSessionId,
String identityProviderUsername,
String identityProviderAlias,
String clientId) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentityProviderAlias() |
String |
getIdentityProviderUsername() |
String |
getOriginalCompoundAuthenticationSessionId() |
void |
setIdentityProviderAlias(String identityProviderAlias) |
void |
setIdentityProviderUsername(String identityProviderUsername) |
void |
setOriginalCompoundAuthenticationSessionId(String originalCompoundAuthenticationSessionId) |
getCompoundAuthenticationSessionId, getEmail, getNote, getNotes, removeNote, serialize, setCompoundAuthenticationSessionId, setEmail, setNote
from, getActionId, getActionVerificationNonce, getUserId
addAudience, audience, exp, expiration, getAudience, getCategory, getExp, getExpiration, getIat, getId, getIssuedAt, getIssuedFor, getIssuer, getNbf, getNotBefore, getOtherClaims, getSubject, getType, hasAnyAudience, hasAudience, iat, id, isActive, isActive, isExpired, isIssuedBeforeSessionStart, isNotBefore, issuedAt, issuedFor, issuedNow, issuer, nbf, notBefore, setOtherClaims, setSubject, subject, type
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExpiration, serializeKey
public static final String TOKEN_TYPE
public String getIdentityProviderUsername()
public void setIdentityProviderUsername(String identityProviderUsername)
public String getIdentityProviderAlias()
public void setIdentityProviderAlias(String identityProviderAlias)
public String getOriginalCompoundAuthenticationSessionId()
public void setOriginalCompoundAuthenticationSessionId(String originalCompoundAuthenticationSessionId)
Copyright © 2021 JBoss by Red Hat. All rights reserved.