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<Connection> |
getAuditLogConnections()
Return the Connection properties used to create an OCF Connector to the AuditLog.
|
List<String> |
getAuditTrail()
Return the list of audit log entries associated with this config file.
|
String |
getAuthenticationSource()
Return the authentication source.
|
String |
getDescription()
Server description
|
String |
getLocalServerId()
Return the service name (the UI calls the services views).
|
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 |
getServiceName() |
String |
getVersionId()
Return the versionId of this document.
|
List<ViewServiceConfig> |
getViewServiceConfigs()
Return the configuration for the registered view services.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAuditLogConnections(List<Connection> auditLogConnections)
Set up the Connection properties used to create an OCF Connector to the AuditLog.
|
void |
setAuditTrail(List<String> auditTrail)
Set up the audit log messages.
|
void |
setAuthenticationSource(String authenticationSource)
Set up the authentication source.
|
void |
setDescription(String description)
Set up server description
|
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 |
setServiceName(String serviceName)
Set up the service name (the UI calls the services views).
|
void |
setVersionId(String versionId)
Set up the versionId of this document.
|
void |
setViewServiceConfigs(List<ViewServiceConfig> viewServiceConfigs)
Set up the configuration for the registered view services.
|
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 getServiceName()
public void setServiceName(String serviceName)
serviceName - name of the servicepublic 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 String getLocalServerType()
public void setLocalServerType(String localServerType)
localServerType - String server typepublic String getAuthenticationSource()
public void setAuthenticationSource(String authenticationSource)
authenticationSource - the name of the authentication sourcepublic String getDescription()
public void setDescription(String description)
description - String descriptionpublic List<Connection> getAuditLogConnections()
public void setAuditLogConnections(List<Connection> auditLogConnections)
auditLogConnections - list of Connection objectspublic List<ViewServiceConfig> getViewServiceConfigs()
public void setViewServiceConfigs(List<ViewServiceConfig> viewServiceConfigs)
viewServiceConfigs - array of configuration properties one for each view servicepublic 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.