Class OpenMetadataPlatformSecurityProvider

All Implemented Interfaces:
AuditLoggingComponent

public abstract class OpenMetadataPlatformSecurityProvider extends OpenConnectorProviderBase
OpenMetadataPlatformSecurityProvider provides implementation of the connector provider for the Open Metadata Platform Security connector.
  • Constructor Details

    • OpenMetadataPlatformSecurityProvider

      public OpenMetadataPlatformSecurityProvider()
      Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific OMRS Connector implementation.
    • OpenMetadataPlatformSecurityProvider

      public OpenMetadataPlatformSecurityProvider(OpenConnectorDefinition openConnectorDescription, String connectorClassName, List<String> recognizedConfigurationPropertyNames)
      Constructor for an open connector provider.
      Parameters:
      openConnectorDescription - connector definition
      connectorClassName - connector class name
      recognizedConfigurationPropertyNames - list of property names that the connector supports in the configuration properties.
    • OpenMetadataPlatformSecurityProvider

      public OpenMetadataPlatformSecurityProvider(OpenConnectorDefinition openConnectorDescription, String connectorClassName, List<String> recognizedConfigurationPropertyNames, List<String> connectorInterfaces, String expectedDataFormat)
      Constructor for an open connector provider.
      Parameters:
      openConnectorDescription - connector definition
      connectorClassName - connector class name
      recognizedConfigurationPropertyNames - list of property names that the connector supports in the configuration properties.
      connectorInterfaces - list of interfaces that the connector supports.
      expectedDataFormat - description of the data format that the connector expects.