Uses of Class
net.shibboleth.oidc.jwk.RemoteJwkSetCache
Packages that use RemoteJwkSetCache
Package
Description
Credential resolver implementation classes.
-
Uses of RemoteJwkSetCache in net.shibboleth.oidc.security.credential.impl
Fields in net.shibboleth.oidc.security.credential.impl declared as RemoteJwkSetCacheModifier and TypeFieldDescriptionprivate RemoteJwkSetCacheClientInformationCredentialResolver.remoteJwkSetCacheThe cache for remote JWK key sets.private RemoteJwkSetCacheProviderMetadataCredentialResolver.remoteJwkSetCacheThe cache for remote JWK key sets.Methods in net.shibboleth.oidc.security.credential.impl with parameters of type RemoteJwkSetCacheModifier and TypeMethodDescriptionvoidClientInformationCredentialResolver.setRemoteJwkSetCache(RemoteJwkSetCache jwkSetCache) Set the cache for remote JWK key sets.voidProviderMetadataCredentialResolver.setRemoteJwkSetCache(RemoteJwkSetCache jwkSetCache) Set the cache for remote JWK key sets.