Uses of Class
com.okta.sdk.resource.model.JsonWebKey
Packages that use JsonWebKey
-
Uses of JsonWebKey in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return JsonWebKeyModifier and TypeMethodDescriptionApplicationSsoCredentialKeyApi.cloneApplicationKey
(String appId, String keyId, String targetAid) Clone a Key Credential Clones an X.509 certificate for an Application Key Credential from a source app to a target app.ApplicationSsoCredentialKeyApi.cloneApplicationKey
(String appId, String keyId, String targetAid, Map<String, String> additionalHeaders) Clone a Key Credential Clones an X.509 certificate for an Application Key Credential from a source app to a target app.ApplicationSsoCredentialKeyApi.generateApplicationKey
(String appId, Integer validityYears) Generate a Key Credential Generates a new X.509 certificate for an app key credential > **Note:** To update an Application with the newly generated key credential, use the [Replace an Application](/openapi/okta-management/management/tag/Application/#tag/Application/operation/replaceApplication) request with the new [credentials.signing.kid](/openapi/okta-management/management/tag/Application/#tag/Application/operation/replaceApplication!path=4/credentials/signing/kid&t=request) value in the request body.ApplicationSsoCredentialKeyApi.generateApplicationKey
(String appId, Integer validityYears, Map<String, String> additionalHeaders) Generate a Key Credential Generates a new X.509 certificate for an app key credential > **Note:** To update an Application with the newly generated key credential, use the [Replace an Application](/openapi/okta-management/management/tag/Application/#tag/Application/operation/replaceApplication) request with the new [credentials.signing.kid](/openapi/okta-management/management/tag/Application/#tag/Application/operation/replaceApplication!path=4/credentials/signing/kid&t=request) value in the request body.ApplicationSsoCredentialKeyApi.getApplicationKey
(String appId, String keyId) Retrieve a Key Credential Retrieves a specific Application Key Credential by `kid`ApplicationSsoCredentialKeyApi.getApplicationKey
(String appId, String keyId, Map<String, String> additionalHeaders) Retrieve a Key Credential Retrieves a specific Application Key Credential by `kid`ApplicationSsoCredentialKeyApi.publishCsrFromApplication
(String appId, String csrId, File body) Publish a Certificate Signing Request Publishes a Certificate Signing Request (CSR) for the app with a signed X.509 certificate and adds it into the Application Key Credentials.ApplicationSsoCredentialKeyApi.publishCsrFromApplication
(String appId, String csrId, File body, Map<String, String> additionalHeaders) Publish a Certificate Signing Request Publishes a Certificate Signing Request (CSR) for the app with a signed X.509 certificate and adds it into the Application Key Credentials.Methods in com.okta.sdk.resource.api that return types with arguments of type JsonWebKeyModifier and TypeMethodDescriptionApplicationSsoCredentialKeyApi.listApplicationKeys
(String appId) List all Key Credentials Lists all key credentials for an appApplicationSsoCredentialKeyApi.listApplicationKeys
(String appId, Map<String, String> additionalHeaders) List all Key Credentials Lists all key credentials for an app -
Uses of JsonWebKey in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return JsonWebKey