Interface ImportProvider

All Superinterfaces:
Provider

public interface ImportProvider extends Provider
Author:
Marek Posolda
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     

    Methods inherited from interface org.keycloak.provider.Provider

    close
  • Method Details

    • importModel

      void importModel() throws IOException
      Throws:
      IOException
    • isMasterRealmExported

      boolean isMasterRealmExported() throws IOException
      Returns:
      true, if master realm was previously exported and is available in the data to be imported
      Throws:
      IOException