public class UIServerConfig extends UIAdminServicesConfigHeader
| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION_ONE |
| Constructor and Description |
|---|
UIServerConfig()
Default constructor.
|
UIServerConfig(UIServerConfig template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
List<String> |
getAuditTrail()
Return the list of audit log entries associated with this config file.
|
List<GovernanceServerEndpoint> |
getGovernanceServerEndpoints()
Set the governance endpoints, which if specified for an governance override the metadata endpoint
return GovernanceServerEndpoint the governance endpoints
|
String |
getLocalServerId()
Return an unique identifier for this server.
|
String |
getLocalServerName()
Return the name of the ui server.
|
String |
getLocalServerPassword()
Return the password that the ui server should use on outbound REST calls (this is the password for
the localServerUserId).
|
String |
getLocalServerType()
Return the descriptive name for the server type.
|
String |
getLocalServerURL()
Return the base URL for calling the ui server.
|
String |
getLocalServerUserId()
Return the userId that the ui server should use when processing events and there is no external user
driving the operation.
|
int |
getMaxPageSize()
Return the maximum page size supported by this server.
|
String |
getMetadataServerName()
get the metadata server
|
String |
getMetadataServerURL()
The metadata server url
|
String |
getOrganizationName()
Return the name of the organization that is running the server.
|
Connection |
getServerSecurityConnection()
Return the connection for the optional server security connector that validates calls to
this server from admin to operations to metadata and governance services.
|
String |
getVersionId()
Return the versionId of this document.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAuditTrail(List<String> auditTrail)
Set up the audit log messages.
|
void |
setGovernanceServerEndpoints(List<GovernanceServerEndpoint> governanceServerEndpoints)
Set the governance endpoints, which if specified for an governance service override the Metadata endpoint
|
void |
setLocalServerId(String uiServerId)
Set up a unique identifier for this server.
|
void |
setLocalServerName(String uiServerName)
Set up the name of the ui server.
|
void |
setLocalServerPassword(String uiServerPassword)
Set up the password that the ui server should use on outbound REST calls (this is the password for
the localServerUserId).
|
void |
setLocalServerType(String localServerType)
Set up the descriptive name for the server type.
|
void |
setLocalServerURL(String uiServerURL)
Set up the base URL for calling the ui server.
|
void |
setLocalServerUserId(String uiServerUserId)
Set up the userId that the ui server should use when processing events and there is no external user
driving the operation.
|
void |
setMaxPageSize(int maxPageSize)
Set up the maximum page size supported by this server.
|
void |
setMetadataServerName(String metadataServerName)
Set up the localServerName for the metadata server.
|
void |
setMetadataServerURL(String metadataServerURL)
Set up the connection for the optional server security connector that validates calls to
this server from admin to operations to metadata and governance services.
|
void |
setOrganizationName(String organizationName)
Set up the name of the organization that is running the server.
|
void |
setServerSecurityConnection(Connection serverSecurityConnection)
Set up the connection for the optional server security connector that validates calls to
this server from admin to operations to metadata and governance services.
|
void |
setVersionId(String versionId)
Set up the versionId of this document.
|
String |
toString()
Standard toString method.
|
public static final String VERSION_ONE
public UIServerConfig()
public UIServerConfig(UIServerConfig template)
template - object to copypublic String getVersionId()
public void setVersionId(String versionId)
versionId - stringpublic String getLocalServerId()
public void setLocalServerId(String uiServerId)
uiServerId - string guidpublic String getLocalServerName()
public void setLocalServerName(String uiServerName)
uiServerName - String ui server namepublic String getOrganizationName()
public void setOrganizationName(String organizationName)
organizationName - String organization namepublic String getLocalServerURL()
public void setLocalServerURL(String uiServerURL)
uiServerURL - String URLpublic String getLocalServerUserId()
public void setLocalServerUserId(String uiServerUserId)
uiServerUserId - string user idpublic String getLocalServerPassword()
public void setLocalServerPassword(String uiServerPassword)
uiServerPassword - password in clearpublic int getMaxPageSize()
public void setMaxPageSize(int maxPageSize)
maxPageSize - int number of elementspublic Connection getServerSecurityConnection()
public void setServerSecurityConnection(Connection serverSecurityConnection)
serverSecurityConnection - connection beanpublic String getMetadataServerName()
public void setMetadataServerName(String metadataServerName)
metadataServerName - metadata server namepublic String getMetadataServerURL()
public void setMetadataServerURL(String metadataServerURL)
metadataServerURL - connection beanpublic List<GovernanceServerEndpoint> getGovernanceServerEndpoints()
public void setGovernanceServerEndpoints(List<GovernanceServerEndpoint> governanceServerEndpoints)
governanceServerEndpoints - governance endpointspublic String getLocalServerType()
public void setLocalServerType(String localServerType)
localServerType - String server typepublic List<String> getAuditTrail()
public void setAuditTrail(List<String> auditTrail)
auditTrail - list of audit messagespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.