![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cAuthUser.h>
Public Member Functions | |
cAuthUser () noexcept | |
virtual | ~cAuthUser () |
STDMETHOD_ (cString, get_Name)() const | |
STDMETHOD_ (PLEVEL_TYPE, get_PrivLevel)() const | |
STDMETHOD_ (bool, CanBeDetectedBy)(const IAuthUser *pViewer) const | |
The user/account that might issue script commands. Perhaps NOT the same as cOSUser. Base class for a CAccount,CUser. Retrieve config blobs for an app ?
|
inlinenoexcept |
|
inlinevirtual |
|
inline |
IAuthUser Security test. Can pViewer detected this console? Some objects (clients) are invisible to consoles (typically based on PLEVEL_TYPE and user preference).
|
inline |
IAuthUser Name of the user/account. Default user.
|
inline |
IAuthUser What base privilege/authorization level do I (user) have ? PLEVEL_TYPE Higher = more.