类:Mongo::Auth::Aws
- 定义于:
- lib/ Mongo/auth/ Amazon Web Services.rb ,
lib/ Mongo/auth/ Amazon Web Services/ 请求.rb,
lib/ Mongo/auth/ Amazon Web Services/凭证.rb,
lib/ Mongo/auth/ Amazon Web Services/ session.rb、lib/
Mongo/auth/ Amazon Web Services/credentials_cache.rb、lib/
Mongo/auth/ Amazon Web Services/credentials_retriever.rb
Overview
在命名空间下定义
类: Conversation 、 Credentials 、 CredentialsCache 、 CredentialsNotFound 、 CredentialsRetriever 、 Request
常量摘要折叠
- 机制 =
' MONGODB-AWS '.冻结
实例属性摘要
从Base继承的属性
实例方法摘要折叠
-
#login ⇒ BSON::Document
使用当前连接登录用户。
从Base继承的方法
构造函数详情
该类从Mongo::Auth::Base继承了一个构造函数
实例方法详细信息
#登录⇒ BSON::Document
使用当前连接登录用户。
26 27 28 29 30 31 |
# File 'lib/ Mongo/auth/aws.rb', line 26 def login converse_ 2 _step(连接, 对话) 救援 StandardError CredentialsCache.实例.清除 提高 end |