class Amazonite::Sts::ProvidedContext

Overview

Contains information about the provided context. This includes the signed and encrypted trusted context assertion and the context provider ARN from which the trusted context assertion was generated.

Defined in:

sts/provided_context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(provider_arn : String | Nil = nil, context_assertion : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def context_assertion : String | Nil #

The signed and encrypted trusted context assertion generated by the context provider. The trusted context assertion is signed and encrypted by Amazon Web Services STS.


[View source]
def context_assertion=(context_assertion : String | Nil) #

The signed and encrypted trusted context assertion generated by the context provider. The trusted context assertion is signed and encrypted by Amazon Web Services STS.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def provider_arn : String | Nil #

The context provider ARN from which the trusted context assertion was generated.


[View source]
def provider_arn=(provider_arn : String | Nil) #

The context provider ARN from which the trusted context assertion was generated.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]