Interface ActionTokenHandlerFactory<T extends JsonWebToken>

All Superinterfaces:
ProviderFactory<ActionTokenHandler<T>>
All Known Implementing Classes:
AbstractActionTokenHandler, ExecuteActionsActionTokenHandler, IdpVerifyAccountLinkActionTokenHandler, ResetCredentialsActionTokenHandler, UpdateEmailActionTokenHandler, VerifyEmailActionTokenHandler

public interface ActionTokenHandlerFactory<T extends JsonWebToken> extends ProviderFactory<ActionTokenHandler<T>>
Author:
hmlnarik