Uses of Interface
com.nimbusds.oauth2.sdk.http.HTTPRequestSender
-
Packages that use HTTPRequestSender Package Description com.nimbusds.oauth2.sdk.http HTTP message and utility classes.com.nimbusds.openid.connect.sdk.federation.trust 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 HTTPRequestSender Modifier and Type Method Description HTTPResponseHTTPRequest. send(HTTPRequestSender httpRequestSender)Sends this HTTP request to theURLand 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 HTTPRequestSender Constructor Description DefaultEntityStatementRetriever(HTTPRequestSender httpRequestSender)Creates a new entity statement retriever.
-