public class EnvironmentRptPathProvider extends AbstractTemplateRptPathProvider
This path provider reads the path and resource id from environment variables
Use the contents of the OCI_RESOURCE_PRINCIPAL_RPT_PATH environment variable for the path and OCI_RESOURCE_PRINCIPAL_RPT_ID environment variable for the resource id,.
This path provider is used when the caller provides EnvironmentRptPathProvider as a path provider to the resource principals signer
Modifier and Type | Class and Description |
---|---|
static class |
EnvironmentRptPathProvider.LeafResourceRptPathProvider
This path provider reads the path and resource id for leaf resource from environment
variables
|
Modifier | Constructor and Description |
---|---|
|
EnvironmentRptPathProvider() |
protected |
EnvironmentRptPathProvider(String pathTemplate) |
Modifier and Type | Method and Description |
---|---|
protected static Map<String,String> |
buildReplacements() |
protected static String |
getPathTemplate() |
protected Map<String,String> |
getReplacements() |
protected static String |
getRptId() |
getPath
protected EnvironmentRptPathProvider(String pathTemplate)
public EnvironmentRptPathProvider()
protected Map<String,String> getReplacements()
getReplacements
in class AbstractTemplateRptPathProvider
protected static String getPathTemplate()
protected static String getRptId()
Copyright © 2016–2024. All rights reserved.