Class FcPostRequestProps.ProxyAuthProps

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    FcPostRequestProps

    public static class FcPostRequestProps.ProxyAuthProps
    extends Object
    implements Serializable
    POJO model class for the credentials to use with the proxy of the HTTP post request action (applicable only when a proxy is used).
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • ProxyAuthProps

        public ProxyAuthProps()
    • Method Detail

      • getProxyAuthLogin

        public String getProxyAuthLogin()
      • getProxyAuthPwd

        public String getProxyAuthPwd()
      • setProxyAuthLogin

        public void setProxyAuthLogin​(String proxyAuthLogin)
      • setProxyAuthPwd

        public void setProxyAuthPwd​(String proxyAuthPwd)