Uses of Interface
com.okta.sdk.resource.JsonWebKey
-
Packages that use JsonWebKey Package Description com.okta.sdk.client com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of JsonWebKey in com.okta.sdk.client
Methods in com.okta.sdk.client that return JsonWebKey Modifier and Type Method Description JsonWebKey
Client. cloneApplicationKey(java.lang.String appId, 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.JsonWebKey
Client. cloneIdentityProviderKey(java.lang.String idpId, 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 IdPJsonWebKey
Client. createIdentityProviderKey(JsonWebKey jsonWebKey)
Add X.509 Certificate Public Key for Identity Providers Adds a new X.509 certificate credential to the IdP key store.JsonWebKey
Client. generateApplicationKey(java.lang.String appId)
Generate Key Credential for Application Generates a new X.509 certificate for an application key credentialJsonWebKey
Client. generateApplicationKey(java.lang.String appId, java.lang.Integer validityYears)
Generate Key Credential for Application Generates a new X.509 certificate for an application key credentialJsonWebKey
Client. generateIdentityProviderSigningKey(java.lang.String idpId, 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 IdPJsonWebKey
Client. getApplicationKey(java.lang.String appId, java.lang.String keyId)
Get Key Credential for Application Gets a specific application key credential by kidJsonWebKey
Client. getIdentityProviderKey(java.lang.String keyId)
Get Identity Provider Key Gets a specific IdP Key Credential by `kid`JsonWebKey
Client. getIdentityProviderSigningKey(java.lang.String idpId, java.lang.String keyId)
Get Signing Key Credential for IdP Gets a specific IdP Key Credential by `kid`JsonWebKey
Client. publishCsrForIdentityProvider(java.io.InputStream body, java.lang.String idpId, java.lang.String csrId)
Publish Csr for Identity Provider Update the Certificate Signing Request with a signed X.509 certificate and add it into the signing key credentials for the IdP.JsonWebKey
Client. publishCsrFromApplication(java.io.InputStream body, java.lang.String appId, java.lang.String csrId)
Publish 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 com.okta.sdk.client with parameters of type JsonWebKey Modifier and Type Method Description JsonWebKey
Client. createIdentityProviderKey(JsonWebKey jsonWebKey)
Add X.509 Certificate Public Key for Identity Providers Adds a new X.509 certificate credential to the IdP key store. -
Uses of JsonWebKey in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return JsonWebKey Modifier and Type Method Description JsonWebKey
JsonWebKey. setAlg(java.lang.String alg)
JsonWebKey
JsonWebKey. setCreated(java.util.Date created)
JsonWebKey
JsonWebKey. setE(java.lang.String e)
JsonWebKey
JsonWebKey. setExpiresAt(java.util.Date expiresAt)
JsonWebKey
JsonWebKey. setKeyOps(java.util.List<java.lang.String> keyOps)
JsonWebKey
JsonWebKey. setKid(java.lang.String kid)
JsonWebKey
JsonWebKey. setKty(java.lang.String kty)
JsonWebKey
JsonWebKey. setLastUpdated(java.util.Date lastUpdated)
JsonWebKey
JsonWebKey. setN(java.lang.String n)
JsonWebKey
JsonWebKey. setStatus(java.lang.String status)
JsonWebKey
JsonWebKey. setUse(java.lang.String use)
JsonWebKey
JsonWebKey. setX5c(java.util.List<java.lang.String> x5c)
JsonWebKey
JsonWebKey. setX5t(java.lang.String x5t)
JsonWebKey
JsonWebKey. setX5tS256(java.lang.String x5tS256)
JsonWebKey
JsonWebKey. setX5u(java.lang.String x5u)
Methods in com.okta.sdk.resource 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 with type arguments of type JsonWebKey Modifier and Type Method Description OpenIdConnectApplicationSettingsClientKeys
OpenIdConnectApplicationSettingsClientKeys. setKeys(java.util.List<JsonWebKey> keys)
-
Uses of JsonWebKey in com.okta.sdk.resource.builder
Method parameters in com.okta.sdk.resource.builder with type arguments of type JsonWebKey Modifier and Type Method Description OIDCApplicationBuilder
OIDCApplicationBuilder. setJwks(java.util.List<JsonWebKey> jsonWebKeyList)
-