RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
Main Page
Related Pages
Classes
sdk
rmsauth_sdk
rmsauth
rmsauth
AuthenticatorTemplateList.h
1
/*
2
* ======================================================================
3
* Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
4
* Licensed under the MIT License.
5
* See LICENSE.md in the project root for license information.
6
* ======================================================================
7
*/
8
9
#ifndef AUTHENTICATORTEMPLATELIST_H
10
#define AUTHENTICATORTEMPLATELIST_H
11
#include "types.h"
12
#include "AuthenticatorTemplate.h"
13
#include "CallState.h"
14
#include <algorithm>
15
16
namespace
rmsauth
{
17
18
class
AuthenticatorTemplateList
:
public
ArrayList<AuthenticatorTemplatePtr>
19
{
20
public
:
21
AuthenticatorTemplateList
();
22
23
AuthenticatorTemplatePtr findMatchingItemAsync(
bool
validateAuthority,
const
String& host,
const
String& tenant, CallStatePtr callState);
24
25
};
26
27
}
// namespace rmsauth {
28
29
#endif // AUTHENTICATORTEMPLATELIST_H
rmsauth::AuthenticatorTemplateList
Definition:
AuthenticatorTemplateList.h:18
rmsauth
Definition:
AcquireTokenForClientHandler.h:14
Generated on Mon Jul 27 2015 15:06:46 for RMS SDK for C++ by
1.8.9.1