Uses of Interface
com.inrupt.client.ClientCache
Packages that use ClientCache
Package
Description
Classes for working with Access Grants.
OpenID support for the Inrupt Java Client Libraries.
Service interfaces for the Inrupt Java Client Libraries.
User Managed Access support for the Inrupt Java Client Libraries.
-
Uses of ClientCache in com.inrupt.client.accessgrant
Methods in com.inrupt.client.accessgrant with parameters of type ClientCacheModifier and TypeMethodDescriptionstatic AccessGrantSession
AccessGrantSession.ofAccessGrant
(Session session, ClientCache<URI, Credential> cache, AccessGrant... accessGrants) Create a session with a collection of known access grants.Constructors in com.inrupt.client.accessgrant with parameters of type ClientCacheModifierConstructorDescriptionAccessGrantClient
(Client client, URI issuer, ClientCache<URI, com.inrupt.client.accessgrant.Metadata> metadataCache) Create an access grant client. -
Uses of ClientCache in com.inrupt.client.caffeine
Classes in com.inrupt.client.caffeine that implement ClientCacheMethods in com.inrupt.client.caffeine that return ClientCacheModifier and TypeMethodDescription<T,
U> ClientCache<T, U> static <T,
U> ClientCache<T, U> CaffeineCacheBuilder.ofCache
(com.github.benmanes.caffeine.cache.Cache<T, U> cache) Create aClientCache
directly from an existing CaffeineCache
. -
Uses of ClientCache in com.inrupt.client.guava
Classes in com.inrupt.client.guava that implement ClientCacheMethods in com.inrupt.client.guava that return ClientCacheModifier and TypeMethodDescription<T,
U> ClientCache<T, U> static <T,
U> ClientCache<T, U> GuavaCacheBuilder.ofCache
(com.google.common.cache.Cache<T, U> cache) Create aClientCache
directly from an existing GuavaCache
. -
Uses of ClientCache in com.inrupt.client.openid
Constructors in com.inrupt.client.openid with parameters of type ClientCacheModifierConstructorDescriptionOpenIdProvider
(URI issuer, DPoP dpop, HttpService httpClient, ClientCache<URI, Metadata> metadataCache) Create an OpenID Provider client. -
Uses of ClientCache in com.inrupt.client.spi
Methods in com.inrupt.client.spi that return ClientCache -
Uses of ClientCache in com.inrupt.client.uma
Constructors in com.inrupt.client.uma with parameters of type ClientCacheModifierConstructorDescriptionUmaClient
(HttpService httpClient, ClientCache<URI, Metadata> metadataCache, int maxIterations) Create an UMA client using an externally-configured HTTP client and cache.