public class OMAGServerConfig extends AdminServicesConfigHeader
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
COMPATIBLE_VERSIONS |
static String |
defaultLocalServerType |
static String |
VERSION_ONE |
static String |
VERSION_TWO |
| Constructor and Description |
|---|
OMAGServerConfig()
Default constructor.
|
OMAGServerConfig(OMAGServerConfig 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<AccessServiceConfig> |
getAccessServicesConfig()
Return the configuration for the registered Open Metadata Access Services (OMASs).
|
List<String> |
getAuditTrail()
Return the list of audit log entries associated with this config file.
|
ConformanceSuiteConfig |
getConformanceSuiteConfig()
Return the configuration for the open metadata conformance suite services.
|
DataEngineProxyConfig |
getDataEngineProxyConfig()
Return the configuration for the data engine proxy services.
|
DataPlatformServicesConfig |
getDataPlatformServicesConfig()
Return the configuration for the data platform services.
|
DiscoveryEngineServicesConfig |
getDiscoveryEngineServicesConfig()
Return the configuration for a discovery server.
|
EventBusConfig |
getEventBusConfig()
Set up the information used to create connections to an event bus.
|
List<IntegrationServiceConfig> |
getIntegrationServicesConfig()
Return the configuration for the registered Open Metadata Integration Services (OMISs).
|
String |
getLocalServerId()
Return an unique identifier for this server.
|
String |
getLocalServerName()
Return the name of the local server.
|
String |
getLocalServerPassword()
Return the password that the local 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 local server.
|
String |
getLocalServerUserId()
Return the userId that the local 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.
|
OpenLineageServerConfig |
getOpenLineageServerConfig()
Return the configuration for open lineage services.
|
String |
getOrganizationName()
Return the name of the organization that is running the server.
|
RepositoryServicesConfig |
getRepositoryServicesConfig()
Return the Open Metadata Repository Services (OMRS) config.
|
SecurityOfficerConfig |
getSecurityOfficerConfig()
Return the configuration for the security officer services.
|
SecuritySyncConfig |
getSecuritySyncConfig()
Return the configuration for the security synchronization services.
|
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.
|
StewardshipEngineServicesConfig |
getStewardshipEngineServicesConfig()
Return the configuration for the stewardship services in a server.
|
String |
getVersionId()
Return the versionId of this document.
|
List<ViewServiceConfig> |
getViewServicesConfig()
Return the configuration for the registered Open Metadata View Services (OMVSs).
|
VirtualizationConfig |
getVirtualizationConfig()
Return the configuration for the virtualization services.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setAccessServicesConfig(List<AccessServiceConfig> accessServicesConfig)
Set up the configuration for the registered Open Metadata Access Services (OMASs).
|
void |
setAuditTrail(List<String> auditTrail)
Set up the audit log messages.
|
void |
setConformanceSuiteConfig(ConformanceSuiteConfig conformanceSuiteConfig)
Set up the configuration for the open metadata conformance suite services.
|
void |
setDataEngineProxyConfig(DataEngineProxyConfig dataEngineProxyConfig)
Set up the configuration for the data engine proxy services.
|
void |
setDataPlatformServicesConfig(DataPlatformServicesConfig dataPlatformServicesConfig)
Set up the configuration for the data platform services.
|
void |
setDiscoveryEngineServicesConfig(DiscoveryEngineServicesConfig discoveryEngineServicesConfig)
Set up the configuration for a discovery server.
|
void |
setEventBusConfig(EventBusConfig eventBusConfig)
Set up the information used to create connections to an event bus.
|
void |
setIntegrationServicesConfig(List<IntegrationServiceConfig> integrationServicesConfig)
Set up the configuration for the registered Open Metadata Integration Services (OMISs).
|
void |
setLocalServerId(String localServerId)
Set up a unique identifier for this server.
|
void |
setLocalServerName(String localServerName)
Set up the name of the local server.
|
void |
setLocalServerPassword(String localServerPassword)
Set up the password that the local 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 localServerURL)
Set up the base URL for calling the local server.
|
void |
setLocalServerUserId(String localServerUserId)
Set up the userId that the local 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 |
setOpenLineageServerConfig(OpenLineageServerConfig openLineageServerConfig)
Set up the configuration for open lineage services.
|
void |
setOrganizationName(String organizationName)
Set up the name of the organization that is running the server.
|
void |
setRepositoryServicesConfig(RepositoryServicesConfig repositoryServicesConfig)
Set up the Open Metadata Repository Services (OMRS) config.
|
void |
setSecurityOfficerConfig(SecurityOfficerConfig securityOfficerConfig)
Set up the configuration for the security officer services.
|
void |
setSecuritySyncConfig(SecuritySyncConfig securitySyncConfig)
Set up the configuration for the security synchronization services.
|
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 |
setStewardshipEngineServicesConfig(StewardshipEngineServicesConfig stewardshipEngineServicesConfig)
Set up the configuration for the stewardship services in a server.
|
void |
setVersionId(String versionId)
Set up the versionId of this document.
|
void |
setViewServicesConfig(List<ViewServiceConfig> viewServicesConfig)
Set up the configuration for the registered Open Metadata View Services (OMVSs).
|
void |
setVirtualizationConfig(VirtualizationConfig virtualizationConfig)
Set up the configuration for the virtualization services.
|
String |
toString()
Standard toString method.
|
public static final String VERSION_ONE
public static final String VERSION_TWO
public static final String defaultLocalServerType
public OMAGServerConfig()
public OMAGServerConfig(OMAGServerConfig template)
template - object to copypublic String getVersionId()
public void setVersionId(String versionId)
versionId - stringpublic String getLocalServerId()
public void setLocalServerId(String localServerId)
localServerId - string guidpublic String getLocalServerName()
public void setLocalServerName(String localServerName)
localServerName - String local server namepublic String getLocalServerType()
public void setLocalServerType(String localServerType)
localServerType - String server typepublic String getOrganizationName()
public void setOrganizationName(String organizationName)
organizationName - String organization namepublic String getLocalServerURL()
public void setLocalServerURL(String localServerURL)
localServerURL - String URLpublic String getLocalServerUserId()
public void setLocalServerUserId(String localServerUserId)
localServerUserId - string user idpublic String getLocalServerPassword()
public void setLocalServerPassword(String localServerPassword)
localServerPassword - 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 EventBusConfig getEventBusConfig()
public void setEventBusConfig(EventBusConfig eventBusConfig)
eventBusConfig - EventBusConfig objectpublic List<AccessServiceConfig> getAccessServicesConfig()
public void setAccessServicesConfig(List<AccessServiceConfig> accessServicesConfig)
accessServicesConfig - array of configuration properties, one for each OMASpublic List<IntegrationServiceConfig> getIntegrationServicesConfig()
public void setIntegrationServicesConfig(List<IntegrationServiceConfig> integrationServicesConfig)
integrationServicesConfig - array of configuration properties, one for each OMISpublic List<ViewServiceConfig> getViewServicesConfig()
public void setViewServicesConfig(List<ViewServiceConfig> viewServicesConfig)
viewServicesConfig - array of configuration properties, one for each OMVSpublic RepositoryServicesConfig getRepositoryServicesConfig()
public void setRepositoryServicesConfig(RepositoryServicesConfig repositoryServicesConfig)
repositoryServicesConfig - configuration properties that control OMRSpublic ConformanceSuiteConfig getConformanceSuiteConfig()
public void setConformanceSuiteConfig(ConformanceSuiteConfig conformanceSuiteConfig)
conformanceSuiteConfig - configuration properties that control the operation of the open metadata test labs.public DiscoveryEngineServicesConfig getDiscoveryEngineServicesConfig()
public void setDiscoveryEngineServicesConfig(DiscoveryEngineServicesConfig discoveryEngineServicesConfig)
discoveryEngineServicesConfig - DiscoveryServerConfig propertiespublic OpenLineageServerConfig getOpenLineageServerConfig()
public void setOpenLineageServerConfig(OpenLineageServerConfig openLineageServerConfig)
openLineageServerConfig - OpenLineageConfig propertiespublic StewardshipEngineServicesConfig getStewardshipEngineServicesConfig()
public void setStewardshipEngineServicesConfig(StewardshipEngineServicesConfig stewardshipEngineServicesConfig)
stewardshipEngineServicesConfig - StewardshipServicesConfig propertiespublic SecuritySyncConfig getSecuritySyncConfig()
public void setSecuritySyncConfig(SecuritySyncConfig securitySyncConfig)
securitySyncConfig - SecuritySyncConfig propertiespublic SecurityOfficerConfig getSecurityOfficerConfig()
public void setSecurityOfficerConfig(SecurityOfficerConfig securityOfficerConfig)
securityOfficerConfig - SecurityOfficerConfig propertiespublic VirtualizationConfig getVirtualizationConfig()
public void setDataEngineProxyConfig(DataEngineProxyConfig dataEngineProxyConfig)
dataEngineProxyConfig - propertiespublic DataEngineProxyConfig getDataEngineProxyConfig()
public void setVirtualizationConfig(VirtualizationConfig virtualizationConfig)
virtualizationConfig - propertiespublic DataPlatformServicesConfig getDataPlatformServicesConfig()
public void setDataPlatformServicesConfig(DataPlatformServicesConfig dataPlatformServicesConfig)
dataPlatformServicesConfig - propertiespublic List<String> getAuditTrail()
public void setAuditTrail(List<String> auditTrail)
auditTrail - list of audit messagespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.