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 JsonWebKeyList
Client. 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 JsonWebKeyList
Application. 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 JsonWebKeyList
AuthorizationServer. listKeys()
SuccessJsonWebKeyList
AuthorizationServer. 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 JsonWebKeyList
IdentityProvider. listSigningKeys()
List Signing Key Credentials for IdP Enumerates signing key credentials for an IdP
-