Package de.xima.fc.workflow.model.nodes
Class FcHttpRequestProps.ProxyAuthProps
java.lang.Object
de.xima.fc.workflow.model.nodes.FcHttpRequestProps.ProxyAuthProps
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FcHttpRequestProps
POJO model class for the credentials to use with the proxy of the HTTP request action (applicable only when a
proxy is used).
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setProxyAuthLogin
(String proxyAuthLogin) void
setProxyAuthPwd
(String proxyAuthPwd)
-
Constructor Details
-
ProxyAuthProps
public ProxyAuthProps()
-
-
Method Details
-
getProxyAuthLogin
- Returns:
- Username for the proxy server.
-
getProxyAuthPwd
- Returns:
- Password for the proxy server.
-
setProxyAuthLogin
- Parameters:
proxyAuthLogin
- Username for the proxy server.
-
setProxyAuthPwd
- Parameters:
proxyAuthPwd
- Password for the proxy server.
-