Class ConnectorBase.ProtectedConnection
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.properties.AssetPropertyElementBase
org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
org.odpi.openmetadata.frameworks.connectors.ConnectorBase.ProtectedConnection
- Enclosing class:
- ConnectorBase
ProtectedConnection provides a subclass to Connection in order to extract protected values from the
connection in order to supply them to the Connector implementation.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
connectionBean
Fields inherited from class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
referenceableBean
-
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.ConnectionProperties
equals, getClearPassword, getConfigurationProperties, getConnectionName, getConnectorType, getDescription, getDisplayName, getEncryptedPassword, getEndpoint, getSecuredProperties, getUserId, hashCode, toString
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.AssetReferenceable
getAdditionalProperties, getQualifiedName, getReferenceableBean, setBean
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.properties.AssetElementHeader
getClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getOrigin, getStatus, getType, getVersions, setBean
-
Method Details
-
getConnectionBean
Return a copy of the ConnectionBean.- Overrides:
getConnectionBean
in classConnectionProperties
- Returns:
- Connection bean
-