java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.repositoryservices.connectors.stores.auditlogstore.OMRSAuditLogStoreProviderBase
All Implemented Interfaces:
AuditLoggingComponent
Direct Known Subclasses:
ConsoleAuditLogStoreProvider, EventDisplayAuditLogStoreProvider, EventTopicAuditLogStoreProvider, FileBasedAuditLogStoreProvider, SLF4JAuditLogStoreProvider

public abstract class OMRSAuditLogStoreProviderBase extends ConnectorProviderBase
The OMRSAuditLogStoreProviderBase provides a base class for the connector provider supporting OMRS audit log stores. It extends ConnectorProviderBase which does the creation of connector instances. The subclasses of OMRSAuditLogStoreProviderBase must initialize ConnectorProviderBase with the Java class name of the audit log connector implementation (by calling super.setConnectorClassName(className)). Then the connector provider will work.
  • Field Details

    • supportedSeveritiesProperty

      public static final String supportedSeveritiesProperty
      Property name of supported severities
      See Also:
  • Constructor Details

    • OMRSAuditLogStoreProviderBase

      public OMRSAuditLogStoreProviderBase()
      Default Constructor
  • Method Details

    • getRecognizedConfigurationProperties

      protected List<String> getRecognizedConfigurationProperties()
      Return the list of recognized configuration properties supported by the base class for the connector.
      Returns:
      list of Audit log severities that this connector is configured to support (see OMRSAuditLogRecordSeverity).