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 Summary
Constructors Constructor Description StringRptPathProvider(String path)Constructor of StringRptPathProvider. 
 - 
 
- 
- 
Constructor Detail
- 
StringRptPathProvider
public StringRptPathProvider(String path)
Constructor of StringRptPathProvider.- Parameters:
 path- string that represents the path for resource principal token.
 
 - 
 
- 
Method Detail
- 
getPath
public String getPath()
- Specified by:
 getPathin interfaceRptPathProvider
 
 - 
 
 -