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:
-
Field Summary
Fields inherited from class org.keycloak.authentication.actiontoken.DefaultActionToken
ACTION_TOKEN_BASIC_CHECKS, JSON_FIELD_AUTHENTICATION_SESSION_ID, JSON_FIELD_EMAIL
Fields inherited from class org.keycloak.models.DefaultActionTokenKey
ACTION_TOKEN_USER_ID, JSON_FIELD_ACTION_VERIFICATION_NONCE
-
Constructor Summary
ConstructorDescriptionVerifyEmailActionToken
(String userId, int absoluteExpirationInSecs, String compoundAuthenticationSessionId, String email, String clientId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCompoundOriginalAuthenticationSessionId
(String originalAuthenticationSessionId) void
setRedirectUri
(String redirectUri) Methods inherited from class org.keycloak.authentication.actiontoken.DefaultActionToken
getCompoundAuthenticationSessionId, getEmail, getNote, getNotes, removeNote, serialize, setCompoundAuthenticationSessionId, setEmail, setNote
Methods inherited from class org.keycloak.models.DefaultActionTokenKey
from, getActionId, getActionVerificationNonce, getUserId
Methods inherited from class org.keycloak.representations.JsonWebToken
addAudience, audience, exp, getAudience, getCategory, getExp, getIat, getId, getIssuedFor, getIssuer, getNbf, getOtherClaims, getSubject, getType, hasAnyAudience, hasAudience, iat, id, isActive, isActive, isExpired, isIssuedBeforeSessionStart, isNotBefore, issuedFor, issuedNow, issuer, nbf, setOtherClaims, setSubject, subject, type
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.SingleUseObjectKeyModel
getExp, getExpiration, serializeKey
-
Field Details
-
TOKEN_TYPE
- See Also:
-
-
Constructor Details
-
VerifyEmailActionToken
-
-
Method Details
-
getCompoundOriginalAuthenticationSessionId
-
setCompoundOriginalAuthenticationSessionId
-
getRedirectUri
-
setRedirectUri
-