1

我已经构建了一个查询,该查询返回我可能需要从 alfresco 存储库中的所有相关文档。但我不知道如何链接到它们以便我可以访问它们。

一旦我检索到我尝试使用 getContentStream() 函数的文档列表,但这需要我在提示中输入凭据。我需要一种无需重新验证即可从外部访问该文档的方法。我已经使用 PHP CMIS API 进行身份验证和连接,用户自己不会拥有露天帐户。

4

1 回答 1

2

You need to write a proxy that will fetch the content stream on the user's behalf using the existing CMIS session, then stream it back to the client making the request.

Jeff

于 2014-06-23T16:41:01.920 回答