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
-
-
Method Summary
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, getConfigMetadata, getId, init, order, postInit
-
-