Class TrustMarkStatusErrorResponse

java.lang.Object
com.nimbusds.openid.connect.sdk.federation.api.TrustMarkStatusResponse
com.nimbusds.openid.connect.sdk.federation.api.TrustMarkStatusErrorResponse
All Implemented Interfaces:
Message, Response

Trust mark status error response.

Related specifications:

  • OpenID Connect Federation 1.0, section 7.5.
  • Constructor Details

  • Method Details

    • getErrorObject

      Returns the federation API error.
      Returns:
      The federation API error.
    • indicatesSuccess

      public boolean indicatesSuccess()
      Description copied from interface: Response
      Checks if the response indicates success.
      Returns:
      true if the response indicates success, else false.
    • toHTTPResponse

      Description copied from interface: Response
      Returns the matching HTTP response.
      Returns:
      The HTTP response.
    • parse

      public static TrustMarkStatusErrorResponse parse(HTTPResponse httpResponse) throws ParseException
      Parses a trust mark status error response from the specified HTTP response.
      Parameters:
      httpResponse - The HTTP response. Must not be null.
      Returns:
      The trust mark status error response.
      Throws:
      ParseException - If parsing failed.