Class OCIConfigFileReader.OCIConfigFile

java.lang.Object
oracle.nosql.driver.iam.OCIConfigFileReader.OCIConfigFile
Enclosing class:
OCIConfigFileReader

public static final class OCIConfigFileReader.OCIConfigFile extends Object
Cloud service only.

OCIConfigFile represents a simple lookup mechanism for an OCI config file.

  • Method Details

    • get

      public String get(String key)
      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