AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
smithy::IdentityResolverBase< IDENTITY_T > Class Template Referenceabstract

#include <AwsIdentityResolverBase.h>

Public Types

using IdentityT = IDENTITY_T
 
using IdentityProperties = Aws::UnorderedMap< Aws::String, Aws::Crt::Variant< Aws::String, bool > >
 
 
using AdditionalParameters = Aws::UnorderedMap< Aws::String, Aws::Crt::Variant< Aws::String, bool > >
 

Public Member Functions

 
virtual ResolveIdentityFutureOutcome getIdentity (const IdentityProperties &identityProperties, const AdditionalParameters &additionalParameters)=0
 

Detailed Description

template<typename IDENTITY_T>
class smithy::IdentityResolverBase< IDENTITY_T >

Definition at line 20 of file AwsIdentityResolverBase.h.

Member Typedef Documentation

◆ AdditionalParameters

template<typename IDENTITY_T >
using smithy::IdentityResolverBase< IDENTITY_T >::AdditionalParameters = Aws::UnorderedMap<Aws::String, Aws::Crt::Variant<Aws::String, bool> >

Definition at line 29 of file AwsIdentityResolverBase.h.

◆ IdentityProperties

template<typename IDENTITY_T >
using smithy::IdentityResolverBase< IDENTITY_T >::IdentityProperties = Aws::UnorderedMap<Aws::String, Aws::Crt::Variant<Aws::String, bool> >

Definition at line 26 of file AwsIdentityResolverBase.h.

◆ IdentityT

template<typename IDENTITY_T >
using smithy::IdentityResolverBase< IDENTITY_T >::IdentityT = IDENTITY_T

Definition at line 22 of file AwsIdentityResolverBase.h.

◆ ResolveIdentityFutureOutcome

template<typename IDENTITY_T >

Definition at line 28 of file AwsIdentityResolverBase.h.

Constructor & Destructor Documentation

◆ ~IdentityResolverBase()

template<typename IDENTITY_T >
inlinevirtual

Definition at line 24 of file AwsIdentityResolverBase.h.

Member Function Documentation

◆ getIdentity()

template<typename IDENTITY_T >
virtual ResolveIdentityFutureOutcome smithy::IdentityResolverBase< IDENTITY_T >::getIdentity ( const IdentityProperties identityProperties,
const AdditionalParameters additionalParameters 
)
pure virtual

The documentation for this class was generated from the following file: