Uses of Class
com.okta.sdk.resource.model.DomainCertificate
-
Uses of DomainCertificate in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionvoid
CustomDomainApi.upsertCertificate
(String domainId, DomainCertificate certificate) Upsert the Custom Domain's Certificate Upserts (creates or renews) the `MANUAL` certificate for the custom domain > **Notes:** > * If the existing `certificateSourceType` is `OKTA_MANAGED`, this operation changes the source type to `MANUAL`.void
CustomDomainApi.upsertCertificate
(String domainId, DomainCertificate certificate, Map<String, String> additionalHeaders) Upsert the Custom Domain's Certificate Upserts (creates or renews) the `MANUAL` certificate for the custom domain > **Notes:** > * If the existing `certificateSourceType` is `OKTA_MANAGED`, this operation changes the source type to `MANUAL`. -
Uses of DomainCertificate in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionDomainCertificate.certificate
(String certificate) DomainCertificate.certificateChain
(String certificateChain) DomainCertificate.privateKey
(String privateKey) DomainCertificate.type
(DomainCertificateType type)