Interface ActionTokenHandlerFactory<T extends org.keycloak.representations.JsonWebToken>

All Superinterfaces:
org.keycloak.provider.ProviderFactory<ActionTokenHandler<T>>
All Known Implementing Classes:
AbstractActionTokenHandler, CredentialOfferActionTokenHandler, ExecuteActionsActionTokenHandler, IdpVerifyAccountLinkActionTokenHandler, InviteOrgActionTokenHandler, ResetCredentialsActionTokenHandler, UpdateEmailActionTokenHandler, VerifyEmailActionTokenHandler

public interface ActionTokenHandlerFactory<T extends org.keycloak.representations.JsonWebToken> extends org.keycloak.provider.ProviderFactory<ActionTokenHandler<T>>
Author:
hmlnarik
  • Method Summary

    Methods inherited from interface org.keycloak.provider.ProviderFactory

    close, create, dependsOn, getConfigMetadata, getId, init, order, postInit