Uses of Class
com.nimbusds.openid.connect.sdk.federation.api.FederationAPIError
Packages that use FederationAPIError
Package
Description
OpenID Connect Federation 1.0 API classes.
-
Uses of FederationAPIError in com.nimbusds.openid.connect.sdk.federation.api
Methods in com.nimbusds.openid.connect.sdk.federation.api that return FederationAPIErrorModifier and TypeMethodDescriptionEntityListingErrorResponse.getErrorObject()
Returns the federation API error.FetchEntityStatementErrorResponse.getErrorObject()
Returns the federation API error.ResolveErrorResponse.getErrorObject()
Returns the federation API error.TrustMarkStatusErrorResponse.getErrorObject()
Returns the federation API error.static FederationAPIError
FederationAPIError.parse
(HTTPResponse httpResponse) Parses a federation API error object from the specified HTTP response.static FederationAPIError
FederationAPIError.parse
(net.minidev.json.JSONObject jsonObject) Parses a federation API error object from the specified JSON object.FederationAPIError.withStatusCode
(int httpStatusCode) Returns a copy of this federation API error with the specified HTTP status code.Constructors in com.nimbusds.openid.connect.sdk.federation.api with parameters of type FederationAPIErrorModifierConstructorDescriptionCreates a new entity listing error response.Creates a new fetch entity statement error response.Creates a new resolve entity statement error response.Creates a new trust mark status error response.