Module io.helidon.integrations.oci
Package io.helidon.integrations.oci
Class ConfigMethodConfig.BuilderBase.ConfigMethodConfigImpl
java.lang.Object
io.helidon.integrations.oci.ConfigMethodConfig.BuilderBase.ConfigMethodConfigImpl
- All Implemented Interfaces:
Prototype.Api
,ConfigMethodConfig
- Enclosing class:
ConfigMethodConfig.BuilderBase<BUILDER extends ConfigMethodConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConfigMethodConfig>
protected static class ConfigMethodConfig.BuilderBase.ConfigMethodConfigImpl
extends Object
implements ConfigMethodConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.integrations.oci.ConfigMethodConfig
ConfigMethodConfig.Builder, ConfigMethodConfig.BuilderBase<BUILDER extends ConfigMethodConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConfigMethodConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ConfigMethodConfigImpl
(ConfigMethodConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
ConfigMethodConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
region
Description copied from interface:ConfigMethodConfig
The OCI region.- Specified by:
region
in interfaceConfigMethodConfig
- Returns:
- the OCI region
-
fingerprint
Description copied from interface:ConfigMethodConfig
The OCI authentication fingerprint.This configuration property must be provided in order to set the API signing key's fingerprint. See SimpleAuthenticationDetailsProvider.getFingerprint() for more details.
- Specified by:
fingerprint
in interfaceConfigMethodConfig
- Returns:
- the OCI authentication fingerprint
-
privateKey
Description copied from interface:ConfigMethodConfig
The OCI authentication private key resource. A resource can be defined as a resource on classpath, file on the file system, base64 encoded text value in config, or plain-text value in config.If not defined, we will use
.oci/oic_api_key.pem
file in user home directory.- Specified by:
privateKey
in interfaceConfigMethodConfig
- Returns:
- the OCI authentication key file
-
passphrase
Description copied from interface:ConfigMethodConfig
The OCI authentication passphrase.This property must be provided in order to set the SimpleAuthenticationDetailsProvider.getPassphraseCharacters().
- Specified by:
passphrase
in interfaceConfigMethodConfig
- Returns:
- the OCI authentication passphrase
-
tenantId
Description copied from interface:ConfigMethodConfig
The OCI tenant id.This property must be provided in order to set the SimpleAuthenticationDetailsProvider.getTenantId().
- Specified by:
tenantId
in interfaceConfigMethodConfig
- Returns:
- the OCI tenant id
-
userId
Description copied from interface:ConfigMethodConfig
The OCI user id.This property must be provided in order to set the SimpleAuthenticationDetailsProvider.getUserId().
- Specified by:
userId
in interfaceConfigMethodConfig
- Returns:
- the OCI user id
-
toString
-
equals
-
hashCode
public int hashCode()
-