Package com.axway.apim.adapter.apis
Class APIManagerConfigAdapter
- java.lang.Object
-
- com.axway.apim.adapter.apis.APIManagerConfigAdapter
-
public class APIManagerConfigAdapter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classAPIManagerConfigAdapter.ConfigFieldsConfig fields that were introduced with a certain API-Manager version.
-
Constructor Summary
Constructors Constructor Description APIManagerConfigAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfiggetConfig(boolean useAdmin)voidupdateConfiguration(Config desiredConfig)
-
-
-
Method Detail
-
getConfig
public Config getConfig(boolean useAdmin) throws AppException
- Throws:
AppException
-
updateConfiguration
public void updateConfiguration(Config desiredConfig) throws AppException
- Throws:
AppException
-
-