Package com.axway.apim.users.adapter
Class UserConfigAdapter
- java.lang.Object
-
- com.axway.apim.users.adapter.UserAdapter
-
- com.axway.apim.users.adapter.UserConfigAdapter
-
public class UserConfigAdapter extends UserAdapter
-
-
Constructor Summary
Constructors Constructor Description UserConfigAdapter(UserImportParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddImage(List<com.axway.apim.api.model.User> users, File parentFolder)voidreadConfig()com.axway.apim.api.model.UserreadUser(com.fasterxml.jackson.databind.ObjectMapper mapper, File configFile, File stageConfig, String stage)-
Methods inherited from class com.axway.apim.users.adapter.UserAdapter
getUsers
-
-
-
-
Constructor Detail
-
UserConfigAdapter
public UserConfigAdapter(UserImportParams params)
-
-
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
-
-