Package com.microstrategy.utils
Class GUID_Generator
- java.lang.Object
-
- com.microstrategy.utils.GUID_Generator
-
public class GUID_Generator extends java.lang.Object
This class provides a static method to generate global unique identifier in the format of string with 32 hex characters.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Constructor Summary
Constructors Constructor Description GUID_Generator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getGUID()
static java.security.SecureRandom
getSecureRandom()
-