Package org.alfresco.util
Class GUID
- java.lang.Object
-
- org.alfresco.util.GUID
-
@AlfrescoPublicApi public final class GUID extends Object
A wrapper class to serve up GUIDs- Author:
- kevinr
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
-
-
-
Method Detail
-
generate
public static 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
-
-