Uses of Class
com.nimbusds.oauth2.sdk.ciba.CIBAResponse
Packages that use CIBAResponse
Package
Description
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
-
Uses of CIBAResponse in com.nimbusds.oauth2.sdk.ciba
Subclasses of CIBAResponse in com.nimbusds.oauth2.sdk.cibaModifier and TypeClassDescriptionclassCIBA error response from an OpenID provider / OAuth 2.0 authorisation server backend authentication endpoint.classSuccessful CIBA request acknowledgement from an OpenID provider / OAuth 2.0 authorisation server backend authentication endpoint.Methods in com.nimbusds.oauth2.sdk.ciba that return CIBAResponseModifier and TypeMethodDescriptionstatic CIBAResponseCIBAResponse.parse(HTTPResponse httpResponse) Parses a CIBA response from the specified HTTP response.static CIBAResponseCIBAResponse.parse(net.minidev.json.JSONObject jsonObject) Parses a CIBA response from the specified JSON object.