Package com.oracle.bmc.auth.internal
Class StringRptPathProvider
- java.lang.Object
- 
- com.oracle.bmc.auth.internal.StringRptPathProvider
 
- 
- All Implemented Interfaces:
- RptPathProvider
 
 public class StringRptPathProvider extends Object implements RptPathProvider This path provider directly takes a string and returns it.
- 
- 
Constructor SummaryConstructors Constructor Description StringRptPathProvider(String path)Constructor of StringRptPathProvider.
 
- 
- 
- 
Constructor Detail- 
StringRptPathProviderpublic StringRptPathProvider(String path) Constructor of StringRptPathProvider.- Parameters:
- path- string that represents the path for resource principal token.
 
 
- 
 - 
Method Detail- 
getPathpublic String getPath() - Specified by:
- getPathin interface- RptPathProvider
 
 
- 
 
-