Class UserConfigAdapter

    • Constructor Detail

    • Method Detail

      • readConfig

        public void readConfig()
                        throws com.axway.apim.lib.error.AppException
        Throws:
        com.axway.apim.lib.error.AppException
      • addImage

        public void addImage​(List<com.axway.apim.api.model.User> users,
                             File parentFolder)
                      throws com.axway.apim.lib.error.AppException
        Throws:
        com.axway.apim.lib.error.AppException
      • readUser

        public com.axway.apim.api.model.User readUser​(com.fasterxml.jackson.databind.ObjectMapper mapper,
                                                      File configFile,
                                                      File stageConfig,
                                                      String stage)
                                               throws IOException
        Throws:
        IOException