Uses of Class
org.openapitools.client.model.JsonWebKey
Packages that use JsonWebKey
Package
Description
-
Uses of JsonWebKey in com.okta.sdk.impl.resource
Method parameters in com.okta.sdk.impl.resource with type arguments of type JsonWebKeyModifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setJwks
(List<JsonWebKey> jsonWebKeyList) -
Uses of JsonWebKey in com.okta.sdk.resource.application
Method parameters in com.okta.sdk.resource.application with type arguments of type JsonWebKeyModifier and TypeMethodDescriptionOIDCApplicationBuilder.setJwks
(List<JsonWebKey> jsonWebKeyList) -
Uses of JsonWebKey in org.openapitools.client.api
Methods in org.openapitools.client.api that return JsonWebKeyModifier and TypeMethodDescriptionApplicationApi.cloneApplicationKey
(String appId, String keyId, String targetAid) Clone a Key Credential Clones a X.509 certificate for an application key credential from a source application to target application.ApplicationApi.cloneApplicationKey
(String appId, String keyId, String targetAid, Map<String, String> additionalHeaders) Clone a Key Credential Clones a X.509 certificate for an application key credential from a source application to target application.IdentityProviderApi.cloneIdentityProviderKey
(String idpId, String idpKeyId, String targetIdpId) Clone a Signing Credential Key Clones a X.509 certificate for an IdP signing key credential from a source IdP to target IdPIdentityProviderApi.cloneIdentityProviderKey
(String idpId, String idpKeyId, String targetIdpId, Map<String, String> additionalHeaders) Clone a Signing Credential Key Clones a X.509 certificate for an IdP signing key credential from a source IdP to target IdPIdentityProviderApi.createIdentityProviderKey
(JsonWebKey jsonWebKey) Create an X.509 Certificate Public Key Creates a new X.509 certificate credential to the IdP key store.IdentityProviderApi.createIdentityProviderKey
(JsonWebKey jsonWebKey, Map<String, String> additionalHeaders) Create an X.509 Certificate Public Key Creates a new X.509 certificate credential to the IdP key store.ApplicationApi.generateApplicationKey
(String appId, Integer validityYears) Generate a Key Credential Generates a new X.509 certificate for an application key credentialApplicationApi.generateApplicationKey
(String appId, Integer validityYears, Map<String, String> additionalHeaders) Generate a Key Credential Generates a new X.509 certificate for an application key credentialIdentityProviderApi.generateIdentityProviderSigningKey
(String idpId, Integer validityYears) Generate a new Signing Credential Key Generates a new X.509 certificate for an IdP signing key credential to be used for signing assertions sent to the IdPIdentityProviderApi.generateIdentityProviderSigningKey
(String idpId, Integer validityYears, Map<String, String> additionalHeaders) Generate a new Signing Credential Key Generates a new X.509 certificate for an IdP signing key credential to be used for signing assertions sent to the IdPApplicationApi.getApplicationKey
(String appId, String keyId) Retrieve a Key Credential Retrieves a specific application key credential by kidRetrieve a Key Credential Retrieves a specific application key credential by kidIdentityProviderApi.getIdentityProviderKey
(String idpKeyId) Retrieve an Credential Key Retrieves a specific IdP Key Credential by `kid`IdentityProviderApi.getIdentityProviderKey
(String idpKeyId, Map<String, String> additionalHeaders) Retrieve an Credential Key Retrieves a specific IdP Key Credential by `kid`IdentityProviderApi.getIdentityProviderSigningKey
(String idpId, String idpKeyId) Retrieve a Signing Credential Key Retrieves a specific IdP Key Credential by `kid`IdentityProviderApi.getIdentityProviderSigningKey
(String idpId, String idpKeyId, Map<String, String> additionalHeaders) Retrieve a Signing Credential Key Retrieves a specific IdP Key Credential by `kid`HookKeyApi.getPublicKey
(String publicKeyId) Retrieve a public key Retrieves a public key by `keyId`HookKeyApi.getPublicKey
(String publicKeyId, Map<String, String> additionalHeaders) Retrieve a public key Retrieves a public key by `keyId`IdentityProviderApi.publishCsrForIdentityProvider
(String idpId, String idpCsrId, File body) Publish a Certificate Signing Request Publishes a certificate signing request with a signed X.509 certificate and adds it into the signing key credentials for the IdPIdentityProviderApi.publishCsrForIdentityProvider
(String idpId, String idpCsrId, File body, Map<String, String> additionalHeaders) Publish a Certificate Signing Request Publishes a certificate signing request with a signed X.509 certificate and adds it into the signing key credentials for the IdPApplicationApi.publishCsrFromApplication
(String appId, String csrId, File body) Publish a Certificate Signing Request Publishes a certificate signing request for the app with a signed X.509 certificate and adds it into the application key credentialsApplicationApi.publishCsrFromApplication
(String appId, String csrId, File body, Map<String, String> additionalHeaders) Publish a Certificate Signing Request Publishes a certificate signing request for the app with a signed X.509 certificate and adds it into the application key credentialsMethods in org.openapitools.client.api that return types with arguments of type JsonWebKeyModifier and TypeMethodDescriptionApplicationApi.listApplicationKeys
(String appId) List all Key Credentials Lists all key credentials for an applicationApplicationApi.listApplicationKeys
(String appId, Map<String, String> additionalHeaders) List all Key Credentials Lists all key credentials for an applicationAuthorizationServerApi.listAuthorizationServerKeys
(String authServerId) List all Credential Keys Lists all credential keysAuthorizationServerApi.listAuthorizationServerKeys
(String authServerId, Map<String, String> additionalHeaders) List all Credential Keys Lists all credential keysIdentityProviderApi.listIdentityProviderKeys
(String after, Integer limit) List all Credential Keys Lists all IdP key credentialsIdentityProviderApi.listIdentityProviderKeys
(String after, Integer limit, Map<String, String> additionalHeaders) List all Credential Keys Lists all IdP key credentialsIdentityProviderApi.listIdentityProviderSigningKeys
(String idpId) List all Signing Credential Keys Lists all signing key credentials for an IdPIdentityProviderApi.listIdentityProviderSigningKeys
(String idpId, Map<String, String> additionalHeaders) List all Signing Credential Keys Lists all signing key credentials for an IdPAuthorizationServerApi.rotateAuthorizationServerKeys
(String authServerId, JwkUse use) Rotate all Credential Keys Rotates all credential keysAuthorizationServerApi.rotateAuthorizationServerKeys
(String authServerId, JwkUse use, Map<String, String> additionalHeaders) Rotate all Credential Keys Rotates all credential keysMethods in org.openapitools.client.api with parameters of type JsonWebKeyModifier and TypeMethodDescriptionIdentityProviderApi.createIdentityProviderKey
(JsonWebKey jsonWebKey) Create an X.509 Certificate Public Key Creates a new X.509 certificate credential to the IdP key store.IdentityProviderApi.createIdentityProviderKey
(JsonWebKey jsonWebKey, Map<String, String> additionalHeaders) Create an X.509 Certificate Public Key Creates a new X.509 certificate credential to the IdP key store. -
Uses of JsonWebKey in org.openapitools.client.model
Methods in org.openapitools.client.model that return JsonWebKeyModifier and TypeMethodDescriptionJsonWebKey.addKeyOpsItem
(String keyOpsItem) JsonWebKey.addX5cItem
(String x5cItem) JsonWebKey.created
(OffsetDateTime created) JsonWebKey.expiresAt
(OffsetDateTime expiresAt) HookKey.getEmbedded()
Get embeddedJsonWebKey.lastUpdated
(OffsetDateTime lastUpdated) JsonWebKey.x5tHashS256
(String x5tHashS256) Methods in org.openapitools.client.model that return types with arguments of type JsonWebKeyMethods in org.openapitools.client.model with parameters of type JsonWebKeyModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClientKeys.addKeysItem
(JsonWebKey keysItem) HookKey.embedded
(JsonWebKey embedded) void
HookKey.setEmbedded
(JsonWebKey embedded) Method parameters in org.openapitools.client.model with type arguments of type JsonWebKeyModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClientKeys.keys
(List<JsonWebKey> keys) void
OpenIdConnectApplicationSettingsClientKeys.setKeys
(List<JsonWebKey> keys)