Package com.day.cq.dam.commons.proxy
Class ProxyConfigImpl
- java.lang.Object
-
- com.day.cq.dam.commons.proxy.ProxyConfigImpl
-
- All Implemented Interfaces:
ProxyConfig
@Service @Properties(@Property(name="process.label",value="DAM Cloud Config Helper Service")) public class ProxyConfigImpl extends java.lang.Object implements ProxyConfig
-
-
Field Summary
-
Fields inherited from interface com.day.cq.dam.commons.proxy.ProxyConfig
PROXY_CLOUD_CONFIG, PROXY_HOST, PROXY_HOST_DEFAULT, PROXY_PORT, PROXY_PORT_DEFAULT, PROXY_PSWD, PROXY_PSWD_DEFAULT, PROXY_USER, PROXY_USER_DEFAULT
-
-
Constructor Summary
Constructors Constructor Description ProxyConfigImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configuration
getConfiguration(ResourceResolver resourceResolver)
Configuration
getConfiguration(ResourceResolver resourceResolver, java.lang.String worker)
-
-
-
Method Detail
-
getConfiguration
public Configuration getConfiguration(ResourceResolver resourceResolver)
- Specified by:
getConfiguration
in interfaceProxyConfig
-
getConfiguration
public Configuration getConfiguration(ResourceResolver resourceResolver, java.lang.String worker)
- Specified by:
getConfiguration
in interfaceProxyConfig
-
-