Class ExportImportConfig

    • Constructor Detail

      • ExportImportConfig

        public ExportImportConfig()
    • Method Detail

      • getAction

        public static String getAction()
      • setAction

        public static void setAction​(String exportImportAction)
      • getProvider

        public static String getProvider()
      • setProvider

        public static void setProvider​(String exportImportProvider)
      • getRealmName

        public static String getRealmName()
      • setRealmName

        public static void setRealmName​(String realmName)
      • getDir

        public static String getDir()
      • getFile

        public static String getFile()
      • setFile

        public static void setFile​(String file)
      • getUsersExportStrategy

        public static org.keycloak.exportimport.UsersExportStrategy getUsersExportStrategy()
      • setUsersExportStrategy

        public static void setUsersExportStrategy​(org.keycloak.exportimport.UsersExportStrategy usersExportStrategy)
      • getUsersPerFile

        public static Integer getUsersPerFile()
      • setUsersPerFile

        public static void setUsersPerFile​(Integer usersPerFile)
      • getStrategy

        public static org.keycloak.exportimport.Strategy getStrategy()
      • isReplacePlaceholders

        public static boolean isReplacePlaceholders()
      • setReplacePlaceholders

        public static void setReplacePlaceholders​(boolean replacePlaceholders)