AOSharedServiceLibrary
Public Member Functions | List of all members
AOSSL::UuidAdmin Class Reference
Inheritance diagram for AOSSL::UuidAdmin:
Inheritance graph
[legend]
Collaboration diagram for AOSSL::UuidAdmin:
Collaboration graph
[legend]

Public Member Functions

StringBuffergenerate ()
 Generate a new UUID and allocate memory for it. More...
 
void generate (StringBuffer &buf)
 Generate a new UUID in the pre-existing string buffer. More...
 

Member Function Documentation

StringBuffer* AOSSL::UuidAdmin::generate ( )
virtual

Generate a new UUID and allocate memory for it.

The method will generate on the means of generation present on your system. In some cases, this may result in UUID's being generated that pose a security risk. In this case, that fact will be clearly called out in the logs, and it is recommended that production systems are tested to ensure that UUID's are generated in a safe manner

Implements AOSSL::UuidInterface.

void AOSSL::UuidAdmin::generate ( StringBuffer buf)
virtual

Generate a new UUID in the pre-existing string buffer.

The method will generate on the means of generation present on your system. In some cases, this may result in UUID's being generated that pose a security risk. In this case, that fact will be clearly called out in the logs, and it is recommended that production systems are tested to ensure that UUID's are generated in a safe manner

Implements AOSSL::UuidInterface.


The documentation for this class was generated from the following file: