简体   繁体   English

在非iOS和Andorid设备上使用SQS和令牌自动售货机

[英]Using SQS and token vending machine on non ios and andorid devices

I am developing an app on both j2me and windows phone 8 platform and the app will need to access the Amazon SQS. 我正在j2me和Windows Phone 8平台上开发一个应用程序,该应用程序将需要访问Amazon SQS。

Of course this has to be done securely. 当然,这必须安全地完成。 I can only see the android and ios sdk, how do I securely (with the token vending machine) access the Amazon SQS on other platform other than ios and android? 我只能看到android和ios sdk,如何安全地(使用令牌自动售货机)访问ios和android以外的其他平台上的Amazon SQS?

While there is no TVM sample for C#, you may be interested in this blog post - http://notebookheavy.com/2012/04/19/amazon-simpledb-for-windows-phone-part-4-tvmclient/ 虽然没有C#的TVM示例,但您可能对此博客帖子感兴趣-http://notebookheavy.com/2012/04/19/amazon-simpledb-for-windows-phone-part-4-tvmclient/

The author has converted much of the Android implementation into C# and it may give you a head start. 作者已将许多Android实现转换为C#,这可能会让您有所作为。

You may also be interested in using web identity federation. 您可能还对使用Web身份联盟感兴趣。 This blog post explains how to use that with the AWS SDK for .NET. 这篇博客文章介绍了如何将其与适用于.NET的AWS开发工具包结合使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS上的ElasticBeanstalk令牌销售 - ElasticBeanstalk Token Vending on iOS 使用IOS(Xcode)的AWS令牌自动售货机订阅SNS通知的步骤是什么? - What are the steps to use AWS token vending machine from IOS (Xcode) for subscription to SNS notification? AWS Identity Token自动售货机-Android代码错误 - AWS Identity Token Vending Machine - Android Code Error 作为令牌自动售货机的Amazon STS:用户会话管理是否有效? - Amazon STS as Token Vending Machine: Is User Session Management a valid Usecase? “账户”如何与AWS Identity Token自动售货机配合使用? - How does an “account” work with AWS Identity Token Vending Machine? Ruby:从令牌自动售货机请求临时AWS凭证 - Ruby: Request temporary AWS credentials from Token Vending Machine AWS令牌自动售货机应该部署在自己的实例上,还是可以将其与我的应用实例合并? - Should the AWS Token Vending Machine be deployed on its own instance or can I merge it with my apps instance? Amazon S3-令牌自动售货机/ IAM - Amazon S3 - Token Vending Machines/IAM 亚马逊网络服务:令牌自动售货机(匿名/身份)加密 - Amazon Web Services: Token Vending Machines (anonymous/identity) Encryption 使用dropwizard轮询SQS - Polling SQS using dropwizard
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM