Class OciCertificatesTlsManagerConfig.BuilderBase<BUILDER extends OciCertificatesTlsManagerConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends OciCertificatesTlsManagerConfig>
java.lang.Object
io.helidon.integrations.oci.tls.certificates.OciCertificatesTlsManagerConfig.BuilderBase<BUILDER,PROTOTYPE>
- Type Parameters:
BUILDER
- type of the builder extending this abstract builderPROTOTYPE
- type of the prototype interface that would be built byPrototype.Builder.buildPrototype()
- All Implemented Interfaces:
Prototype.Builder<BUILDER,
,PROTOTYPE> Prototype.ConfiguredBuilder<BUILDER,
PROTOTYPE>
- Direct Known Subclasses:
OciCertificatesTlsManagerConfig.Builder
- Enclosing interface:
OciCertificatesTlsManagerConfig
public abstract static class OciCertificatesTlsManagerConfig.BuilderBase<BUILDER extends OciCertificatesTlsManagerConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends OciCertificatesTlsManagerConfig>
extends Object
implements Prototype.ConfiguredBuilder<BUILDER,PROTOTYPE>
Fluent API builder base for
OciCertificatesTlsManager
.-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncaOcid()
The Certificate Authority OCID.The Certificate Authority OCID.certOcid()
The Certificate OCID.The Certificate OCID.Clear existing value of this property.Clear existing value of this property.The OCID of the compartment the services are in.compartmentOcid
(String compartmentOcid) The OCID of the compartment the services are in.config()
If this instance was configured, this would be the config instance used.Update builder from configuration (node of this type).from
(OciCertificatesTlsManagerConfig prototype) Update this builder from an existing prototype instance.from
(OciCertificatesTlsManagerConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.keyOcid()
The Key OCID.The Key OCID.The Key password.keyPassword
(char[] keyPassword) The Key password.keyPassword
(String keyPassword) The Key password.keyPassword
(Supplier<char[]> keyPassword) The Key password.protected void
Handles providers and decorators.schedule()
The schedule for trigger a reload check, testing whether there is a newTls
instance available.The schedule for trigger a reload check, testing whether there is a newTls
instance available.toString()
protected void
Validates required properties.The address to use for the OCI Key Management Service / Vault crypto usage.vaultCryptoEndpoint
(URI vaultCryptoEndpoint) The address to use for the OCI Key Management Service / Vault crypto usage.The address to use for the OCI Key Management Service / Vault management usage.vaultManagementEndpoint
(URI vaultManagementEndpoint) The address to use for the OCI Key Management Service / Vault management usage.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.helidon.builder.api.Prototype.Builder
buildPrototype, self
Methods inherited from interface io.helidon.builder.api.Prototype.ConfiguredBuilder
discoverService, discoverServices
-
Constructor Details
-
BuilderBase
protected BuilderBase()Protected to support extensibility.
-
-
Method Details
-
from
Update this builder from an existing prototype instance. This method disables automatic service discovery.- Parameters:
prototype
- existing prototype to update this builder from- Returns:
- updated builder instance
-
from
Update this builder from an existing prototype builder instance.- Parameters:
builder
- existing builder prototype to update this builder from- Returns:
- updated builder instance
-
config
Update builder from configuration (node of this type). If a value is present in configuration, it would override currently configured values.- Specified by:
config
in interfacePrototype.ConfiguredBuilder<BUILDER extends OciCertificatesTlsManagerConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OciCertificatesTlsManagerConfig> - Parameters:
config
- configuration instance used to obtain values to update this builder- Returns:
- updated builder instance
-
schedule
The schedule for trigger a reload check, testing whether there is a newTls
instance available.- Parameters:
schedule
- the schedule for reload- Returns:
- updated builder instance
- See Also:
-
vaultCryptoEndpoint
The address to use for the OCI Key Management Service / Vault crypto usage. Each OCI Vault has public crypto and management endpoints. We need to specify the crypto endpoint of the vault we are rotating the private keys in. The implementation expects both client and server to store the private key in the same vault.- Parameters:
vaultCryptoEndpoint
- the address for the key management service / vault crypto usage- Returns:
- updated builder instance
- See Also:
-
clearVaultManagementEndpoint
Clear existing value of this property.- Returns:
- updated builder instance
- See Also:
-
vaultManagementEndpoint
The address to use for the OCI Key Management Service / Vault management usage. The crypto endpoint of the vault we are rotating the private keys in.- Parameters:
vaultManagementEndpoint
- the address for the key management service / vault management usage- Returns:
- updated builder instance
- See Also:
-
clearCompartmentOcid
Clear existing value of this property.- Returns:
- updated builder instance
- See Also:
-
compartmentOcid
The OCID of the compartment the services are in.- Parameters:
compartmentOcid
- the compartment OCID- Returns:
- updated builder instance
- See Also:
-
caOcid
The Certificate Authority OCID.- Parameters:
caOcid
- certificate authority OCID- Returns:
- updated builder instance
- See Also:
-
certOcid
The Certificate OCID.- Parameters:
certOcid
- certificate OCID- Returns:
- updated builder instance
- See Also:
-
keyOcid
The Key OCID.- Parameters:
keyOcid
- key OCID- Returns:
- updated builder instance
- See Also:
-
keyPassword
The Key password.- Parameters:
keyPassword
- key password- Returns:
- updated builder instance
- See Also:
-
keyPassword
The Key password.- Parameters:
keyPassword
- key password- Returns:
- updated builder instance
- See Also:
-
keyPassword
The Key password.- Parameters:
keyPassword
- key password- Returns:
- updated builder instance
- See Also:
-
schedule
The schedule for trigger a reload check, testing whether there is a newTls
instance available.- Returns:
- the schedule
-
vaultCryptoEndpoint
The address to use for the OCI Key Management Service / Vault crypto usage. Each OCI Vault has public crypto and management endpoints. We need to specify the crypto endpoint of the vault we are rotating the private keys in. The implementation expects both client and server to store the private key in the same vault.- Returns:
- the vault crypto endpoint
-
vaultManagementEndpoint
The address to use for the OCI Key Management Service / Vault management usage. The crypto endpoint of the vault we are rotating the private keys in.- Returns:
- the vault management endpoint
-
compartmentOcid
The OCID of the compartment the services are in.- Returns:
- the compartment ocid
-
caOcid
The Certificate Authority OCID.- Returns:
- the ca ocid
-
certOcid
The Certificate OCID.- Returns:
- the cert ocid
-
keyOcid
The Key OCID.- Returns:
- the key ocid
-
keyPassword
The Key password.- Returns:
- the key password
-
config
If this instance was configured, this would be the config instance used.- Returns:
- config node used to configure this builder, or empty if not configured
-
toString
-
preBuildPrototype
protected void preBuildPrototype()Handles providers and decorators. -
validatePrototype
protected void validatePrototype()Validates required properties.
-