Uses of Class
com.okta.sdk.resource.model.DomainCertificate
Packages that use DomainCertificate
-
Uses of DomainCertificate in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type DomainCertificateModifier 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
Methods in com.okta.sdk.resource.model that return DomainCertificateModifier and TypeMethodDescriptionDomainCertificate.certificate
(String certificate) DomainCertificate.certificateChain
(String certificateChain) DomainCertificate.privateKey
(String privateKey) DomainCertificate.type
(DomainCertificateType type)