com.atlassian.security.auth.trustedapps
Class UIDGenerator

java.lang.Object
  extended bycom.atlassian.security.auth.trustedapps.UIDGenerator

public class UIDGenerator
extends java.lang.Object

Utility class for UID generation.


Constructor Summary
UIDGenerator()
           
 
Method Summary
static java.lang.String generateUID()
          Generates a a 32 character long unique ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDGenerator

public UIDGenerator()
Method Detail

generateUID

public static java.lang.String generateUID()
Generates a a 32 character long unique ID. The generation is based on four components: - IP address - current time in milliseconds - secure random number - identity hash code of a newly created object



Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.