public class OMAGServerConfig extends AdminServicesConfigHeader
| 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 (OMAS).
|
List<String> |
getAuditTrail()
Return the list of audit log entries associated with this config file.
|
DiscoveryEngineConfig |
getDiscoveryEngineConfig()
Return the configuration for a discovery engine.
|
EventBusConfig |
getEventBusConfig()
Set up the information used to create connections to an event bus.
|
String |
getLocalServerId()
Return an unique identifier for this server.
|
String |
getLocalServerName()
Return the name of the local server.
|
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.
|
String |
getOrganizationName()
Return the name of the organization that is running the server.
|
RepositoryServicesConfig |
getRepositoryServicesConfig()
Return the Open Metadata Repository Services (OMRS) config.
|
SecuritySyncConfig |
getSecuritySyncConfig()
Return the configuration for the security synchronization services.
|
StewardshipServicesConfig |
getStewardshipServicesConfig()
Return the configuration for the stewardship services in a server.
|
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 (OMAS).
|
void |
setAuditTrail(List<String> auditTrail)
Set up the audit log messages.
|
void |
setDiscoveryEngineConfig(DiscoveryEngineConfig discoveryEngineConfig)
Set up the configuration for a discovery engine.
|
void |
setEventBusConfig(EventBusConfig eventBusConfig)
Set up the information used to create connections to an event bus.
|
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 |
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 |
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 |
setSecuritySyncConfig(SecuritySyncConfig securitySyncConfig)
Set up the configuration for the security synchronization services.
|
void |
setStewardshipServicesConfig(StewardshipServicesConfig stewardshipServicesConfig)
Set up the configuration for the stewardship services in a server.
|
String |
toString()
Standard toString method.
|
public OMAGServerConfig()
public OMAGServerConfig(OMAGServerConfig template)
public 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 int getMaxPageSize()
public void setMaxPageSize(int maxPageSize)
maxPageSize - int number of elementspublic 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 RepositoryServicesConfig getRepositoryServicesConfig()
public void setRepositoryServicesConfig(RepositoryServicesConfig repositoryServicesConfig)
repositoryServicesConfig - configuration properties that control OMRSpublic DiscoveryEngineConfig getDiscoveryEngineConfig()
public void setDiscoveryEngineConfig(DiscoveryEngineConfig discoveryEngineConfig)
discoveryEngineConfig - DiscoveryEngineConfig propertiespublic StewardshipServicesConfig getStewardshipServicesConfig()
public void setStewardshipServicesConfig(StewardshipServicesConfig stewardshipServicesConfig)
stewardshipServicesConfig - StewardshipServicesConfig propertiespublic SecuritySyncConfig getSecuritySyncConfig()
public void setSecuritySyncConfig(SecuritySyncConfig securitySyncConfig)
securitySyncConfig - SecuritySyncConfig propertiespublic 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.