public interface APIGatewayManager
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnforcementInfo(Gateway gatewayConfig,
CentraSiteRegistryObject deployedService,
java.lang.String resourcePath,
java.lang.String method,
java.lang.String operation)
Get enforcementSummary from API gateway (via REST call)
|
EnforcementInfo |
getEnforcementInfo(GatewayConfiguration gatewayConfig,
CentraSiteRegistryObject deployedService)
Get enforcementSummary from API gateway (via REST call)
|
EnforcementInfo getEnforcementInfo(GatewayConfiguration gatewayConfig, CentraSiteRegistryObject deployedService) throws CLLException
gatewayConfig
- the API gateway configuration with valuesdeployedService
- the service deployed to API gatewayCLLException
java.lang.String getEnforcementInfo(Gateway gatewayConfig, CentraSiteRegistryObject deployedService, java.lang.String resourcePath, java.lang.String method, java.lang.String operation) throws CLLException
gatewayConfig
- the API gateway configuration with valuesdeployedService
- the service deployed to API gatewayCLLException