Class ConfigurableSmsClientFactory

java.lang.Object
net.optionfactory.keycloak.authenticators.sms.ConfigurableSmsClientFactory
All Implemented Interfaces:
SmsClientFactory, org.keycloak.provider.ProviderFactory<SmsClient>

public class ConfigurableSmsClientFactory extends Object implements SmsClientFactory
  • Constructor Details

    • ConfigurableSmsClientFactory

      public ConfigurableSmsClientFactory()
  • Method Details

    • init

      public void init(org.keycloak.Config.Scope config)
      Specified by:
      init in interface org.keycloak.provider.ProviderFactory<SmsClient>
    • postInit

      public void postInit(org.keycloak.models.KeycloakSessionFactory factory)
      Specified by:
      postInit in interface org.keycloak.provider.ProviderFactory<SmsClient>
    • create

      public SmsClient create(org.keycloak.models.KeycloakSession session)
      Specified by:
      create in interface org.keycloak.provider.ProviderFactory<SmsClient>
    • close

      public void close()
      Specified by:
      close in interface org.keycloak.provider.ProviderFactory<SmsClient>
    • getId

      public String getId()
      Specified by:
      getId in interface org.keycloak.provider.ProviderFactory<SmsClient>