Uses of Class
com.nimbusds.oauth2.sdk.http.HTTPResponse
-
Packages that use HTTPResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses.com.nimbusds.oauth2.sdk.client OAuth 2.0 dynamic client registration.com.nimbusds.oauth2.sdk.device OAuth 2.0 device authorisation grant classes.com.nimbusds.oauth2.sdk.http HTTP message and utility classes.com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses.com.nimbusds.openid.connect.sdk.rp OpenID Connect Relying Party (RP) classes. -
-
Uses of HTTPResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return HTTPResponse Modifier and Type Method Description HTTPResponseAccessTokenResponse. toHTTPResponse()HTTPResponseAuthorizationResponse. toHTTPResponse()Returns an HTTP response for this authorisation response.HTTPResponsePushedAuthorizationErrorResponse. toHTTPResponse()HTTPResponsePushedAuthorizationSuccessResponse. toHTTPResponse()HTTPResponseRequestObjectPOSTErrorResponse. toHTTPResponse()Deprecated.HTTPResponseRequestObjectPOSTSuccessResponse. toHTTPResponse()Deprecated.HTTPResponseResponse. toHTTPResponse()Returns the matching HTTP response.HTTPResponseTokenErrorResponse. toHTTPResponse()HTTPResponseTokenIntrospectionErrorResponse. toHTTPResponse()HTTPResponseTokenIntrospectionSuccessResponse. toHTTPResponse()Methods in com.nimbusds.oauth2.sdk with parameters of type HTTPResponse Modifier and Type Method Description static 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.static PushedAuthorizationErrorResponsePushedAuthorizationErrorResponse. 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.static PushedAuthorizationSuccessResponsePushedAuthorizationSuccessResponse. parse(HTTPResponse httpResponse)Parses a pushed authorisation success response from the specified HTTP response.static RequestObjectPOSTErrorResponseRequestObjectPOSTErrorResponse. 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.static RequestObjectPOSTSuccessResponseRequestObjectPOSTSuccessResponse. 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.static TokenIntrospectionErrorResponseTokenIntrospectionErrorResponse. 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.static TokenIntrospectionSuccessResponseTokenIntrospectionSuccessResponse. parse(HTTPResponse httpResponse)Parses an 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.client
Methods in com.nimbusds.oauth2.sdk.client that return HTTPResponse Modifier and Type Method Description HTTPResponseClientInformationResponse. toHTTPResponse()HTTPResponseClientRegistrationErrorResponse. toHTTPResponse()Returns the HTTP response for this client registration error response.Methods in com.nimbusds.oauth2.sdk.client with parameters of type HTTPResponse Modifier and Type Method Description static ClientInformationResponseClientInformationResponse. parse(HTTPResponse httpResponse)Parses a client information response from the specified HTTP response.static ClientRegistrationErrorResponseClientRegistrationErrorResponse. 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 HTTPResponse Modifier and Type Method Description HTTPResponseDeviceAuthorizationErrorResponse. toHTTPResponse()HTTPResponseDeviceAuthorizationSuccessResponse. toHTTPResponse()Methods in com.nimbusds.oauth2.sdk.device with parameters of type HTTPResponse Modifier and Type Method Description static DeviceAuthorizationErrorResponseDeviceAuthorizationErrorResponse. parse(HTTPResponse httpResponse)Parses an OAuth 2.0 device authorization error response from the specified HTTP response.static DeviceAuthorizationResponseDeviceAuthorizationResponse. parse(HTTPResponse httpResponse)Parses a device authorization response from the specified HTTP response.static DeviceAuthorizationSuccessResponseDeviceAuthorizationSuccessResponse. 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 HTTPResponse Modifier and Type Method Description HTTPResponseHTTPEndpoint. process(HTTPRequest httpRequest)Processes an HTTP request.HTTPResponseHTTPRequest. send()Sends this HTTP request to the request URL and retrieves the resulting HTTP response.HTTPResponseHTTPRequest. send(HostnameVerifier hostnameVerifier, SSLSocketFactory sslSocketFactory)Deprecated.Methods in com.nimbusds.oauth2.sdk.http with parameters of type HTTPResponse Modifier and Type Method Description 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 HTTPResponse Modifier and Type Method Description HTTPResponseUserInfoErrorResponse. toHTTPResponse()Returns the HTTP response for this UserInfo error response.HTTPResponseUserInfoSuccessResponse. toHTTPResponse()Methods in com.nimbusds.openid.connect.sdk with parameters of type HTTPResponse Modifier and Type Method Description static 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.static AuthenticationSuccessResponseAuthenticationSuccessResponse. 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.rp
Methods in com.nimbusds.openid.connect.sdk.rp with parameters of type HTTPResponse Modifier and Type Method Description static OIDCClientInformationResponseOIDCClientInformationResponse. 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.
-