Uses of Class
net.shibboleth.oidc.jwk.RemoteJwkSetCache
-
Packages that use RemoteJwkSetCache Package Description net.shibboleth.oidc.security.credential.impl Credential resolver implementation classes. -
-
Uses of RemoteJwkSetCache in net.shibboleth.oidc.security.credential.impl
Fields in net.shibboleth.oidc.security.credential.impl declared as RemoteJwkSetCache Modifier and Type Field Description private 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 RemoteJwkSetCache Modifier and Type Method Description voidClientInformationCredentialResolver. setRemoteJwkSetCache(RemoteJwkSetCache jwkSetCache)Set the cache for remote JWK key sets.voidProviderMetadataCredentialResolver. setRemoteJwkSetCache(RemoteJwkSetCache jwkSetCache)Set the cache for remote JWK key sets.
-