public static class ResourcePrincipalAuthenticationDetailsProvider.ResourcePrincipalAuthenticationDetailsProviderBuilder extends Object
Builder for ResourcePrincipalAuthenticationDetailsProvider that understands the V2.2 configuration
Modifier and Type | Method and Description |
---|---|
static ResourcePrincipalAuthenticationDetailsProvider |
build_2_2(String ociResourcePrincipalPrivateKey,
String ociResourcePrincipalPassphrase,
String ociResourcePrincipalRPST,
String ociResourcePrincipalRegion,
String inputType)
Helper method that interprets the runtime environment to build a v2.2-configured client
|
ResourcePrincipalAuthenticationDetailsProvider |
build()
Examine the environment of the running process; construct a
ResourcePrincipalAuthenticationDetailsProvider
accordingly. |
public ResourcePrincipalAuthenticationDetailsProvider build()
Examine the environment of the running process; construct a ResourcePrincipalAuthenticationDetailsProvider
accordingly.
public static ResourcePrincipalAuthenticationDetailsProvider build_2_2(String ociResourcePrincipalPrivateKey, String ociResourcePrincipalPassphrase, String ociResourcePrincipalRPST, String ociResourcePrincipalRegion, String inputType)
Helper method that interprets the runtime environment to build a v2.2-configured client
Copyright © 2016–2020. All rights reserved.