Class IdentityPoolCredentialSource.CertificateConfig (1.35.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticclass IdentityPoolCredentialSource.CertificateConfigimplementsSerializableRepresents the configuration options for X.509-based workload credentials (mTLS). It specifies how to locate and use the client certificate, private key, and optional trust chain for mutual TLS authentication.
Implements
SerializableInherited Members
Methods
getCertificateConfigLocation()
publicStringgetCertificateConfigLocation()Returns the path to the client certificate file, or null if not set.
| Returns | |
|---|---|
| Type | Description |
String |
|
getTrustChainPath()
publicStringgetTrustChainPath()Returns the path to the trust chain file, or null if not set.
| Returns | |
|---|---|
| Type | Description |
String |
|
useDefaultCertificateConfig()
publicbooleanuseDefaultCertificateConfig()Returns whether the default certificate configuration should be used.
| Returns | |
|---|---|
| Type | Description |
boolean |
|