Uses of Class
com.okta.sdk.resource.model.IdPKeyCredential
-
Uses of IdPKeyCredential in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionIdentityProviderSigningKeysApi.cloneIdentityProviderKey
(String idpId, String kid, String targetIdpId) Clone a signing Key Credential for IdP Clones an X.509 certificate for an IdP signing Key Credential from a source IdP to target IdP > **Caution:** Sharing certificates isn't a recommended security practice.IdentityProviderSigningKeysApi.cloneIdentityProviderKey
(String idpId, String kid, String targetIdpId, Map<String, String> additionalHeaders) Clone a signing Key Credential for IdP Clones an X.509 certificate for an IdP signing Key Credential from a source IdP to target IdP > **Caution:** Sharing certificates isn't a recommended security practice.IdentityProviderKeysApi.createIdentityProviderKey
(IdPCertificateCredential jsonWebKey) Create an IdP Key Credential Creates a new X.509 certificate credential in the IdP key store > **Note:** RSA-based certificates are supported for all IdP types.IdentityProviderKeysApi.createIdentityProviderKey
(IdPCertificateCredential jsonWebKey, Map<String, String> additionalHeaders) Create an IdP Key Credential Creates a new X.509 certificate credential in the IdP key store > **Note:** RSA-based certificates are supported for all IdP types.IdentityProviderSigningKeysApi.generateIdentityProviderSigningKey
(String idpId, Integer validityYears) Generate a new signing Key Credential for IdP Generates a new X.509 certificate for an IdP signing Key Credential to be used for signing assertions sent to the IdP.IdentityProviderSigningKeysApi.generateIdentityProviderSigningKey
(String idpId, Integer validityYears, Map<String, String> additionalHeaders) Generate a new signing Key Credential for IdP Generates a new X.509 certificate for an IdP signing Key Credential to be used for signing assertions sent to the IdP.IdentityProviderKeysApi.getIdentityProviderKey
(String kid) Retrieve an IdP Key Credential Retrieves a specific IdP Key Credential by `kid`IdentityProviderKeysApi.getIdentityProviderKey
(String kid, Map<String, String> additionalHeaders) Retrieve an IdP Key Credential Retrieves a specific IdP Key Credential by `kid`IdentityProviderSigningKeysApi.getIdentityProviderSigningKey
(String idpId, String kid) Retrieve a signing Key Credential for IdP Retrieves a specific IdP Key Credential by `kid`IdentityProviderSigningKeysApi.getIdentityProviderSigningKey
(String idpId, String kid, Map<String, String> additionalHeaders) Retrieve a signing Key Credential for IdP Retrieves a specific IdP Key Credential by `kid`IdentityProviderSigningKeysApi.publishCsrForIdentityProvider
(String idpId, String idpCsrId, File body) Publish a Certificate Signing Request Publishes the CSR with a signed X.509 certificate and adds it into the signing Key Credentials for the IdP > **Notes:** > * Publishing a certificate completes the lifecycle of the CSR, and it's no longer accessible.IdentityProviderSigningKeysApi.publishCsrForIdentityProvider
(String idpId, String idpCsrId, File body, Map<String, String> additionalHeaders) Publish a Certificate Signing Request Publishes the CSR with a signed X.509 certificate and adds it into the signing Key Credentials for the IdP > **Notes:** > * Publishing a certificate completes the lifecycle of the CSR, and it's no longer accessible.IdentityProviderKeysApi.replaceIdentityProviderKey
(String kid, IdPKeyCredential idPKeyCredential) Replace an IdP Key Credential Replaces an IdP Key Credential by `kid`IdentityProviderKeysApi.replaceIdentityProviderKey
(String kid, IdPKeyCredential idPKeyCredential, Map<String, String> additionalHeaders) Replace an IdP Key Credential Replaces an IdP Key Credential by `kid`Modifier and TypeMethodDescriptionIdentityProviderKeysApi.listIdentityProviderKeys
(String after, Integer limit) List all IdP Key Credentials Lists all IdP Key CredentialsIdentityProviderKeysApi.listIdentityProviderKeys
(String after, Integer limit, Map<String, String> additionalHeaders) List all IdP Key Credentials Lists all IdP Key CredentialsIdentityProviderSigningKeysApi.listIdentityProviderSigningKeys
(String idpId) List all signing Key Credentials for IdP Lists all signing Key Credentials for an IdPIdentityProviderSigningKeysApi.listIdentityProviderSigningKeys
(String idpId, Map<String, String> additionalHeaders) List all signing Key Credentials for IdP Lists all signing Key Credentials for an IdPModifier and TypeMethodDescriptionIdentityProviderKeysApi.replaceIdentityProviderKey
(String kid, IdPKeyCredential idPKeyCredential) Replace an IdP Key Credential Replaces an IdP Key Credential by `kid`IdentityProviderKeysApi.replaceIdentityProviderKey
(String kid, IdPKeyCredential idPKeyCredential, Map<String, String> additionalHeaders) Replace an IdP Key Credential Replaces an IdP Key Credential by `kid` -
Uses of IdPKeyCredential in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionIdPKeyCredential.addx5cItem
(String x5cItem) IdPKeyCredential.x5tHashS256
(String x5tHashS256)