Uses of Interface
com.inrupt.client.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.
-
Uses of ClientCache in com.inrupt.client.accessgrant
Modifier and TypeMethodDescriptionstatic AccessGrantSession
AccessGrantSession.ofAccessGrant
(Session session, ClientCache<URI, Credential> cache, AccessGrant... accessGrants) Create a session with a collection of known access grants.ModifierConstructorDescriptionAccessGrantClient
(Client client, URI issuer, ClientCache<URI, com.inrupt.client.accessgrant.Metadata> metadataCache) Create an access grant client. -
Uses of ClientCache in com.inrupt.client.openid
ModifierConstructorDescriptionOpenIdProvider
(URI issuer, DPoP dpop, HttpService httpClient, ClientCache<URI, Metadata> metadataCache) Create an OpenID Provider client. -
Uses of ClientCache in com.inrupt.client.spi