Package | Description |
---|---|
com.okta.sdk.resource.application | |
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.setJwks(java.util.List<JsonWebKey> jsonWebKeyList) |
Modifier and Type | Method and Description |
---|---|
JsonWebKey |
ApplicationApi.cloneApplicationKey(java.lang.String appId,
java.lang.String keyId,
java.lang.String targetAid)
Clone a Key Credential
Clones a X.509 certificate for an application key credential from a source application to target application.
|
JsonWebKey |
IdentityProviderApi.cloneIdentityProviderKey(java.lang.String idpId,
java.lang.String keyId,
java.lang.String targetIdpId)
Clone a Signing Credential Key
Clones a X.509 certificate for an IdP signing key credential from a source IdP to target IdP
|
JsonWebKey |
IdentityProviderApi.createIdentityProviderKey(JsonWebKey jsonWebKey)
Create an X.509 Certificate Public Key
Creates a new X.509 certificate credential to the IdP key store.
|
JsonWebKey |
ApplicationApi.generateApplicationKey(java.lang.String appId,
java.lang.Integer validityYears)
Generate a Key Credential
Generates a new X.509 certificate for an application key credential
|
JsonWebKey |
IdentityProviderApi.generateIdentityProviderSigningKey(java.lang.String idpId,
java.lang.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 IdP
|
JsonWebKey |
ApplicationApi.getApplicationKey(java.lang.String appId,
java.lang.String keyId)
Retrieve a Key Credential
Retrieves a specific application key credential by kid
|
JsonWebKey |
IdentityProviderApi.getIdentityProviderKey(java.lang.String keyId)
Retrieve an Credential Key
Retrieves a specific IdP Key Credential by `kid`
|
JsonWebKey |
IdentityProviderApi.getIdentityProviderSigningKey(java.lang.String idpId,
java.lang.String keyId)
Retrieve a Signing Credential Key
Retrieves a specific IdP Key Credential by `kid`
|
JsonWebKey |
HookKeyApi.getPublicKey(java.lang.String keyId)
Retrieve a public key
Retrieves a public key by `keyId`
|
JsonWebKey |
IdentityProviderApi.publishCsrForIdentityProvider(java.lang.String idpId,
java.lang.String csrId,
java.io.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.
|
JsonWebKey |
ApplicationApi.publishCsrFromApplication(java.lang.String appId,
java.lang.String csrId,
java.io.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 credentials
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JsonWebKey> |
ApplicationApi.listApplicationKeys(java.lang.String appId)
List all Key Credentials
Lists all key credentials for an application
|
java.util.List<JsonWebKey> |
AuthorizationServerApi.listAuthorizationServerKeys(java.lang.String authServerId)
List all Credential Keys
Lists all credential keys
|
java.util.List<JsonWebKey> |
IdentityProviderApi.listIdentityProviderKeys(java.lang.String after,
java.lang.Integer limit)
List all Credential Keys
Lists all IdP key credentials
|
java.util.List<JsonWebKey> |
IdentityProviderApi.listIdentityProviderSigningKeys(java.lang.String idpId)
List all Signing Credential Keys
Lists all signing key credentials for an IdP
|
java.util.List<JsonWebKey> |
AuthorizationServerApi.rotateAuthorizationServerKeys(java.lang.String authServerId,
JwkUse use)
Rotate all Credential Keys
Rotate all credential keys
|
Modifier and Type | Method and Description |
---|---|
<T> T |
IdentityProviderApi.createIdentityProviderKey(java.lang.Class<?> T,
JsonWebKey jsonWebKey)
Create an X.509 Certificate Public Key
Creates a new X.509 certificate credential to the IdP key store.
|
JsonWebKey |
IdentityProviderApi.createIdentityProviderKey(JsonWebKey jsonWebKey)
Create an X.509 Certificate Public Key
Creates a new X.509 certificate credential to the IdP key store.
|
PagedList |
IdentityProviderApi.createIdentityProviderKeyWithPaginationInfo(JsonWebKey jsonWebKey)
Create an X.509 Certificate Public Key
Creates a new X.509 certificate credential to the IdP key store.
|
Modifier and Type | Method and Description |
---|---|
JsonWebKey |
JsonWebKey.addKeyOpsItem(java.lang.String keyOpsItem) |
JsonWebKey |
JsonWebKey.addX5cItem(java.lang.String x5cItem) |
JsonWebKey |
JsonWebKey.alg(java.lang.String alg) |
JsonWebKey |
JsonWebKey.created(java.time.OffsetDateTime created) |
JsonWebKey |
JsonWebKey.e(java.lang.String e) |
JsonWebKey |
JsonWebKey.expiresAt(java.time.OffsetDateTime expiresAt) |
JsonWebKey |
HookKey.getEmbedded()
Get embedded
|
JsonWebKey |
JsonWebKey.keyOps(java.util.List<java.lang.String> keyOps) |
JsonWebKey |
JsonWebKey.kid(java.lang.String kid) |
JsonWebKey |
JsonWebKey.kty(java.lang.String kty) |
JsonWebKey |
JsonWebKey.lastUpdated(java.time.OffsetDateTime lastUpdated) |
JsonWebKey |
JsonWebKey.n(java.lang.String n) |
JsonWebKey |
JsonWebKey.status(java.lang.String status) |
JsonWebKey |
JsonWebKey.use(java.lang.String use) |
JsonWebKey |
JsonWebKey.x5c(java.util.List<java.lang.String> x5c) |
JsonWebKey |
JsonWebKey.x5t(java.lang.String x5t) |
JsonWebKey |
JsonWebKey.x5tHashS256(java.lang.String x5tHashS256) |
JsonWebKey |
JsonWebKey.x5u(java.lang.String x5u) |
Modifier and Type | Method and Description |
---|---|
java.util.List<JsonWebKey> |
OpenIdConnectApplicationSettingsClientKeys.getKeys()
Get keys
|
Modifier and Type | Method and Description |
---|---|
OpenIdConnectApplicationSettingsClientKeys |
OpenIdConnectApplicationSettingsClientKeys.addKeysItem(JsonWebKey keysItem) |
HookKey |
HookKey.embedded(JsonWebKey embedded) |
void |
HookKey.setEmbedded(JsonWebKey embedded) |
Modifier and Type | Method and Description |
---|---|
OpenIdConnectApplicationSettingsClientKeys |
OpenIdConnectApplicationSettingsClientKeys.keys(java.util.List<JsonWebKey> keys) |
void |
OpenIdConnectApplicationSettingsClientKeys.setKeys(java.util.List<JsonWebKey> keys) |
Copyright © 2017-2022 Okta. All Rights Reserved.