Uses of Interface
com.okta.sdk.resource.application.JsonWebKey
-
Packages that use JsonWebKey Package Description com.okta.sdk.client com.okta.sdk.resource.application com.okta.sdk.resource.identity.provider -
-
Uses of JsonWebKey in com.okta.sdk.client
Methods in com.okta.sdk.client that return JsonWebKey Modifier and Type Method Description JsonWebKeyClient. apiV1IdpsIdpIdCredentialsCsrsCsrIdLifecyclePublishPost(java.lang.String idpId, java.lang.String csrId)Update the Certificate Signing Request with a signed X.509 certificate and add it into the signing key credentials for the IdP.JsonWebKeyClient. createIdentityProviderKey(JsonWebKey jsonWebKey)Add X.509 Certificate Public Key Adds a new X.509 certificate credential to the IdP key store.JsonWebKeyClient. getIdentityProviderKey(java.lang.String keyId)Get Key Gets a specific IdP Key Credential by `kid`Methods in com.okta.sdk.client with parameters of type JsonWebKey Modifier and Type Method Description JsonWebKeyClient. createIdentityProviderKey(JsonWebKey jsonWebKey)Add X.509 Certificate Public Key Adds a new X.509 certificate credential to the IdP key store. -
Uses of JsonWebKey in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return JsonWebKey Modifier and Type Method Description JsonWebKeyApplication. cloneApplicationKey(java.lang.String keyId, java.lang.String targetAid)Clone Application Key Credential Clones a X.509 certificate for an application key credential from a source application to target application.JsonWebKeyApplication. generateKey()Generates a new X.509 certificate for an application key credentialJsonWebKeyApplication. generateKey(java.lang.Integer validityYears)Generates a new X.509 certificate for an application key credentialJsonWebKeyApplication. getApplicationKey(java.lang.String keyId)Get Key Credential for Application Gets a specific application key credential by kidJsonWebKeyApplication. publishBinaryCerCert(java.lang.String csrId)JsonWebKeyApplication. publishBinaryDerCert(java.lang.String csrId)JsonWebKeyApplication. publishBinaryPemCert(java.lang.String csrId)JsonWebKeyApplication. publishCerCert(java.lang.String csrId)JsonWebKeyApplication. publishDerCert(java.lang.String csrId)JsonWebKeyJsonWebKey. setAlg(java.lang.String alg)JsonWebKeyJsonWebKey. setCreated(java.util.Date created)JsonWebKeyJsonWebKey. setE(java.lang.String e)JsonWebKeyJsonWebKey. setExpiresAt(java.util.Date expiresAt)JsonWebKeyJsonWebKey. setKeyOps(java.util.List<java.lang.String> keyOps)JsonWebKeyJsonWebKey. setKid(java.lang.String kid)JsonWebKeyJsonWebKey. setKty(java.lang.String kty)JsonWebKeyJsonWebKey. setLastUpdated(java.util.Date lastUpdated)JsonWebKeyJsonWebKey. setN(java.lang.String n)JsonWebKeyJsonWebKey. setStatus(java.lang.String status)JsonWebKeyJsonWebKey. setUse(java.lang.String use)JsonWebKeyJsonWebKey. setX5c(java.util.List<java.lang.String> x5c)JsonWebKeyJsonWebKey. setX5t(java.lang.String x5t)JsonWebKeyJsonWebKey. setX5tS256(java.lang.String x5tS256)JsonWebKeyJsonWebKey. setX5u(java.lang.String x5u)Methods in com.okta.sdk.resource.application that return types with arguments of type JsonWebKey Modifier and Type Method Description java.util.List<JsonWebKey>OpenIdConnectApplicationSettingsClientKeys. getKeys()Method parameters in com.okta.sdk.resource.application with type arguments of type JsonWebKey Modifier and Type Method Description OIDCApplicationBuilderOIDCApplicationBuilder. setJwks(java.util.List<JsonWebKey> jsonWebKeyList)OpenIdConnectApplicationSettingsClientKeysOpenIdConnectApplicationSettingsClientKeys. setKeys(java.util.List<JsonWebKey> keys) -
Uses of JsonWebKey in com.okta.sdk.resource.identity.provider
Methods in com.okta.sdk.resource.identity.provider that return JsonWebKey Modifier and Type Method Description JsonWebKeyIdentityProvider. cloneKey(java.lang.String keyId, java.lang.String targetIdpId)Clone Signing Key Credential for IdP Clones a X.509 certificate for an IdP signing key credential from a source IdP to target IdPJsonWebKeyIdentityProvider. generateSigningKey(java.lang.Integer validityYears)Generate New IdP Signing Key Credential Generates a new X.509 certificate for an IdP signing key credential to be used for signing assertions sent to the IdPJsonWebKeyIdentityProvider. getSigningKey(java.lang.String keyId)Get Signing Key Credential for IdP Gets a specific IdP Key Credential by `kid`
-