Package com.oracle.bmc.auth.internal
Class ConfigFileDelegationTokenUtils
- java.lang.Object
-
- com.oracle.bmc.auth.internal.ConfigFileDelegationTokenUtils
-
public class ConfigFileDelegationTokenUtils extends Object
This class allows users to load delegation token from the config file
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
parseAndGetToken(ConfigFileReader.ConfigFile effectiveConfigFile)
parses the config file and retrieves token file and returns the delegation token from the file
-
-
-
Method Detail
-
parseAndGetToken
public static String parseAndGetToken(ConfigFileReader.ConfigFile effectiveConfigFile) throws IOException
parses the config file and retrieves token file and returns the delegation token from the file- Throws:
IOException
-
-