A convenience class which, when used as a private base, can improve readability when calling Identity 'set' methods. More...
#include <gidentity.h>
Static Protected Member Functions | |
static void | setRealUserTo (Identity, bool do_throw=true) |
Sets the real userid. More... | |
static void | setEffectiveUserTo (Identity, bool do_throw=true) |
Sets the effective userid. More... | |
static void | setEffectiveUserTo (SignalSafe, Identity) |
Sets the effective userid. More... | |
static void | setRealGroupTo (Identity, bool do_throw=true) |
Sets the real group id. More... | |
static void | setEffectiveGroupTo (Identity, bool do_throw=true) |
Sets the effective group id. More... | |
static void | setEffectiveGroupTo (SignalSafe, Identity) |
Sets the effective group id. More... | |
A convenience class which, when used as a private base, can improve readability when calling Identity 'set' methods.
Definition at line 109 of file gidentity.h.
|
staticprotected |
Sets the effective group id.
Definition at line 189 of file gidentity_unix.cpp.
|
staticprotected |
Sets the effective group id.
Definition at line 194 of file gidentity_unix.cpp.
|
staticprotected |
Sets the effective userid.
Definition at line 174 of file gidentity_unix.cpp.
|
staticprotected |
Sets the effective userid.
Definition at line 179 of file gidentity_unix.cpp.
|
staticprotected |
Sets the real group id.
Definition at line 184 of file gidentity_unix.cpp.
|
staticprotected |
Sets the real userid.
Definition at line 169 of file gidentity_unix.cpp.