Interface OrganizationProviderFactory

All Superinterfaces:
EnvironmentDependentProviderFactory, ProviderFactory<OrganizationProvider>

public interface OrganizationProviderFactory extends ProviderFactory<OrganizationProvider>, EnvironmentDependentProviderFactory
  • Method Details

    • isSupported

      default boolean isSupported(org.keycloak.Config.Scope config)
      Description copied from interface: EnvironmentDependentProviderFactory
      Check if the provider is supported and should be available based on the provider configuration.
      Specified by:
      isSupported in interface EnvironmentDependentProviderFactory
      Parameters:
      config - the provider configuration
      Returns:
      true if the provider is supported. Otherwise, false.