Uses of Class
com.okta.sdk.resource.model.OAuth2ClientJsonWebKey
Packages that use OAuth2ClientJsonWebKey
-
Uses of OAuth2ClientJsonWebKey in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return OAuth2ClientJsonWebKeyModifier and TypeMethodDescriptionApplicationSsoCredentialOAuth2ClientAuthApi.activateOAuth2ClientJsonWebKey
(String appId, String keyId) Activate an OAuth 2.0 Client JSON Web Key Activates an OAuth 2.0 Client JSON Web Key by `keyId`ApplicationSsoCredentialOAuth2ClientAuthApi.activateOAuth2ClientJsonWebKey
(String appId, String keyId, Map<String, String> additionalHeaders) Activate an OAuth 2.0 Client JSON Web Key Activates an OAuth 2.0 Client JSON Web Key by `keyId`ApplicationSsoCredentialOAuth2ClientAuthApi.addJwk
(String appId, OAuth2ClientJsonWebKeyRequestBody oauth2ClientJsonWebKeyRequestBody) Add a JSON Web Key Adds a new JSON Web Key to the client’s JSON Web Keys.ApplicationSsoCredentialOAuth2ClientAuthApi.addJwk
(String appId, OAuth2ClientJsonWebKeyRequestBody oauth2ClientJsonWebKeyRequestBody, Map<String, String> additionalHeaders) Add a JSON Web Key Adds a new JSON Web Key to the client’s JSON Web Keys.ApplicationSsoCredentialOAuth2ClientAuthApi.deactivateOAuth2ClientJsonWebKey
(String appId, String keyId) Deactivate an OAuth 2.0 Client JSON Web Key Deactivates an OAuth 2.0 Client JSON Web Key by `keyId`.ApplicationSsoCredentialOAuth2ClientAuthApi.deactivateOAuth2ClientJsonWebKey
(String appId, String keyId, Map<String, String> additionalHeaders) Deactivate an OAuth 2.0 Client JSON Web Key Deactivates an OAuth 2.0 Client JSON Web Key by `keyId`.Retrieve an OAuth 2.0 Client JSON Web Key Retrieves an OAuth 2.0 Client JSON Web Key by `keyId`.ApplicationSsoCredentialOAuth2ClientAuthApi.getJwk
(String appId, String keyId, Map<String, String> additionalHeaders) Retrieve an OAuth 2.0 Client JSON Web Key Retrieves an OAuth 2.0 Client JSON Web Key by `keyId`.Methods in com.okta.sdk.resource.api that return types with arguments of type OAuth2ClientJsonWebKeyModifier and TypeMethodDescriptionList all the OAuth 2.0 Client JSON Web Keys Lists all JSON Web Keys for an OAuth 2.0 client appApplicationSsoCredentialOAuth2ClientAuthApi.listJwk
(String appId, Map<String, String> additionalHeaders) List all the OAuth 2.0 Client JSON Web Keys Lists all JSON Web Keys for an OAuth 2.0 client app -
Uses of OAuth2ClientJsonWebKey in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2ClientJsonWebKeyModifier and TypeMethodDescriptionOAuth2ClientJsonWebKey.links
(OAuthClientSecretLinks links) OAuth2ClientJsonWebKey.status
(OAuth2ClientJsonWebKey.StatusEnum status)