Class DefaultEntityStatementRetriever

java.lang.Object
com.nimbusds.openid.connect.sdk.federation.trust.DefaultEntityStatementRetriever
All Implemented Interfaces:
EntityStatementRetriever

The default entity statement retriever for resolving trust chains. Supports the postfix and infix well-known path composition strategies.
  • Field Details

  • Constructor Details

    • DefaultEntityStatementRetriever

      Creates a new entity statement retriever using the default HTTP timeout settings.
    • DefaultEntityStatementRetriever

      public DefaultEntityStatementRetriever(int httpConnectTimeoutMs, int httpReadTimeoutMs)
      Creates a new entity statement retriever.
      Parameters:
      httpConnectTimeoutMs - The HTTP connect timeout in milliseconds, zero means timeout determined by the underlying HTTP client.
      httpReadTimeoutMs - The HTTP read timeout in milliseconds, zero means timeout determined by the underlying HTTP client.
  • Method Details