Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.TrustNegotiationErrorResponse
-
Packages that use TrustNegotiationErrorResponse Package Description com.nimbusds.openid.connect.sdk.federation.api OpenID Connect Federation 1.0 API classes. -
-
Uses of TrustNegotiationErrorResponse in com.nimbusds.openid.connect.sdk.federation.api
Methods in com.nimbusds.openid.connect.sdk.federation.api that return TrustNegotiationErrorResponse Modifier and Type Method Description static TrustNegotiationErrorResponseTrustNegotiationErrorResponse. parse(HTTPResponse httpResponse)Parses a trust negotiation error response from the specified HTTP response.TrustNegotiationErrorResponseTrustNegotiationResponse. toErrorResponse()Casts this response to a trust negotiation error response.
-