Class EnvVarSecretsStoreProvider
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.ConnectorProvider
org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBase
org.odpi.openmetadata.adapters.connectors.secretsstore.envar.EnvVarSecretsStoreProvider
- All Implemented Interfaces:
- AuditLoggingComponent
EnvVarSecretsStoreProvider is the connector provider for the Secrets Store that uses environment variables.
- 
Field SummaryFields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBaseauditLog, connectorInterfaces, connectorTypeBeanFields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvidersupportedConfigurationProperties, supportedTechnologyTypes, supportedTemplateTypes
- 
Constructor SummaryConstructorsConstructorDescriptionConstructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
- 
Method SummaryMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProviderBaseequals, getClassForConnector, getConnector, getConnectorClassName, getConnectorComponentDescription, getConnectorType, getNewConnectorGUID, hashCode, setAuditLog, setConnectorClassName, setConnectorComponentDescription, setConnectorTypeProperties, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorProvidergetSupportedConfigurationProperties, getSupportedTechnologyTypes, getSupportedTemplateTypes
- 
Constructor Details- 
EnvVarSecretsStoreProviderpublic EnvVarSecretsStoreProvider()Constructor used to initialize the ConnectorProvider with the Java class name of the specific store implementation.
 
-