Class VerifyEmailActionToken
java.lang.Object
org.keycloak.representations.JsonWebToken
org.keycloak.models.DefaultActionTokenKey
org.keycloak.authentication.actiontoken.DefaultActionToken
org.keycloak.authentication.actiontoken.verifyemail.VerifyEmailActionToken
- All Implemented Interfaces:
- Serializable,- SingleUseObjectKeyModel,- SingleUseObjectValueModel,- Token
Representation of a token that represents a time-limited verify e-mail action.
- Author:
- hmlnarik
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.keycloak.models.SingleUseObjectValueModelSingleUseObjectValueModel.SearchableFields
- 
Field SummaryFieldsFields inherited from class org.keycloak.authentication.actiontoken.DefaultActionTokenACTION_TOKEN_BASIC_CHECKS, JSON_FIELD_AUTHENTICATION_SESSION_ID, JSON_FIELD_EMAILFields inherited from class org.keycloak.models.DefaultActionTokenKeyACTION_TOKEN_USER_ID, JSON_FIELD_ACTION_VERIFICATION_NONCE
- 
Constructor SummaryConstructorsConstructorDescriptionVerifyEmailActionToken(String userId, int absoluteExpirationInSecs, String compoundAuthenticationSessionId, String email, String clientId) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetCompoundOriginalAuthenticationSessionId(String originalAuthenticationSessionId) Methods inherited from class org.keycloak.authentication.actiontoken.DefaultActionTokengetCompoundAuthenticationSessionId, getEmail, getNote, getNotes, removeNote, serialize, setCompoundAuthenticationSessionId, setEmail, setNoteMethods inherited from class org.keycloak.models.DefaultActionTokenKeyfrom, getActionId, getActionVerificationNonce, getUserIdMethods inherited from class org.keycloak.representations.JsonWebTokenaddAudience, 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, typeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.SingleUseObjectKeyModelgetExpiration, serializeKey
- 
Field Details- 
TOKEN_TYPE- See Also:
 
 
- 
- 
Constructor Details- 
VerifyEmailActionToken
 
- 
- 
Method Details- 
getCompoundOriginalAuthenticationSessionId
- 
setCompoundOriginalAuthenticationSessionId
 
-