Uses of Class
com.okta.sdk.resource.model.AuthorizationServerJsonWebKey
-
Uses of AuthorizationServerJsonWebKey in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthorizationServerKeysApi.getAuthorizationServerKey
(String authServerId, String keyId) Retrieve an Authorization Server Key Retrieves an Authorization Server Key specified by the `keyId`AuthorizationServerKeysApi.getAuthorizationServerKey
(String authServerId, String keyId, Map<String, String> additionalHeaders) Retrieve an Authorization Server Key Retrieves an Authorization Server Key specified by the `keyId`Modifier and TypeMethodDescriptionAuthorizationServerKeysApi.listAuthorizationServerKeys
(String authServerId) List all Credential Keys Lists all of the current, future, and expired Keys used by the Custom Authorization ServerAuthorizationServerKeysApi.listAuthorizationServerKeys
(String authServerId, Map<String, String> additionalHeaders) List all Credential Keys Lists all of the current, future, and expired Keys used by the Custom Authorization ServerAuthorizationServerKeysApi.rotateAuthorizationServerKeys
(String authServerId, JwkUse use) Rotate all Credential Keys Rotates the current Keys for a Custom Authorization Server.AuthorizationServerKeysApi.rotateAuthorizationServerKeys
(String authServerId, JwkUse use, Map<String, String> additionalHeaders) Rotate all Credential Keys Rotates the current Keys for a Custom Authorization Server. -
Uses of AuthorizationServerJsonWebKey in com.okta.sdk.resource.model
Modifier and TypeMethodDescription