JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
java.lang.Object
oracle.ide.webupdate.UniqueUserId
Field Summary
Fields
Modifier and Type
Field and Description
static java.lang.String
KEY_UNIQUE_ID
Method Summary
Methods
Modifier and Type
Method and Description
static java.lang.String
getOrCreateId (PropertyStorage preferences)
Looks up the unique user id from the supplied preferences storage object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
UniqueUserId
public UniqueUserId()
Method Detail
getOrCreateId
public static java.lang.String getOrCreateId(PropertyStorage preferences)
Looks up the unique user id from the supplied preferences storage object.
If the unique id has no been stored, a new id is generated and stored
for later reuse.
Parameters: preferences
- the IDE preferences object
Returns: a string representation of the 16-byte UUID See Also: Preferences.getPreferences()
,
GuidGen
,
GuidGen.uuidCreate()
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.