#include <cromp_security.h>
Inheritance diagram for cromp_security:


Public Member Functions | |
| cromp_security () | |
| virtual | ~cromp_security () |
| IMPLEMENT_CLASS_NAME ("cromp_security") | |
| virtual bool | add_entity (const octopus_entity &client, const byte_array &verification) |
| adds the "entity" to the list of authorized users. | |
Definition at line 32 of file cromp_security.h.
| cromp_security::cromp_security | ( | ) |
Definition at line 34 of file cromp_security.cpp.
| cromp_security::~cromp_security | ( | ) | [virtual] |
| cromp_security::IMPLEMENT_CLASS_NAME | ( | "cromp_security" | ) |
| bool cromp_security::add_entity | ( | const octopus_entity & | client, | |
| const byte_array & | verification | |||
| ) | [virtual] |
adds the "entity" to the list of authorized users.
note that this will still succeed if the entity is already present, allowing it to serve as an entity refresh method. if the "verification" has any length, it will be stored in the record for the "entity".
Reimplemented from simple_entity_registry.
Definition at line 44 of file cromp_security.cpp.
References simple_entity_registry::add_entity(), FUNCDEF, LOG, and octopus_entity::mangled_form().
1.5.1