Class IdpVerifyAccountLinkActionToken

  • All Implemented Interfaces:
    Serializable, org.keycloak.models.SingleUseObjectKeyModel, org.keycloak.models.SingleUseObjectValueModel, org.keycloak.Token

    public class IdpVerifyAccountLinkActionToken
    extends DefaultActionToken
    Representation of a token that represents a time-limited verify e-mail action.
    Author:
    hmlnarik
    See Also:
    Serialized Form
    • Constructor Detail

      • IdpVerifyAccountLinkActionToken

        public IdpVerifyAccountLinkActionToken​(String userId,
                                               String email,
                                               int absoluteExpirationInSecs,
                                               String compoundAuthenticationSessionId,
                                               String identityProviderUsername,
                                               String identityProviderAlias,
                                               String clientId)
    • Method Detail

      • getIdentityProviderUsername

        public String getIdentityProviderUsername()
      • setIdentityProviderUsername

        public void setIdentityProviderUsername​(String identityProviderUsername)
      • getIdentityProviderAlias

        public String getIdentityProviderAlias()
      • setIdentityProviderAlias

        public void setIdentityProviderAlias​(String identityProviderAlias)
      • getOriginalCompoundAuthenticationSessionId

        public String getOriginalCompoundAuthenticationSessionId()
      • setOriginalCompoundAuthenticationSessionId

        public void setOriginalCompoundAuthenticationSessionId​(String originalCompoundAuthenticationSessionId)