ERUCES::TEAdminTrustedExecutable
#include <teadmin_trusted_executable.h>
The TEAdminTrustedExecutable class is the interface for trusted executables.
Inheritance
- Inherits ERUCES::TEAdmin
Public Member Functions
| Member | Description |
|---|---|
TEAdminTrustedExecutable() | The TEAdminTrustedExecutable constructor is the default class constructor. |
~TEAdminTrustedExecutable() | The TEAdminTrustedExecutable destructor is the class destructor. |
void getTrustedExecutableList(const _TESTD string &exePath, TEObjectContainer &container) | The getTrustedExecutableList method retrieves a full of Trusted Executables Type of objects in container will be TEAdminTrustedExecutableInfo. |
void getTrustedExecutableList(TEObjectContainer &container) | The getTrustedExecutableList method retrieves a full list of Trusted Executables Type of objects in container will be TEAdminTrustedExecutableInfo. |
void updateTrustedExecutable(TEAdminTrustedExecutableInfo &info) | The updateTrustedExecutable method adds or updates a Trusted Executable Info. |
void removeTrustedExecutable(TEAdminTrustedExecutableInfo &info) | The removeTrustedExecutable method remove a Trusted Executable Info. |
Member Function Documentation
TEAdminTrustedExecutable()
The TEAdminTrustedExecutable constructor is the default class constructor.
~TEAdminTrustedExecutable()
The TEAdminTrustedExecutable destructor is the class destructor.
void getTrustedExecutableList(const _TESTD string &exePath, TEObjectContainer &container)
The getTrustedExecutableList method retrieves a full of Trusted Executables Type of objects in container will be TEAdminTrustedExecutableInfo.
Parameters
| Parameter | Description |
|---|---|
exePath | A string representing the path to the Executable |
container | used to keep returned TEAdminTrustedExecutableInfo objects |
void getTrustedExecutableList(TEObjectContainer &container)
The getTrustedExecutableList method retrieves a full list of Trusted Executables Type of objects in container will be TEAdminTrustedExecutableInfo.
Parameters
| Parameter | Description |
|---|---|
container | used to keep returned TEAdminTrustedExecutableInfo objects |
void updateTrustedExecutable(TEAdminTrustedExecutableInfo &info)
The updateTrustedExecutable method adds or updates a Trusted Executable Info.
Parameters
| Parameter | Description |
|---|---|
info | TEAdminTrustedExecutableInfo Trusted Executable Info |
void removeTrustedExecutable(TEAdminTrustedExecutableInfo &info)
The removeTrustedExecutable method remove a Trusted Executable Info.
Parameters
| Parameter | Description |
|---|---|
info | TEAdminTrustedExecutableInfo Trusted Executable Info |