public final class IntegrityConfigurable extends Object implements Serializable
Constructor and Description |
---|
IntegrityConfigurable(String configId,
String ipHostName,
int ipPort,
String hostName,
int port,
boolean secure,
String userName,
String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Overridden equality function to safeguard from duplicate connections
|
String |
getConfigId()
Returns the unique id associated with this configuration
|
String |
getHostName()
Returns the host name of the Integrity Server
|
String |
getIpHostName()
Returns the Integration Point host name for the connection
|
int |
getIpPort()
Returns the Integration Point port of the API Session
|
String |
getName()
Returns the simple name for this Integrity Configuration
|
String |
getPassword()
Returns the encrypted password of the user connecting to the Integrity Server
|
String |
getPasswordInPlainText()
Returns the password (plain text) of the user connecting to the Integrity Server
|
int |
getPort()
Returns the port of the Integrity Server
|
hudson.util.Secret |
getSecretPassword()
Returns the Secret password in its raw form
|
boolean |
getSecure()
Returns true/false depending on secure sockets are enabled
|
String |
getUserName()
Returns the User connecting to the Integrity Server
|
int |
hashCode() |
void |
setConfigId(String id)
Sets the unique id for this configuration
|
void |
setHostName(String hostName)
Sets the host name of the Integrity Server
|
void |
setIpHostName(String ipHostName)
Sets the Integration Point host name of the API Session
|
void |
setIpPort(int ipPort)
Sets the Integration Point port of the API Session
|
void |
setPassword(String password)
Sets the encrypted Password of the user connecting to the Integrity Server
|
void |
setPort(int port)
Sets the port of the Integrity Server
|
void |
setSecure(boolean secure)
Toggles whether or not secure sockets are enabled
|
void |
setUserName(String userName)
Sets the User connecting to the Integrity Server
|
String |
toString() |
public String getConfigId()
public void setConfigId(String id)
id
- public String getIpHostName()
public void setIpHostName(String ipHostName)
public int getIpPort()
public void setIpPort(int ipPort)
public String getHostName()
public void setHostName(String hostName)
public int getPort()
public void setPort(int port)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public hudson.util.Secret getSecretPassword()
public String getPasswordInPlainText()
public void setPassword(String password)
password
- - The clear passwordpublic boolean getSecure()
public void setSecure(boolean secure)
public String getName()
public boolean equals(Object o)
Copyright © 2016–2024. All rights reserved.