Uses of Interface
com.nimbusds.oauth2.sdk.http.HTTPRequestSender
Packages that use HTTPRequestSender
Package
Description
HTTP message and utility classes.
OpenID Connect Federation 1.0 trust chains and resolution.
-
Uses of HTTPRequestSender in com.nimbusds.oauth2.sdk.http
Methods in com.nimbusds.oauth2.sdk.http with parameters of type HTTPRequestSenderModifier and TypeMethodDescriptionHTTPRequest.send
(HTTPRequestSender httpRequestSender) Sends this HTTP request to theURL
and retrieves the resulting HTTP response. -
Uses of HTTPRequestSender in com.nimbusds.openid.connect.sdk.federation.trust
Constructors in com.nimbusds.openid.connect.sdk.federation.trust with parameters of type HTTPRequestSenderModifierConstructorDescriptionDefaultEntityStatementRetriever
(HTTPRequestSender httpRequestSender) Creates a new entity statement retriever.