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.IdentityProviderApi.cloneIdentityProviderKey
(String idpId, String keyId, 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.createIdentityProviderKey
(JsonWebKey jsonWebKey) 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 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 IdPApplicationApi.getApplicationKey
(String appId, String keyId) Retrieve a Key Credential Retrieves a specific application key credential by kidIdentityProviderApi.getIdentityProviderKey
(String keyId) Retrieve an Credential Key Retrieves a specific IdP Key Credential by `kid`IdentityProviderApi.getIdentityProviderSigningKey
(String idpId, String keyId) Retrieve a Signing Credential Key Retrieves a specific IdP Key Credential by `kid`HookKeyApi.getPublicKey
(String keyId) Retrieve a public key Retrieves a public key by `keyId`IdentityProviderApi.publishCsrForIdentityProvider
(String idpId, String csrId, File body) Publish a Certificate Signing Request Update the Certificate Signing Request with a signed X.509 certificate and add it into the signing key credentials for the IdP.ApplicationApi.publishCsrFromApplication
(String appId, String csrId, File body) Publish a Certificate Signing Request Updates 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 TypeMethodDescriptionorg.springframework.http.ResponseEntity<JsonWebKey>
ApplicationApi.cloneApplicationKeyWithHttpInfo
(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.org.springframework.http.ResponseEntity<JsonWebKey>
IdentityProviderApi.cloneIdentityProviderKeyWithHttpInfo
(String idpId, String keyId, String targetIdpId) Clone a Signing Credential Key Clones a X.509 certificate for an IdP signing key credential from a source IdP to target IdPorg.springframework.http.ResponseEntity<JsonWebKey>
IdentityProviderApi.createIdentityProviderKeyWithHttpInfo
(JsonWebKey jsonWebKey) Create an X.509 Certificate Public Key Creates a new X.509 certificate credential to the IdP key store.org.springframework.http.ResponseEntity<JsonWebKey>
ApplicationApi.generateApplicationKeyWithHttpInfo
(String appId, Integer validityYears) Generate a Key Credential Generates a new X.509 certificate for an application key credentialorg.springframework.http.ResponseEntity<JsonWebKey>
IdentityProviderApi.generateIdentityProviderSigningKeyWithHttpInfo
(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 IdPorg.springframework.http.ResponseEntity<JsonWebKey>
ApplicationApi.getApplicationKeyWithHttpInfo
(String appId, String keyId) Retrieve a Key Credential Retrieves a specific application key credential by kidorg.springframework.http.ResponseEntity<JsonWebKey>
IdentityProviderApi.getIdentityProviderKeyWithHttpInfo
(String keyId) Retrieve an Credential Key Retrieves a specific IdP Key Credential by `kid`org.springframework.http.ResponseEntity<JsonWebKey>
IdentityProviderApi.getIdentityProviderSigningKeyWithHttpInfo
(String idpId, String keyId) Retrieve a Signing Credential Key Retrieves a specific IdP Key Credential by `kid`org.springframework.http.ResponseEntity<JsonWebKey>
HookKeyApi.getPublicKeyWithHttpInfo
(String keyId) Retrieve a public key Retrieves a public key by `keyId`ApplicationApi.listApplicationKeys
(String appId) List all Key Credentials Lists all key credentials for an applicationorg.springframework.http.ResponseEntity<List<JsonWebKey>>
ApplicationApi.listApplicationKeysWithHttpInfo
(String appId) List all Key Credentials Lists all key credentials for an applicationAuthorizationServerApi.listAuthorizationServerKeys
(String authServerId) List all Credential Keys Lists all credential keysorg.springframework.http.ResponseEntity<List<JsonWebKey>>
AuthorizationServerApi.listAuthorizationServerKeysWithHttpInfo
(String authServerId) List all Credential Keys Lists all credential keysIdentityProviderApi.listIdentityProviderKeys
(String after, Integer limit) List all Credential Keys Lists all IdP key credentialsorg.springframework.http.ResponseEntity<List<JsonWebKey>>
IdentityProviderApi.listIdentityProviderKeysWithHttpInfo
(String after, Integer limit) List all Credential Keys Lists all IdP key credentialsIdentityProviderApi.listIdentityProviderSigningKeys
(String idpId) List all Signing Credential Keys Lists all signing key credentials for an IdPorg.springframework.http.ResponseEntity<List<JsonWebKey>>
IdentityProviderApi.listIdentityProviderSigningKeysWithHttpInfo
(String idpId) List all Signing Credential Keys Lists all signing key credentials for an IdPorg.springframework.http.ResponseEntity<JsonWebKey>
IdentityProviderApi.publishCsrForIdentityProviderWithHttpInfo
(String idpId, String csrId, File body) Publish a Certificate Signing Request Update the Certificate Signing Request with a signed X.509 certificate and add it into the signing key credentials for the IdP.org.springframework.http.ResponseEntity<JsonWebKey>
ApplicationApi.publishCsrFromApplicationWithHttpInfo
(String appId, String csrId, File body) Publish a Certificate Signing Request Updates a certificate signing request for the app with a signed X.509 certificate and adds it into the application key credentialsAuthorizationServerApi.rotateAuthorizationServerKeys
(String authServerId, JwkUse use) Rotate all Credential Keys Rotate all credential keysorg.springframework.http.ResponseEntity<List<JsonWebKey>>
AuthorizationServerApi.rotateAuthorizationServerKeysWithHttpInfo
(String authServerId, JwkUse use) Rotate all Credential Keys Rotate all credential keysMethods in org.openapitools.client.api with parameters of type JsonWebKeyModifier and TypeMethodDescription<T> T
IdentityProviderApi.createIdentityProviderKey
(Class<?> T, 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) Create an X.509 Certificate Public Key Creates a new X.509 certificate credential to the IdP key store.org.springframework.http.ResponseEntity<JsonWebKey>
IdentityProviderApi.createIdentityProviderKeyWithHttpInfo
(JsonWebKey jsonWebKey) Create an X.509 Certificate Public Key Creates a new X.509 certificate credential to the IdP key store.IdentityProviderApi.createIdentityProviderKeyWithPaginationInfo
(JsonWebKey jsonWebKey) 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)