Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.TrustNegotiationResponse
-
Packages that use TrustNegotiationResponse Package Description com.nimbusds.openid.connect.sdk.federation.api OpenID Connect Federation 1.0 API classes. -
-
Uses of TrustNegotiationResponse in com.nimbusds.openid.connect.sdk.federation.api
Subclasses of TrustNegotiationResponse in com.nimbusds.openid.connect.sdk.federation.api Modifier and Type Class Description classTrustNegotiationErrorResponseTrust negotiation error response.classTrustNegotiationSuccessResponseTrust negotiation success response.Methods in com.nimbusds.openid.connect.sdk.federation.api that return TrustNegotiationResponse Modifier and Type Method Description static TrustNegotiationResponseTrustNegotiationResponse. parse(HTTPResponse httpResponse)Parses a trust negotiation response from the specified HTTP response.
-