Uses of Interface
com.okta.sdk.resource.JsonWebKeyList
-
Packages that use JsonWebKeyList Package Description com.okta.sdk.client -
-
Uses of JsonWebKeyList in com.okta.sdk.client
Methods in com.okta.sdk.client that return JsonWebKeyList Modifier and Type Method Description JsonWebKeyListClient. listApplicationKeys(java.lang.String appId)List Key Credentials for Application Enumerates key credentials for an applicationJsonWebKeyListClient. listAuthorizationServerKeys(java.lang.String authServerId)List Authorization Server Keys SuccessJsonWebKeyListClient. listIdentityProviderKeys()List Identity Provider Keys Enumerates IdP key credentials.JsonWebKeyListClient. listIdentityProviderSigningKeys(java.lang.String idpId)List Signing Key Credentials for IdP Enumerates signing key credentials for an IdPJsonWebKeyListClient. rotateAuthorizationServerKeys(JwkUse use, java.lang.String authServerId)Rotate Authorization Server Keys Success
-