Class OMRSAuditLogStoreProviderBase
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
,JDBCAuditLogDestinationProvider
,SLF4JAuditLogStoreProvider
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 Summary
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
auditLog, connectorInterfaces, connectorTypeBean
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
supportedConfigurationProperties, supportedTechnologyTypes, supportedTemplateTypes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list of recognized configuration properties supported by the base class for the connector.Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
equals, getClassForConnector, getConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getConnectorTypeProperties, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toString
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
getSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
-
Field Details
-
supportedSeveritiesProperty
Property name of supported severities- See Also:
-
-
Constructor Details
-
OMRSAuditLogStoreProviderBase
public OMRSAuditLogStoreProviderBase()Default Constructor
-
-
Method Details
-
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).
-