Package com.axway.apim.users.adapter
Class UserAdapter
java.lang.Object
com.axway.apim.users.adapter.UserAdapter
- Direct Known Subclasses:
JSONUserAdapter
public abstract class UserAdapter extends Object
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG -
Constructor Summary
Constructors Constructor Description UserAdapter() -
Method Summary
Modifier and Type Method Description List<com.axway.apim.api.model.User>getUsers()abstract booleanreadConfig(Object config)
-
Field Details
-
LOG
protected static org.slf4j.Logger LOG
-
-
Constructor Details
-
UserAdapter
public UserAdapter()
-
-
Method Details
-
readConfig
public abstract boolean readConfig(Object config) throws com.axway.apim.lib.errorHandling.AppException- Throws:
com.axway.apim.lib.errorHandling.AppException
-
getUsers
public List<com.axway.apim.api.model.User> getUsers() throws com.axway.apim.lib.errorHandling.AppException- Throws:
com.axway.apim.lib.errorHandling.AppException
-