#include <security_identifier.h>
Public Types | |
| enum | Type { type_user, type_group, type_domain, type_alias, type_well_known_group, type_deleted_account, type_invalid, type_unknown, type_computer } |
| Construction:. More... | |
Public Member Functions | |
| CL_SecurityIdentifier (const CL_String &name) | |
| CL_SecurityIdentifier (const CL_String &name, Type type) | |
| CL_SecurityIdentifier (unsigned int sid, Type type) | |
| CL_SecurityIdentifier (const CL_SecurityIdentifier ©) | |
| ~CL_SecurityIdentifier () | |
| CL_String | get_name () const |
| Attributes:. | |
| CL_String | get_domain_name () const |
| Type | get_type () const |
| CL_SecurityIdentifier & | operator= (const CL_SecurityIdentifier ©) |
| Operations:. | |
Static Public Member Functions | |
| static CL_SecurityIdentifier | get_thread_user () |
| static CL_SecurityIdentifier | get_thread_group () |
Private Attributes | |
| unsigned int | sid |
| Implementation:. | |
| Type | type |
|
|
Construction:.
Definition at line 38 of file security_identifier.h. |
|
|
Definition at line 39 of file security_identifier.cpp. References TEXT. Referenced by get_thread_group(), and get_thread_user(). |
|
||||||||||||
|
Definition at line 45 of file security_identifier.cpp. References TEXT. |
|
||||||||||||
|
Definition at line 59 of file security_identifier.cpp. |
|
|
Definition at line 65 of file security_identifier.cpp. |
|
|
Definition at line 70 of file security_identifier.cpp. |
|
|
Definition at line 132 of file security_identifier.cpp. References CL_String. |
|
|
Attributes:.
Definition at line 127 of file security_identifier.cpp. References CL_String. |
|
|
Definition at line 99 of file security_identifier.cpp. References CL_SecurityIdentifier(), TEXT, and type_group. |
|
|
Definition at line 74 of file security_identifier.cpp. References CL_SecurityIdentifier(), TEXT, and type_user. |
|
|
Definition at line 137 of file security_identifier.cpp. References type. |
|
|
Operations:.
Definition at line 145 of file security_identifier.cpp. |
|
|
Implementation:.
Definition at line 86 of file security_identifier.h. Referenced by operator=(). |
|
|
Definition at line 89 of file security_identifier.h. Referenced by get_type(), and operator=(). |
1.4.1