public class ConnectionAttributes
extends java.lang.Object
| Constructor and Description |
|---|
ConnectionAttributes()
Creates
ConnectionAttributes. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClient() |
int |
getDefaultJobPlanElse()
Returns the default JobPlan task ELSE Action.
|
java.lang.String |
getDepartment() |
java.lang.String |
getEncoding()
Returns the encoding used for communication between API and CP.
|
byte[] |
getKerberosToken()
Returns the kerberos token.
|
java.lang.String |
getKicks()
This connection is registered to receive the kick messages returned by this procedure.
|
java.lang.String |
getLanguage() |
java.lang.String |
getPassword() |
java.lang.String |
getPasswordType()
Returns the type of the secret if the defined in the Connection.open() method.
|
java.lang.String |
getRemoteHost()
Returns the host name of the API user.
|
java.lang.String |
getRemoteID()
Returns the remote ID.
|
java.lang.String |
getServerVersion()
Returns the version of the the Automation Engine.
|
java.lang.String |
getSessionId() |
java.util.TimeZone |
getSessionTimeZone()
Gets the session time zone.
|
java.lang.String |
getSpnegoToken()
Returns the browser token.
|
java.lang.String |
getSystemName() |
java.lang.String |
getToken()
Returns a logon token which can be used instead of a password.
|
java.lang.String |
getTokenAgent()
Returns the Agent name if the API is used within an UC4 Agent.
|
com.uc4.translate.Message |
getTranslator()
Returns the message translator.
|
java.lang.String |
getUserIdnr() |
java.lang.String |
getUserName() |
long |
getWFRunID()
Returns the ARA Workflow ID.
|
boolean |
hasAdoptPrivilege()
Returns
true if this user is allowed to execute the AdoptTask request. |
boolean |
hasBackendVariablePrivilege()
Returns
true if this user is allowed to create and modify backend variables. |
boolean |
hasSelectiveStatisticsPrivilege()
Returns
true if this user is allowed to access selective statistics. |
boolean |
hasSystemOverviewPrivilege()
Returns
true if this user is allowed to read the system overview. |
boolean |
isDeploymentClient()
Returns
true if deployment is enabled for this connection otherwise false. |
boolean |
isRequestTest()
Returns
true if internal test are enabled. |
boolean |
isSSO()
Returns
true if single sign on is active. |
boolean |
isValid()
Returns
true if this connection is valid. |
Settings |
settings() |
public boolean isRequestTest()
true if internal test are enabled.
To enable internal request tests call the method Connection#setDebug and set the second
parameter to true.public Settings settings()
public boolean isDeploymentClient()
true if deployment is enabled for this connection otherwise false.public java.lang.String getTokenAgent()
null if not setpublic java.lang.String getToken()
public java.lang.String getRemoteHost()
public java.lang.String getServerVersion()
public boolean hasSystemOverviewPrivilege()
true if this user is allowed to read the system overview.public boolean hasAdoptPrivilege()
true if this user is allowed to execute the AdoptTask request.public boolean hasSelectiveStatisticsPrivilege()
true if this user is allowed to access selective statistics.public boolean hasBackendVariablePrivilege()
true if this user is allowed to create and modify backend variables.public com.uc4.translate.Message getTranslator()
public java.lang.String getClient()
public java.lang.String getDepartment()
public java.lang.String getLanguage()
public boolean isValid()
true if this connection is valid.public java.lang.String getPassword()
public byte[] getKerberosToken()
public java.lang.String getSpnegoToken()
public long getWFRunID()
public java.lang.String getSessionId()
public java.lang.String getSystemName()
public java.lang.String getUserIdnr()
public java.lang.String getUserName()
public java.lang.String getEncoding()
public int getDefaultJobPlanElse()
public boolean isSSO()
true if single sign on is active.public java.lang.String getRemoteID()
public java.lang.String getPasswordType()
null if not set.public java.util.TimeZone getSessionTimeZone()
public java.lang.String getKicks()