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 AccessTokenResponseAccessTokenResponse.parse(HTTPResponse httpResponse) Parses an access token response from the specified HTTP response.static AuthorizationErrorResponseAuthorizationErrorResponse.parse(HTTPResponse httpResponse) Parses an authorisation error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthorizationResponseAuthorizationResponse.parse(HTTPResponse httpResponse) Parses an authorisation response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthorizationResponseAuthorizationResponse.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 AuthorizationSuccessResponseAuthorizationSuccessResponse.parse(HTTPResponse httpResponse) Parses an authorisation success response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static ErrorObjectErrorObject.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 PushedAuthorizationResponsePushedAuthorizationResponse.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 RequestObjectPOSTResponseRequestObjectPOSTResponse.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 TokenErrorResponseTokenErrorResponse.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 TokenIntrospectionResponseTokenIntrospectionResponse.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 TokenResponseTokenResponse.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 CIBAErrorResponseCIBAErrorResponse.parse(HTTPResponse httpResponse) Parses a CIBA error response from the specified HTTP response.static CIBARequestAcknowledgementCIBARequestAcknowledgement.parse(HTTPResponse httpResponse) Parses a successful CIBA request acknowledgement from the specified HTTP response.static CIBAResponseCIBAResponse.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 ClientInformationResponseClientInformationResponse.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 ClientRegistrationResponseClientRegistrationResponse.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 DeviceAuthorizationResponseDeviceAuthorizationResponse.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 theURLand retrieves the resulting HTTP response.HTTPRequest.send(HTTPRequestSender httpRequestSender) Sends this HTTP request to theURLand 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 voidJakartaServletUtils.applyHTTPResponse(HTTPResponse httpResponse, jakarta.servlet.http.HttpServletResponse servletResponse) Applies the status code, headers and content of the specified HTTP response to an HTTP servlet response.static voidServletUtils.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 AuthenticationErrorResponseAuthenticationErrorResponse.parse(HTTPResponse httpResponse) Parses an OpenID Connect authentication error response from the specified initial HTTP 302 redirect response generated at the authorisation endpoint.static AuthenticationResponseAuthenticationResponseParser.parse(HTTPResponse httpResponse) Parses an OpenID Connect authentication response from the specified initial HTTP 302 redirect response output at the authorisation endpoint.static AuthenticationResponseAuthenticationResponseParser.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 OIDCTokenResponseOIDCTokenResponse.parse(HTTPResponse httpResponse) Parses an OpenID Connect access token response from the specified HTTP response.static TokenResponseOIDCTokenResponseParser.parse(HTTPResponse httpResponse) Parses an OpenID Connect token response or token error response from the specified HTTP response.static UserInfoErrorResponseUserInfoErrorResponse.parse(HTTPResponse httpResponse) Parses a UserInfo error response from the specified HTTP response.static UserInfoResponseUserInfoResponse.parse(HTTPResponse httpResponse) Parses a UserInfo response from the specified HTTP response.static UserInfoSuccessResponseUserInfoSuccessResponse.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 EntityListingErrorResponseEntityListingErrorResponse.parse(HTTPResponse httpResponse) Parses an entity listing error response from the specified HTTP response.static EntityListingResponseEntityListingResponse.parse(HTTPResponse httpResponse) Parses an entity listing response from the specified HTTP response.static EntityListingSuccessResponseEntityListingSuccessResponse.parse(HTTPResponse httpResponse) Parses an entity listing success response from the specified HTTP response.static FederationAPIErrorFederationAPIError.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 FetchEntityStatementResponseFetchEntityStatementResponse.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 ResolveErrorResponseResolveErrorResponse.parse(HTTPResponse httpResponse) Parses a resolve entity statement error response from the specified HTTP response.static ResolveResponseResolveResponse.parse(HTTPResponse httpResponse) Parses a resolve entity statement response from the specified HTTP response.static ResolveSuccessResponseResolveSuccessResponse.parse(HTTPResponse httpResponse) Parses a resolve success response from the specified HTTP response.static TrustMarkStatusErrorResponseTrustMarkStatusErrorResponse.parse(HTTPResponse httpResponse) Parses a trust mark status error response from the specified HTTP response.static TrustMarkStatusResponseTrustMarkStatusResponse.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 ClientRegistrationResponseOIDCClientRegistrationResponseParser.parse(HTTPResponse httpResponse) Parses an OpenID Connect client registration response from the specified HTTP response.