Uses of Class
com.okta.sdk.resource.model.SchemasJsonWebKey
Package
Description
-
Uses of SchemasJsonWebKey in com.okta.sdk.impl.resource
Modifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setJwks
(List<SchemasJsonWebKey> schemasJsonWebKeys) -
Uses of SchemasJsonWebKey in com.okta.sdk.resource.application
Modifier and TypeMethodDescriptionOIDCApplicationBuilder.setJwks
(List<SchemasJsonWebKey> jsonWebKeyList) -
Uses of SchemasJsonWebKey in com.okta.sdk.resource.model
Modifier and TypeClassDescriptionclass
JsonWebKeyECclass
JsonWebKeyRsaModifier and TypeMethodDescriptionSchemasJsonWebKey.alg
(SigningAlgorithm alg) SchemasJsonWebKey.kty
(JsonWebKeyType kty) SchemasJsonWebKey.status
(JsonWebKeyStatus status) SchemasJsonWebKey.use
(JsonWebKeyUse use) Modifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClientKeys.addkeysItem
(SchemasJsonWebKey keysItem) Modifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClientKeys.keys
(List<SchemasJsonWebKey> keys) void
OpenIdConnectApplicationSettingsClientKeys.setKeys
(List<SchemasJsonWebKey> keys)