Uses of Interface
com.inrupt.client.auth.DPoP
Package
Description
Authentication and Authorization classes for the Inrupt Java Client Libraries.
OpenID support for the Inrupt Java Client Libraries.
Service interfaces for the Inrupt Java Client Libraries.
-
Uses of DPoP in com.inrupt.client.auth
-
Uses of DPoP in com.inrupt.client.openid
ModifierConstructorDescriptionOpenIdProvider
(URI issuer, DPoP dpop) Create an OpenID Provider client.OpenIdProvider
(URI issuer, DPoP dpop, HttpService httpClient) Create an OpenID Provider client.OpenIdProvider
(URI issuer, DPoP dpop, HttpService httpClient, ClientCache<URI, Metadata> metadataCache) Create an OpenID Provider client. -
Uses of DPoP in com.inrupt.client.spi
Modifier and TypeMethodDescriptionDpopService.ofKeyPairs
(Map<String, KeyPair> keypairs) Create a DPoP manager with a collection of keypairs.