Uses of Class
com.nimbusds.oauth2.sdk.http.HTTPResponse
Packages that use HTTPResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
OAuth 2.0 dynamic client registration.
OAuth 2.0 device authorisation grant classes.
HTTP message and utility classes.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
OpenID Connect Federation 1.0 API classes.
OpenID Connect Federation 1.0 entity configuration request and response
classes.
OpenID Connect Relying Party (RP) classes.
-
Uses of HTTPResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return HTTPResponseModifier and TypeMethodDescriptionAccessTokenResponse.toHTTPResponse()
AuthorizationResponse.toHTTPResponse()
Returns an HTTP response for this authorisation response.ErrorObject.toHTTPResponse()
Returns an HTTP response for this error object.PushedAuthorizationErrorResponse.toHTTPResponse()
PushedAuthorizationSuccessResponse.toHTTPResponse()
RequestObjectPOSTErrorResponse.toHTTPResponse()
Deprecated.RequestObjectPOSTSuccessResponse.toHTTPResponse()
Deprecated.Response.toHTTPResponse()
Returns the matching HTTP response.TokenErrorResponse.toHTTPResponse()
TokenIntrospectionErrorResponse.toHTTPResponse()
TokenIntrospectionSuccessResponse.toHTTPResponse()
Methods in com.nimbusds.oauth2.sdk with parameters of type HTTPResponseModifier and TypeMethodDescriptionstatic AccessTokenResponse
AccessTokenResponse.parse
(HTTPResponse httpResponse) Parses an access token response from the specified HTTP response.static AuthorizationErrorResponse
AuthorizationErrorResponse.parse
(HTTPResponse httpResponse) Parses an authorisation error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthorizationResponse
AuthorizationResponse.parse
(HTTPResponse httpResponse) Parses an authorisation response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthorizationResponse
AuthorizationResponse.parse
(HTTPResponse httpResponse, JARMValidator jarmValidator) Parses and validates a JSON Web Token (JWT) secured authorisation response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthorizationSuccessResponse
AuthorizationSuccessResponse.parse
(HTTPResponse httpResponse) Parses an authorisation success response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static ErrorObject
ErrorObject.parse
(HTTPResponse httpResponse) Parses an error object from the specified HTTP response.PushedAuthorizationErrorResponse.parse
(HTTPResponse httpResponse) Parses a pushed authorisation error response from the specified HTTP response.static PushedAuthorizationResponse
PushedAuthorizationResponse.parse
(HTTPResponse httpResponse) Parses a pushed authorisation response from the specified HTTP response.PushedAuthorizationSuccessResponse.parse
(HTTPResponse httpResponse) Parses a pushed authorisation success response from the specified HTTP response.RequestObjectPOSTErrorResponse.parse
(HTTPResponse httpResponse) Deprecated.Parses a request object POST error response from the specified HTTP response.static RequestObjectPOSTResponse
RequestObjectPOSTResponse.parse
(HTTPResponse httpResponse) Deprecated.Parses a request object POST response from the specified HTTP response.RequestObjectPOSTSuccessResponse.parse
(HTTPResponse httpResponse) Deprecated.Parses a request object POST success response from the specified HTTP response.static TokenErrorResponse
TokenErrorResponse.parse
(HTTPResponse httpResponse) Parses an OAuth 2.0 Token Error response from the specified HTTP response.TokenIntrospectionErrorResponse.parse
(HTTPResponse httpResponse) Parses a token introspection error response from the specified HTTP response.static TokenIntrospectionResponse
TokenIntrospectionResponse.parse
(HTTPResponse httpResponse) Parses a token introspection response from the specified HTTP response.TokenIntrospectionSuccessResponse.parse
(HTTPResponse httpResponse) Parses a token introspection success response from the specified HTTP response.static TokenResponse
TokenResponse.parse
(HTTPResponse httpResponse) Parses a token response from the specified HTTP response. -
Uses of HTTPResponse in com.nimbusds.oauth2.sdk.ciba
Methods in com.nimbusds.oauth2.sdk.ciba that return HTTPResponseModifier and TypeMethodDescriptionCIBAErrorResponse.toHTTPResponse()
CIBARequestAcknowledgement.toHTTPResponse()
Methods in com.nimbusds.oauth2.sdk.ciba with parameters of type HTTPResponseModifier and TypeMethodDescriptionstatic CIBAErrorResponse
CIBAErrorResponse.parse
(HTTPResponse httpResponse) Parses a CIBA error response from the specified HTTP response.static CIBARequestAcknowledgement
CIBARequestAcknowledgement.parse
(HTTPResponse httpResponse) Parses a successful CIBA request acknowledgement from the specified HTTP response.static CIBAResponse
CIBAResponse.parse
(HTTPResponse httpResponse) Parses a CIBA response from the specified HTTP response. -
Uses of HTTPResponse in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return HTTPResponseModifier and TypeMethodDescriptionClientInformationResponse.toHTTPResponse()
ClientRegistrationErrorResponse.toHTTPResponse()
Returns the HTTP response for this client registration error response.Methods in com.nimbusds.oauth2.sdk.client with parameters of type HTTPResponseModifier and TypeMethodDescriptionstatic ClientInformationResponse
ClientInformationResponse.parse
(HTTPResponse httpResponse) Parses a client information response from the specified HTTP response.ClientRegistrationErrorResponse.parse
(HTTPResponse httpResponse) Parses a client registration error response from the specified HTTP response.static ClientRegistrationResponse
ClientRegistrationResponse.parse
(HTTPResponse httpResponse) Parses a client registration response from the specified HTTP response. -
Uses of HTTPResponse in com.nimbusds.oauth2.sdk.device
Methods in com.nimbusds.oauth2.sdk.device that return HTTPResponseModifier and TypeMethodDescriptionDeviceAuthorizationErrorResponse.toHTTPResponse()
DeviceAuthorizationSuccessResponse.toHTTPResponse()
Methods in com.nimbusds.oauth2.sdk.device with parameters of type HTTPResponseModifier and TypeMethodDescriptionDeviceAuthorizationErrorResponse.parse
(HTTPResponse httpResponse) Parses an OAuth 2.0 ciba authorization error, push error or token response - from the specified HTTP response.static DeviceAuthorizationResponse
DeviceAuthorizationResponse.parse
(HTTPResponse httpResponse) Parses a device authorization response from the specified HTTP response.DeviceAuthorizationSuccessResponse.parse
(HTTPResponse httpResponse) Parses an device authorization response from the specified HTTP response. -
Uses of HTTPResponse in com.nimbusds.oauth2.sdk.http
Methods in com.nimbusds.oauth2.sdk.http that return HTTPResponseModifier and TypeMethodDescriptionHTTPEndpoint.process
(HTTPRequest httpRequest) Processes an HTTP request.HTTPRequest.send()
Sends this HTTP request to theURL
and retrieves the resulting HTTP response.HTTPRequest.send
(HTTPRequestSender httpRequestSender) Sends this HTTP request to theURL
and retrieves the resulting HTTP response.HTTPRequest.send
(HostnameVerifier hostnameVerifier, SSLSocketFactory sslSocketFactory) Deprecated.Methods in com.nimbusds.oauth2.sdk.http with parameters of type HTTPResponseModifier and TypeMethodDescriptionstatic void
JakartaServletUtils.applyHTTPResponse
(HTTPResponse httpResponse, jakarta.servlet.http.HttpServletResponse servletResponse) Applies the status code, headers and content of the specified HTTP response to a HTTP servlet response.static void
ServletUtils.applyHTTPResponse
(HTTPResponse httpResponse, javax.servlet.http.HttpServletResponse servletResponse) Applies the status code, headers and content of the specified HTTP response to a HTTP servlet response. -
Uses of HTTPResponse in com.nimbusds.openid.connect.sdk
Methods in com.nimbusds.openid.connect.sdk that return HTTPResponseModifier and TypeMethodDescriptionUserInfoErrorResponse.toHTTPResponse()
Returns the HTTP response for this UserInfo error response.UserInfoSuccessResponse.toHTTPResponse()
Methods in com.nimbusds.openid.connect.sdk with parameters of type HTTPResponseModifier and TypeMethodDescriptionstatic AuthenticationErrorResponse
AuthenticationErrorResponse.parse
(HTTPResponse httpResponse) Parses an OpenID Connect authentication error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthenticationResponse
AuthenticationResponseParser.parse
(HTTPResponse httpResponse) Parses an OpenID Connect authentication response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthenticationResponse
AuthenticationResponseParser.parse
(HTTPResponse httpResponse, JARMValidator jarmValidator) Parses and validates a JSON Web Token (JWT) secured OpenID Connect authentication response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.AuthenticationSuccessResponse.parse
(HTTPResponse httpResponse) Parses an OpenID Connect authentication success response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static OIDCTokenResponse
OIDCTokenResponse.parse
(HTTPResponse httpResponse) Parses an OpenID Connect access token response from the specified HTTP response.static TokenResponse
OIDCTokenResponseParser.parse
(HTTPResponse httpResponse) Parses an OpenID Connect token response or token error response from the specified HTTP response.static UserInfoErrorResponse
UserInfoErrorResponse.parse
(HTTPResponse httpResponse) Parses a UserInfo error response from the specified HTTP response.static UserInfoResponse
UserInfoResponse.parse
(HTTPResponse httpResponse) Parses a UserInfo response from the specified HTTP response.static UserInfoSuccessResponse
UserInfoSuccessResponse.parse
(HTTPResponse httpResponse) Parses a UserInfo response from the specified HTTP response. -
Uses of HTTPResponse in com.nimbusds.openid.connect.sdk.federation.api
Methods in com.nimbusds.openid.connect.sdk.federation.api that return HTTPResponseModifier and TypeMethodDescriptionEntityListingErrorResponse.toHTTPResponse()
EntityListingSuccessResponse.toHTTPResponse()
FetchEntityStatementErrorResponse.toHTTPResponse()
FetchEntityStatementSuccessResponse.toHTTPResponse()
ResolveErrorResponse.toHTTPResponse()
ResolveSuccessResponse.toHTTPResponse()
TrustMarkStatusErrorResponse.toHTTPResponse()
TrustMarkStatusSuccessResponse.toHTTPResponse()
Methods in com.nimbusds.openid.connect.sdk.federation.api with parameters of type HTTPResponseModifier and TypeMethodDescriptionstatic EntityListingErrorResponse
EntityListingErrorResponse.parse
(HTTPResponse httpResponse) Parses an entity listing error response from the specified HTTP response.static EntityListingResponse
EntityListingResponse.parse
(HTTPResponse httpResponse) Parses an entity listing response from the specified HTTP response.static EntityListingSuccessResponse
EntityListingSuccessResponse.parse
(HTTPResponse httpResponse) Parses an entity listing success response from the specified HTTP response.static FederationAPIError
FederationAPIError.parse
(HTTPResponse httpResponse) Parses a federation API error object from the specified HTTP response.FetchEntityStatementErrorResponse.parse
(HTTPResponse httpResponse) Parses a fetch entity statement error response from the specified HTTP response.static FetchEntityStatementResponse
FetchEntityStatementResponse.parse
(HTTPResponse httpResponse) Parses a fetch entity statement response from the specified HTTP response.FetchEntityStatementSuccessResponse.parse
(HTTPResponse httpResponse) Parses a fetch entity statement success response from the specified HTTP response.static ResolveErrorResponse
ResolveErrorResponse.parse
(HTTPResponse httpResponse) Parses a resolve entity statement error response from the specified HTTP response.static ResolveResponse
ResolveResponse.parse
(HTTPResponse httpResponse) Parses a resolve entity statement response from the specified HTTP response.static ResolveSuccessResponse
ResolveSuccessResponse.parse
(HTTPResponse httpResponse) Parses a resolve success response from the specified HTTP response.static TrustMarkStatusErrorResponse
TrustMarkStatusErrorResponse.parse
(HTTPResponse httpResponse) Parses a trust mark status error response from the specified HTTP response.static TrustMarkStatusResponse
TrustMarkStatusResponse.parse
(HTTPResponse httpResponse) Parses a trust mark status response from the specified HTTP response.TrustMarkStatusSuccessResponse.parse
(HTTPResponse httpResponse) Parses a trust mark status success response from the specified HTTP response. -
Uses of HTTPResponse in com.nimbusds.openid.connect.sdk.federation.config
Methods in com.nimbusds.openid.connect.sdk.federation.config that return HTTPResponseModifier and TypeMethodDescriptionFederationEntityConfigurationErrorResponse.toHTTPResponse()
FederationEntityConfigurationSuccessResponse.toHTTPResponse()
Methods in com.nimbusds.openid.connect.sdk.federation.config with parameters of type HTTPResponseModifier and TypeMethodDescriptionFederationEntityConfigurationErrorResponse.parse
(HTTPResponse httpResponse) Parses a federation entity configuration error response from the specified HTTP response.FederationEntityConfigurationResponse.parse
(HTTPResponse httpResponse) Parses a federation entity configuration response from the specified HTTP response.FederationEntityConfigurationSuccessResponse.parse
(HTTPResponse httpResponse) Parses a federation entity configuration success response from the specified HTTP response. -
Uses of HTTPResponse in com.nimbusds.openid.connect.sdk.rp
Methods in com.nimbusds.openid.connect.sdk.rp with parameters of type HTTPResponseModifier and TypeMethodDescriptionOIDCClientInformationResponse.parse
(HTTPResponse httpResponse) Parses an OpenID Connect client information response from the specified HTTP response.static ClientRegistrationResponse
OIDCClientRegistrationResponseParser.parse
(HTTPResponse httpResponse) Parses an OpenID Connect client registration response from the specified HTTP response.