Package oracle.nosql.driver.iam
Class OCIConfigFileReader.OCIConfigFile
java.lang.Object
oracle.nosql.driver.iam.OCIConfigFileReader.OCIConfigFile
- Enclosing class:
- OCIConfigFileReader
Cloud service only.
OCIConfigFile represents a simple lookup mechanism for an OCI config file.
-
Method Summary
-
Method Details
-
get
Gets the value associated with a given key. The value returned will be the one for the selected profile (if available), else the value in the DEFAULT profile (if specified), else null.- Parameters:
key
- the key- Returns:
- the value
-