public class HostAttributes
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
HostAttributes(com.uc4.util.XMLDocument doc) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLicenseCategory()
Deprecated.
the license check has been removed in version 12.2 and higher
|
java.lang.String |
getSmgrName() |
java.lang.String |
getSmgrPhrase()
Returns the Service Manager Phrase.
|
int |
getSmgrPort()
Returns the port of the Service Manager.
|
java.lang.String |
getTrustedIPs()
Returns a String containing all trusted IPs separated by semicolon.
|
boolean |
isLinkToSmgr()
Returns
true if a link to the Service Manager has been enabled. |
void |
setLinkToSmgr(boolean linkToSmgr)
Enables or disables the link the Service Manager.
|
void |
setSmgrName(java.lang.String smgrName)
Sets the name of the Service Manager.
|
void |
setSmgrPhrase(java.lang.String smgrPhrase)
Sets the Service Manager Phrase.
|
void |
setSmgrPort(int smgrPort)
Sets the Service Manager port.
|
void |
setTrustedIPs(java.lang.String trustedIPs)
Sets a String containing all trusted IPs separated by semicolon.
|
protected void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element request) |
public java.lang.String getTrustedIPs()
public void setTrustedIPs(java.lang.String trustedIPs)
trustedIPs
- String containing all trusted IPs separated by semicolonpublic java.lang.String getSmgrPhrase()
public void setSmgrPhrase(java.lang.String smgrPhrase)
smgrPhrase
- Phrase, String with max. 25 charactererspublic java.lang.String getSmgrName()
public void setSmgrName(java.lang.String smgrName)
smgrName
- Name of the Service Managerpublic int getSmgrPort()
public void setSmgrPort(int smgrPort)
smgrPort
- Port of the Service Managerpublic boolean isLinkToSmgr()
true
if a link to the Service Manager has been enabled.public void setLinkToSmgr(boolean linkToSmgr)
linkToSmgr
- true if the link should be enabled, false otherwise.@Deprecated public java.lang.String getLicenseCategory()
protected void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element request)