Uses of Class
com.okta.sdk.resource.model.SchemasJsonWebKey
Packages that use SchemasJsonWebKey
Package
Description
-
Uses of SchemasJsonWebKey in com.okta.sdk.impl.resource
Method parameters in com.okta.sdk.impl.resource with type arguments of type SchemasJsonWebKeyModifier and TypeMethodDescriptionDefaultOIDCApplicationBuilder.setJwks
(List<SchemasJsonWebKey> schemasJsonWebKeys) -
Uses of SchemasJsonWebKey in com.okta.sdk.resource.application
Method parameters in com.okta.sdk.resource.application with type arguments of type SchemasJsonWebKeyModifier and TypeMethodDescriptionOIDCApplicationBuilder.setJwks
(List<SchemasJsonWebKey> jsonWebKeyList) -
Uses of SchemasJsonWebKey in com.okta.sdk.resource.model
Subclasses of SchemasJsonWebKey in com.okta.sdk.resource.modelModifier and TypeClassDescriptionclass
JsonWebKeyECclass
JsonWebKeyRsaMethods in com.okta.sdk.resource.model that return SchemasJsonWebKeyModifier and TypeMethodDescriptionSchemasJsonWebKey.alg
(SigningAlgorithm alg) SchemasJsonWebKey.kty
(JsonWebKeyType kty) SchemasJsonWebKey.status
(JsonWebKeyStatus status) SchemasJsonWebKey.use
(JsonWebKeyUse use) Methods in com.okta.sdk.resource.model that return types with arguments of type SchemasJsonWebKeyMethods in com.okta.sdk.resource.model with parameters of type SchemasJsonWebKeyModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClientKeys.addkeysItem
(SchemasJsonWebKey keysItem) Method parameters in com.okta.sdk.resource.model with type arguments of type SchemasJsonWebKeyModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClientKeys.keys
(List<SchemasJsonWebKey> keys) void
OpenIdConnectApplicationSettingsClientKeys.setKeys
(List<SchemasJsonWebKey> keys)