Class APIManagerCustomPropertiesAdapter
- java.lang.Object
-
- com.axway.apim.adapter.custom.properties.APIManagerCustomPropertiesAdapter
-
public class APIManagerCustomPropertiesAdapter extends Object
-
-
Constructor Summary
Constructors Constructor Description APIManagerCustomPropertiesAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomPropertiesgetCustomProperties()Map<String,CustomProperty>getCustomProperties(CustomProperties.Type type)List<String>getCustomPropertyNames(CustomProperties.Type type)Map<String,CustomProperty>getRequiredCustomProperties(CustomProperties.Type type)
-
-
-
Method Detail
-
getCustomProperties
public CustomProperties getCustomProperties() throws AppException
- Throws:
AppException
-
getRequiredCustomProperties
public Map<String,CustomProperty> getRequiredCustomProperties(CustomProperties.Type type) throws AppException
- Throws:
AppException
-
getCustomProperties
public Map<String,CustomProperty> getCustomProperties(CustomProperties.Type type) throws AppException
- Throws:
AppException
-
getCustomPropertyNames
public List<String> getCustomPropertyNames(CustomProperties.Type type) throws AppException
- Throws:
AppException
-
-