Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GUID_Generator

        public GUID_Generator()
    • Method Detail

      • getGUID

        public static java.lang.String getGUID()
      • getSecureRandom

        public static java.security.SecureRandom getSecureRandom()