Virtual Vertex Muster SDK 9.0.0 - 9.0.14
Main Page
Modules
Data Structures
Files
File List
MClientLib
MAuth.h
1
/*****************************************************************************
2
**
3
** Header file for Muster API Authorization status object
4
**
5
** Name : MAuth.h
6
** Author : Leonardo Bernardini
7
** Version : Alpha 9.0 Wed May 17th 2017
8
**
9
** Copyright 2000-2017, Virtual Vertex
10
** All Rights Reserved.
11
**
12
** This file contains UNPUBLISHED PROPRIETARY SOURCE CODE.
13
** The contents of this file may not be disclosed to third parties, copied
14
** or duplicated in any form, in whole or in part, without the prior written
15
** permission of the author.
16
**
17
*****************************************************************************/
18
#ifndef MAUTH_H
19
#define MAUTH_H
20
21
namespace
MClientLib
{
37
typedef
struct
MUSTERAUTH
{
38
int
status
;
39
unsigned
long
long
rightsMask
;
40
bool
ldapByPassed
;
41
}
MUSTERAUTH
;
42
44
}
45
46
#endif
47
MClientLib::MUSTERAUTH::ldapByPassed
bool ldapByPassed
Definition:
MAuth.h:40
MClientLib::MUSTERAUTH
Structure holding a Muster login authorization result.
Definition:
MAuth.h:37
MClientLib::MUSTERAUTH::status
int status
Definition:
MAuth.h:38
MClientLib::MUSTERAUTH
struct MClientLib::MUSTERAUTH MUSTERAUTH
Structure holding a Muster login authorization result.
MClientLib
Definition:
MAlarm.h:48
MClientLib::MUSTERAUTH::rightsMask
unsigned long long rightsMask
Definition:
MAuth.h:39