Uses of Interface
com.inrupt.client.auth.DPoP
Packages that use 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
Methods in com.inrupt.client.auth that return DPoP -
Uses of DPoP in com.inrupt.client.openid
Constructors in com.inrupt.client.openid with parameters of type DPoPModifierConstructorDescriptionOpenIdProvider
(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
Methods in com.inrupt.client.spi that return DPoPModifier and TypeMethodDescriptionDpopService.ofKeyPairs
(Map<String, KeyPair> keypairs) Create a DPoP manager with a collection of keypairs.