Google Secure Data Connectorの概要説明資料をアップしました。

Google Secure Data Connector説明用に作成した資料をSlide Shareにアップしました。

資料の内容について補足

p3 Google Secure Data Connectorのしくみ

com.google.dataconnector.client.SdcConnectionの辺りに記述されている
http://code.google.com/p/google-secure-data-connector/source/browse/trunk/data-connector-agent/src/java/com/google/dataconnector/client/SdcConnection.java

p7 AppEngineアプリをドメインに限定して公開

以下に手順が書いてあります。
公式ドキュメント:
http://code.google.com/intl/ja/appengine/articles/auth.html
Google サポートフォーラム:
http://www.google.com/support/a/bin/answer.py?hl=ja&answer=91077

p10 demo

前回の記事「Google Secure Data Connectorを利用してFW内のデータをAppsと連携する」のソースをgithubにアップしました。ほんとに最小限です。エラーハンドリングもしてません。
https://github.com/hrendoh/hello-sdc

p11 認証データの受け渡しについて

ガジェットについての記述:
http://code.google.com/securedataconnector/docs/1.0/tutorials/gadgets.html#ModifyGadgetToAccessPrivateData
AppEngine、SpreadSheetについての記述:
http://code.google.com/securedataconnector/docs/1.3/security.html#AuthenticationRequests

p13 RestletでEC2もSDCエージェントと連携

これは気になるけどまったく未調査。
http://blog.noelios.com/2011/03/31/leveraging-sdc-beyond-google-cloud-with-restlet/