Package | Description |
---|---|
com.oracle.bmc.auth |
Modifier and Type | Class and Description |
---|---|
class |
URLBasedX509CertificateSupplier
X509CertificateSupplier implementation that reads both certificate and private key off of URL. |
Modifier and Type | Field and Description |
---|---|
protected X509CertificateSupplier |
AbstractFederationClientAuthenticationDetailsProviderBuilder.leafCertificateSupplier
The leaf certificate, or null if detecting from instance metadata.
|
Modifier and Type | Field and Description |
---|---|
protected Set<X509CertificateSupplier> |
AbstractRequestingAuthenticationDetailsProvider.Builder.intermediateCertificateSuppliers |
Modifier and Type | Method and Description |
---|---|
X509CertificateSupplier |
AbstractFederationClientAuthenticationDetailsProviderBuilder.getLeafCertificateSupplier()
The leaf certificate, or null if detecting from instance metadata.
|
Modifier and Type | Method and Description |
---|---|
B |
AbstractFederationClientAuthenticationDetailsProviderBuilder.leafCertificateSupplier(X509CertificateSupplier leafCertificateSupplier)
Configures the custom leafCertificateSupplier to use.
|
InstancePrincipalsAuthenticationDetailsProvider.InstancePrincipalsAuthenticationDetailsProviderBuilder |
InstancePrincipalsAuthenticationDetailsProvider.InstancePrincipalsAuthenticationDetailsProviderBuilder.leafCertificateSupplier(X509CertificateSupplier leafCertificateSupplier) |
Modifier and Type | Method and Description |
---|---|
B |
AbstractRequestingAuthenticationDetailsProvider.Builder.intermediateCertificateSuppliers(Set<X509CertificateSupplier> intermediateCertificateSuppliers)
Configures the set of intermediate certificate suppliers to use, if any.
|
Copyright © 2016–2019. All rights reserved.