类:Mongo::Auth::Aws

继承:
Base
  • 对象
显示全部
定义于:
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

由于:

  • 2.0.0

在命名空间下定义

类: ConversationCredentialsCredentialsCacheCredentialsNotFoundCredentialsRetrieverRequest

常量摘要折叠

机制 =

由于:

  • 2.0.0

' MONGODB-AWS '.冻结

实例属性摘要

Base继承的属性

#connection , #user

实例方法摘要折叠

Base继承的方法

#conversation#initialize

构造函数详情

该类从Mongo::Auth::Base继承了一个构造函数

实例方法详细信息

#登录BSON::Document

使用当前连接登录用户。

返回:

  • ( BSON::Document )

    身份验证响应的文档。

由于:

  • 2.0.0



26
27
28
29
30
31
# File 'lib/ Mongo/auth/aws.rb', line 26

def 
  converse_ 2 _step(连接, 对话)
救援 StandardError
  CredentialsCache.实例.清除
  提高
end