Class ResetCredentialsActionToken

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

    public class ResetCredentialsActionToken
    extends DefaultActionToken
    Representation of a token that represents a time-limited reset credentials action.
    Author:
    hmlnarik
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.keycloak.models.SingleUseObjectValueModel

        org.keycloak.models.SingleUseObjectValueModel.SearchableFields
    • Constructor Detail

      • ResetCredentialsActionToken

        public ResetCredentialsActionToken​(String userId,
                                           String email,
                                           int absoluteExpirationInSecs,
                                           String compoundAuthenticationSessionId,
                                           String clientId)