Uses of Interface
com.nimbusds.jose.util.ResourceRetriever
Packages that use ResourceRetriever
Package
Description
JSON Web Key (JWK) sourcing interface and utilities.
Utility interfaces and classes.
-
Uses of ResourceRetriever in com.nimbusds.jose.jwk.source
Methods in com.nimbusds.jose.jwk.source that return ResourceRetrieverModifier and TypeMethodDescriptionRemoteJWKSet.getResourceRetriever()Deprecated.Returns the HTTP resource retriever.Methods in com.nimbusds.jose.jwk.source with parameters of type ResourceRetrieverModifier and TypeMethodDescriptionstatic <C extends SecurityContext>
JWKSourceBuilder<C>JWKSourceBuilder.create(URL jwkSetURL, ResourceRetriever retriever) Creates a new JWK source builder using the specified JWK set URL and resource retriever.Constructors in com.nimbusds.jose.jwk.source with parameters of type ResourceRetrieverModifierConstructorDescriptionRemoteJWKSet(URL jwkSetURL, JWKSource<C> failoverJWKSource, ResourceRetriever resourceRetriever, JWKSetCache jwkSetCache) Deprecated.Creates a new remote JWK set.RemoteJWKSet(URL jwkSetURL, ResourceRetriever resourceRetriever) Deprecated.Creates a new remote JWK set.RemoteJWKSet(URL jwkSetURL, ResourceRetriever resourceRetriever, JWKSetCache jwkSetCache) Deprecated.Creates a new remote JWK set.URLBasedJWKSetSource(URL url, ResourceRetriever resourceRetriever) Creates a new URL based JWK set source. -
Uses of ResourceRetriever in com.nimbusds.jose.util
Subinterfaces of ResourceRetriever in com.nimbusds.jose.utilModifier and TypeInterfaceDescriptioninterfaceRetriever of resources specified by URL which permits setting of HTTP connect and read timeouts, size limit and headers.Classes in com.nimbusds.jose.util that implement ResourceRetrieverModifier and TypeClassDescriptionclassAbstract retrieval of resources by URL with HTTP timeout and entity size restrictions.classThe default retriever of resources specified by HTTP(S) or file based URL.