Class GUID


  • @AlfrescoPublicApi
    public final class GUID
    extends java.lang.Object
    A wrapper class to serve up GUIDs
    Author:
    kevinr
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String generate()
      Generates and returns a new GUID as a string based on a SecureRandom pool in other to avoid thread blocking in concurrent calls.
      • Methods inherited from class java.lang.Object

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

      • generate

        public static java.lang.String generate()
        Generates and returns a new GUID as a string based on a SecureRandom pool in other to avoid thread blocking in concurrent calls.
        Returns:
        String GUID