Class UpdateEmailActionToken
- java.lang.Object
- 
- org.keycloak.representations.JsonWebToken
- 
- org.keycloak.models.DefaultActionTokenKey
- 
- org.keycloak.authentication.actiontoken.DefaultActionToken
- 
- org.keycloak.authentication.actiontoken.updateemail.UpdateEmailActionToken
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- SingleUseObjectKeyModel,- SingleUseObjectValueModel,- Token
 
 public class UpdateEmailActionToken extends DefaultActionToken - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.SingleUseObjectValueModelSingleUseObjectValueModel.SearchableFields
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static StringTOKEN_TYPE- 
Fields inherited from class org.keycloak.authentication.actiontoken.DefaultActionTokenACTION_TOKEN_BASIC_CHECKS, JSON_FIELD_AUTHENTICATION_SESSION_ID, JSON_FIELD_EMAIL
 - 
Fields inherited from class org.keycloak.models.DefaultActionTokenKeyACTION_TOKEN_USER_ID, JSON_FIELD_ACTION_VERIFICATION_NONCE
 
- 
 - 
Constructor SummaryConstructors Constructor Description UpdateEmailActionToken(String userId, int absoluteExpirationInSecs, String oldEmail, String newEmail)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNewEmail()StringgetOldEmail()voidsetNewEmail(String newEmail)voidsetOldEmail(String oldEmail)- 
Methods inherited from class org.keycloak.authentication.actiontoken.DefaultActionTokengetCompoundAuthenticationSessionId, getEmail, getNote, getNotes, removeNote, serialize, setCompoundAuthenticationSessionId, setEmail, setNote
 - 
Methods inherited from class org.keycloak.models.DefaultActionTokenKeyfrom, getActionId, getActionVerificationNonce, getUserId
 - 
Methods 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, type
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.SingleUseObjectKeyModelgetExpiration, serializeKey
 
- 
 
- 
- 
- 
Field Detail- 
TOKEN_TYPEpublic static final String TOKEN_TYPE - See Also:
- Constant Field Values
 
 
- 
 
-