public class NetworkProxy extends MorpheusModel
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name
The displayable name given to the proxy configuration being referenced
|
config, id| Constructor and Description |
|---|
NetworkProxy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the displayable name given to the proxy configuration being referenced.
|
java.lang.String |
getProxyDomain()
Gets the proxy domain used for proxy authentication typically with KERBEROS or Windows Domain related Proxy Servers.
|
java.lang.String |
getProxyHost()
Fetches the Host IP of the proxy server being utilized.
|
java.lang.String |
getProxyPassword()
Gets the Password used to authenticate with the proxy server, if applicable
|
java.lang.Integer |
getProxyPort()
Gets the configured proxy port, this is typically related to SOCKS compliant Proxies.
|
java.lang.String |
getProxyUser()
Gets the Username used to authenticate with the proxy server, if applicable
|
java.lang.String |
getProxyWorkstation()
Gets the proxy workstation used for proxy authentication.
|
void |
setName(java.lang.String name)
Sets the displayable name given to the proxy configuration being referenced.
|
void |
setProxyDomain(java.lang.String proxyDomain)
Sets the proxy domain used for proxy authentication typically with KERBEROS or Windows Domain related Proxy Servers.
|
void |
setProxyHost(java.lang.String proxyHost)
Sets the Host IP of the proxy server being utilized.
|
void |
setProxyPassword(java.lang.String proxyPassword)
Sets the Password used to authenticate with the proxy server, if applicable
|
void |
setProxyPort(java.lang.Integer proxyPort)
Sets the configured proxy port, this is typically related to SOCKS compliant Proxies.
|
void |
setProxyUser(java.lang.String proxyUser)
Sets the Username used to authenticate with the proxy server, if applicable
|
void |
setProxyWorkstation(java.lang.String proxyWorkstation)
Sets the proxy workstation used for proxy authentication.
|
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, markClean, markDirty, setConfig, setConfigMap, setIdprotected java.lang.String name
public java.lang.String getName()
public void setName(java.lang.String name)
name - the display name for the current proxy recordpublic java.lang.String getProxyHost()
public void setProxyHost(java.lang.String proxyHost)
proxyHost - proxy hostpublic java.lang.Integer getProxyPort()
public void setProxyPort(java.lang.Integer proxyPort)
proxyPort - numerical tcp/ip Port of the proxy servicepublic java.lang.String getProxyUser()
public void setProxyUser(java.lang.String proxyUser)
proxyUser - String of the username used for authenticationpublic java.lang.String getProxyPassword()
public void setProxyPassword(java.lang.String proxyPassword)
proxyPassword - the password that is used for password authentication with the proxypublic java.lang.String getProxyDomain()
public void setProxyDomain(java.lang.String proxyDomain)
proxyDomain - the domain we wish to authenticate against for authorization to use this proxy serverpublic java.lang.String getProxyWorkstation()
public void setProxyWorkstation(java.lang.String proxyWorkstation)
proxyWorkstation - the workstation property used for some types of windows proxy authentication schemes