Dynalib Utils
Classes | Macros
SecurityToken.h File Reference
#include <cstdint>
#include "BitManip.h"
Include dependency graph for SecurityToken.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SecurityToken
 This class will store a digitally-signed token, where it contains identifying information that matches the logon credentials of the user. If the token has not expired, and the information matches, the user is granted the permissions encoded in the signed token. This class holds the information and provides the basic methods for checking it. More...
 

Macros

#define ACTION_SET_SECURE_BIT   (0x01 << 0)
 
#define ACTION_CLEAR_SECURE_BIT   (0x01 << 1)
 

Macro Definition Documentation

◆ ACTION_CLEAR_SECURE_BIT

#define ACTION_CLEAR_SECURE_BIT   (0x01 << 1)

◆ ACTION_SET_SECURE_BIT

#define ACTION_SET_SECURE_BIT   (0x01 << 0)