Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.resource.application | |
com.okta.sdk.resource.identity.provider |
Modifier and Type | Method and Description |
---|---|
JsonWebKey |
Client.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.
|
JsonWebKey |
Client.createIdentityProviderKey(JsonWebKey jsonWebKey)
Add X.509 Certificate Public Key
Adds a new X.509 certificate credential to the IdP key store.
|
JsonWebKey |
Client.getIdentityProviderKey(java.lang.String keyId)
Get Key
Gets a specific IdP Key Credential by `kid`
|
Modifier and Type | Method and Description |
---|---|
JsonWebKey |
Client.createIdentityProviderKey(JsonWebKey jsonWebKey)
Add X.509 Certificate Public Key
Adds a new X.509 certificate credential to the IdP key store.
|
Modifier and Type | Method and Description |
---|---|
JsonWebKey |
Application.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.
|
JsonWebKey |
Application.generateKey()
Generates a new X.509 certificate for an application key credential
|
JsonWebKey |
Application.generateKey(java.lang.Integer validityYears)
Generates a new X.509 certificate for an application key credential
|
JsonWebKey |
Application.getApplicationKey(java.lang.String keyId)
Get Key Credential for Application
Gets a specific application key credential by kid
|
JsonWebKey |
Application.publishBinaryCerCert(java.lang.String csrId) |
JsonWebKey |
Application.publishBinaryDerCert(java.lang.String csrId) |
JsonWebKey |
Application.publishBinaryPemCert(java.lang.String csrId) |
JsonWebKey |
Application.publishCerCert(java.lang.String csrId) |
JsonWebKey |
Application.publishDerCert(java.lang.String csrId) |
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) |
Modifier and Type | Method and Description |
---|---|
java.util.List<JsonWebKey> |
OpenIdConnectApplicationSettingsClientKeys.getKeys() |
Modifier and Type | Method and Description |
---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.setJwks(java.util.List<JsonWebKey> jsonWebKeyList) |
OpenIdConnectApplicationSettingsClientKeys |
OpenIdConnectApplicationSettingsClientKeys.setKeys(java.util.List<JsonWebKey> keys) |
Modifier and Type | Method and Description |
---|---|
JsonWebKey |
IdentityProvider.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 IdP
|
JsonWebKey |
IdentityProvider.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 IdP
|
JsonWebKey |
IdentityProvider.getSigningKey(java.lang.String keyId)
Get Signing Key Credential for IdP
Gets a specific IdP Key Credential by `kid`
|
Copyright © 2017-2021 Okta. All Rights Reserved.