Uses of Interface
com.okta.sdk.resource.application.JsonWebKeyList
-
Packages that use JsonWebKeyList Package Description com.okta.sdk.client com.okta.sdk.resource.application com.okta.sdk.resource.authorization.server com.okta.sdk.resource.identity.provider -
-
Uses of JsonWebKeyList in com.okta.sdk.client
Methods in com.okta.sdk.client that return JsonWebKeyList Modifier and Type Method Description JsonWebKeyListClient. listIdentityProviderKeys()List Keys Enumerates IdP key credentials. -
Uses of JsonWebKeyList in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application that return JsonWebKeyList Modifier and Type Method Description JsonWebKeyListApplication. listKeys()List Key Credentials for Application Enumerates key credentials for an application -
Uses of JsonWebKeyList in com.okta.sdk.resource.authorization.server
Methods in com.okta.sdk.resource.authorization.server that return JsonWebKeyList Modifier and Type Method Description JsonWebKeyListAuthorizationServer. listKeys()SuccessJsonWebKeyListAuthorizationServer. rotateKeys(JwkUse use)Success -
Uses of JsonWebKeyList in com.okta.sdk.resource.identity.provider
Methods in com.okta.sdk.resource.identity.provider that return JsonWebKeyList Modifier and Type Method Description JsonWebKeyListIdentityProvider. listSigningKeys()List Signing Key Credentials for IdP Enumerates signing key credentials for an IdP
-