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.voidsetLeafCertificateName(String leafCertificateName) Deprecated.voidsetTrustStoreCertAlias(String trustStoreCertAlias) Deprecated.voidsetTrustStoreFile(Path trustStoreFile) Deprecated.voidsetTrustStoreFileType(Optional<String> trustStoreFileType) Deprecated.voidsetTrustStorePassword(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 thetrustStoreFiledoes 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.CertificateChainCommon name of the leaf certificate. It must be set if theOidcTenantConfig.CertificateChain.trustStoreFile()does not have this certificate imported.- Specified by:
leafCertificateNamein interfaceOidcTenantConfig.CertificateChain
-
trustStoreFile
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChainTruststore file which keeps thumbprints of the trusted certificates.- Specified by:
trustStoreFilein interfaceOidcTenantConfig.CertificateChain
-
trustStorePassword
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChainA parameter to specify the password of the truststore file if it is configured withOidcTenantConfig.CertificateChain.trustStoreFile().- Specified by:
trustStorePasswordin interfaceOidcTenantConfig.CertificateChain
-
trustStoreCertAlias
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChainA parameter to specify the alias of the truststore certificate.- Specified by:
trustStoreCertAliasin interfaceOidcTenantConfig.CertificateChain
-
trustStoreFileType
Deprecated.Description copied from interface:OidcTenantConfig.CertificateChainAn optional parameter to specify type of the truststore file. If not given, the type is automatically detected based on the file name.- Specified by:
trustStoreFileTypein interfaceOidcTenantConfig.CertificateChain
-
OidcTenantConfigBuilder.CertificateChainBuilderbuilder