Package | Description |
---|---|
com.okta.sdk.impl.resource | |
com.okta.sdk.resource.application | |
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OIDCApplicationBuilder |
DefaultOIDCApplicationBuilder.setJwks(List<JsonWebKey> jsonWebKeyList) |
Modifier and Type | Method and Description |
---|---|
OIDCApplicationBuilder |
OIDCApplicationBuilder.setJwks(List<JsonWebKey> jsonWebKeyList) |
Modifier and Type | Method and Description |
---|---|
JsonWebKey |
ApplicationCredentialsApi.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.
|
JsonWebKey |
ApplicationCredentialsApi.cloneApplicationKey(String appId,
String keyId,
String targetAid,
Map<String,String> additionalHeaders)
Clone a Key Credential
Clones a X.509 certificate for an application key credential from a source application to target application.
|
JsonWebKey |
IdentityProviderApi.cloneIdentityProviderKey(String idpId,
String idpKeyId,
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.cloneIdentityProviderKey(String idpId,
String idpKeyId,
String targetIdpId,
Map<String,String> additionalHeaders)
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 |
IdentityProviderApi.createIdentityProviderKey(JsonWebKey jsonWebKey,
Map<String,String> additionalHeaders)
Create an X.509 Certificate Public Key
Creates a new X.509 certificate credential to the IdP key store.
|
JsonWebKey |
ApplicationCredentialsApi.generateApplicationKey(String appId,
Integer validityYears)
Generate a Key Credential
Generates a new X.509 certificate for an application key credential
|
JsonWebKey |
ApplicationCredentialsApi.generateApplicationKey(String appId,
Integer validityYears,
Map<String,String> additionalHeaders)
Generate a Key Credential
Generates a new X.509 certificate for an application key credential
|
JsonWebKey |
IdentityProviderApi.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 IdP
|
JsonWebKey |
IdentityProviderApi.generateIdentityProviderSigningKey(String idpId,
Integer validityYears,
Map<String,String> additionalHeaders)
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 |
ApplicationCredentialsApi.getApplicationKey(String appId,
String keyId)
Retrieve a Key Credential
Retrieves a specific application key credential by kid
|
JsonWebKey |
ApplicationCredentialsApi.getApplicationKey(String appId,
String keyId,
Map<String,String> additionalHeaders)
Retrieve a Key Credential
Retrieves a specific application key credential by kid
|
JsonWebKey |
IdentityProviderApi.getIdentityProviderKey(String idpKeyId)
Retrieve an Credential Key
Retrieves a specific IdP Key Credential by `kid`
|
JsonWebKey |
IdentityProviderApi.getIdentityProviderKey(String idpKeyId,
Map<String,String> additionalHeaders)
Retrieve an Credential Key
Retrieves a specific IdP Key Credential by `kid`
|
JsonWebKey |
IdentityProviderApi.getIdentityProviderSigningKey(String idpId,
String idpKeyId)
Retrieve a Signing Credential Key
Retrieves a specific IdP Key Credential by `kid`
|
JsonWebKey |
IdentityProviderApi.getIdentityProviderSigningKey(String idpId,
String idpKeyId,
Map<String,String> additionalHeaders)
Retrieve a Signing Credential Key
Retrieves a specific IdP Key Credential by `kid`
|
JsonWebKey |
HookKeyApi.getPublicKey(String publicKeyId)
Retrieve a public key
Retrieves a public key by `keyId`
|
JsonWebKey |
HookKeyApi.getPublicKey(String publicKeyId,
Map<String,String> additionalHeaders)
Retrieve a public key
Retrieves a public key by `keyId`
|
JsonWebKey |
IdentityProviderApi.publishCsrForIdentityProvider(String idpId,
String idpCsrId,
File body)
Publish a Certificate Signing Request
Publishes a certificate signing request with a signed X.509 certificate and adds it into the signing key credentials for the IdP
|
JsonWebKey |
IdentityProviderApi.publishCsrForIdentityProvider(String idpId,
String idpCsrId,
File body,
Map<String,String> additionalHeaders)
Publish a Certificate Signing Request
Publishes a certificate signing request with a signed X.509 certificate and adds it into the signing key credentials for the IdP
|
JsonWebKey |
ApplicationCredentialsApi.publishCsrFromApplication(String appId,
String csrId,
File body)
Publish a Certificate Signing Request
Publishes a certificate signing request for the app with a signed X.509 certificate and adds it into the application key credentials
|
JsonWebKey |
ApplicationCredentialsApi.publishCsrFromApplication(String appId,
String csrId,
File body,
Map<String,String> additionalHeaders)
Publish a Certificate Signing Request
Publishes 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 |
---|---|
List<JsonWebKey> |
ApplicationCredentialsApi.listApplicationKeys(String appId)
List all Key Credentials
Lists all key credentials for an application
|
List<JsonWebKey> |
ApplicationCredentialsApi.listApplicationKeys(String appId,
Map<String,String> additionalHeaders)
List all Key Credentials
Lists all key credentials for an application
|
List<JsonWebKey> |
AuthorizationServerApi.listAuthorizationServerKeys(String authServerId)
List all Credential Keys
Lists all credential keys
|
List<JsonWebKey> |
AuthorizationServerApi.listAuthorizationServerKeys(String authServerId,
Map<String,String> additionalHeaders)
List all Credential Keys
Lists all credential keys
|
List<JsonWebKey> |
IdentityProviderApi.listIdentityProviderKeys(String after,
Integer limit)
List all Credential Keys
Lists all IdP key credentials
|
List<JsonWebKey> |
IdentityProviderApi.listIdentityProviderKeys(String after,
Integer limit,
Map<String,String> additionalHeaders)
List all Credential Keys
Lists all IdP key credentials
|
List<JsonWebKey> |
IdentityProviderApi.listIdentityProviderSigningKeys(String idpId)
List all Signing Credential Keys
Lists all signing key credentials for an IdP
|
List<JsonWebKey> |
IdentityProviderApi.listIdentityProviderSigningKeys(String idpId,
Map<String,String> additionalHeaders)
List all Signing Credential Keys
Lists all signing key credentials for an IdP
|
List<JsonWebKey> |
AuthorizationServerApi.rotateAuthorizationServerKeys(String authServerId,
JwkUse use)
Rotate all Credential Keys
Rotates all credential keys
|
List<JsonWebKey> |
AuthorizationServerApi.rotateAuthorizationServerKeys(String authServerId,
JwkUse use,
Map<String,String> additionalHeaders)
Rotate all Credential Keys
Rotates all credential keys
|
Modifier and Type | Method and Description |
---|---|
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 |
IdentityProviderApi.createIdentityProviderKey(JsonWebKey jsonWebKey,
Map<String,String> additionalHeaders)
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(String keyOpsItem) |
JsonWebKey |
JsonWebKey.addX5cItem(String x5cItem) |
JsonWebKey |
JsonWebKey.alg(String alg) |
JsonWebKey |
JsonWebKey.created(OffsetDateTime created) |
JsonWebKey |
JsonWebKey.e(String e) |
JsonWebKey |
JsonWebKey.expiresAt(OffsetDateTime expiresAt) |
JsonWebKey |
HookKey.getEmbedded()
Get embedded
|
JsonWebKey |
JsonWebKey.keyOps(List<String> keyOps) |
JsonWebKey |
JsonWebKey.kid(String kid) |
JsonWebKey |
JsonWebKey.kty(String kty) |
JsonWebKey |
JsonWebKey.lastUpdated(OffsetDateTime lastUpdated) |
JsonWebKey |
JsonWebKey.links(LinksSelf links) |
JsonWebKey |
JsonWebKey.n(String n) |
JsonWebKey |
JsonWebKey.status(String status) |
JsonWebKey |
JsonWebKey.use(String use) |
JsonWebKey |
JsonWebKey.x5c(List<String> x5c) |
JsonWebKey |
JsonWebKey.x5t(String x5t) |
JsonWebKey |
JsonWebKey.x5tHashS256(String x5tHashS256) |
JsonWebKey |
JsonWebKey.x5u(String x5u) |
Modifier and Type | Method and Description |
---|---|
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(List<JsonWebKey> keys) |
void |
OpenIdConnectApplicationSettingsClientKeys.setKeys(List<JsonWebKey> keys) |
Copyright © 2017–2023 Okta. All rights reserved.