Package io.quarkus.oidc
Class OidcTenantConfig.CertificateChain
java.lang.Object
io.quarkus.oidc.OidcTenantConfig.CertificateChain
- All Implemented Interfaces:
OidcTenantConfig.CertificateChain
- Enclosing class:
- OidcTenantConfig
@Deprecated(since="3.18")
public static class OidcTenantConfig.CertificateChain
extends Object
implements OidcTenantConfig.CertificateChain
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Common name of the leaf certificate.Deprecated.A parameter to specify the alias of the truststore certificate.Deprecated.Truststore file which keeps thumbprints of the trusted certificates.Deprecated.An optional parameter to specify type of the truststore file.Deprecated.A parameter to specify the password of the truststore file if it is configured withtrustStoreFile
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Common name of the leaf certificate.void
setLeafCertificateName
(String leafCertificateName) Deprecated.void
setTrustStoreCertAlias
(String trustStoreCertAlias) Deprecated.void
setTrustStoreFile
(Path trustStoreFile) Deprecated.void
setTrustStoreFileType
(Optional<String> trustStoreFileType) Deprecated.void
setTrustStorePassword
(String trustStorePassword) Deprecated.Deprecated.A parameter to specify the alias of the truststore certificate.Deprecated.Truststore file which keeps thumbprints of the trusted certificates.Deprecated.An optional parameter to specify type of the truststore file.Deprecated.A parameter to specify the password of the truststore file if it is configured withOidcTenantConfig.CertificateChain.trustStoreFile()
.
-
Field Details
-
leafCertificateName
Deprecated.Common name of the leaf certificate. It must be set if thetrustStoreFile
does not have this certificate imported. -
trustStoreFile
Deprecated.Truststore file which keeps thumbprints of the trusted certificates. -
trustStorePassword
Deprecated.A parameter to specify the password of the truststore file if it is configured withtrustStoreFile
. -
trustStoreCertAlias
Deprecated.A parameter to specify the alias of the truststore certificate. -
trustStoreFileType
Deprecated.An optional parameter to specify type of the truststore file. If not given, the type is automatically detected based on the file name.
-
-
Constructor Details
-
CertificateChain
public CertificateChain()Deprecated.
-
-
Method Details
-
getTrustStoreFile
Deprecated. -
setTrustStoreFile
Deprecated. -
getTrustStoreCertAlias
Deprecated. -
setTrustStoreCertAlias
Deprecated. -
getTrustStoreFileType
Deprecated. -
setTrustStoreFileType
Deprecated. -
getLeafCertificateName
Deprecated. -
setLeafCertificateName
Deprecated. -
getTrustStorePassword
Deprecated. -
setTrustStorePassword
Deprecated. -
leafCertificateName
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChain
Common name of the leaf certificate. It must be set if theOidcTenantConfig.CertificateChain.trustStoreFile()
does not have this certificate imported.- Specified by:
leafCertificateName
in interfaceOidcTenantConfig.CertificateChain
-
trustStoreFile
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChain
Truststore file which keeps thumbprints of the trusted certificates.- Specified by:
trustStoreFile
in interfaceOidcTenantConfig.CertificateChain
-
trustStorePassword
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChain
A parameter to specify the password of the truststore file if it is configured withOidcTenantConfig.CertificateChain.trustStoreFile()
.- Specified by:
trustStorePassword
in interfaceOidcTenantConfig.CertificateChain
-
trustStoreCertAlias
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChain
A parameter to specify the alias of the truststore certificate.- Specified by:
trustStoreCertAlias
in interfaceOidcTenantConfig.CertificateChain
-
trustStoreFileType
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChain
An optional parameter to specify type of the truststore file. If not given, the type is automatically detected based on the file name.- Specified by:
trustStoreFileType
in interfaceOidcTenantConfig.CertificateChain
-
OidcTenantConfigBuilder.CertificateChainBuilder
builder