Skip to main content

ERUCES::TEAdminTrustedExecutable

#include <teadmin_trusted_executable.h>

The TEAdminTrustedExecutable class is the interface for trusted executables.

Inheritance

Public Member Functions

MemberDescription
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

ParameterDescription
exePathA string representing the path to the Executable
containerused 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

ParameterDescription
containerused to keep returned TEAdminTrustedExecutableInfo objects

void updateTrustedExecutable(TEAdminTrustedExecutableInfo &info)

The updateTrustedExecutable method adds or updates a Trusted Executable Info.

Parameters

ParameterDescription
infoTEAdminTrustedExecutableInfo Trusted Executable Info

void removeTrustedExecutable(TEAdminTrustedExecutableInfo &info)

The removeTrustedExecutable method remove a Trusted Executable Info.

Parameters

ParameterDescription
infoTEAdminTrustedExecutableInfo Trusted Executable Info