Class NuxeoInstanceIdentifierHelper
- java.lang.Object
-
- org.nuxeo.ecm.core.management.statuses.NuxeoInstanceIdentifierHelper
-
public class NuxeoInstanceIdentifierHelper extends Object
Instance identifier (mainly imported from connect client : TechnicalInstanceIdentifier)- Author:
- matic
-
-
Field Summary
Fields Modifier and Type Field Description protected static Log
log
protected static String
serverInstanceName
-
Constructor Summary
Constructors Constructor Description NuxeoInstanceIdentifierHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generateHardwareUID()
static String
getServerInstanceName()
static String
newServerInstanceName()
static String
summarize(String value)
-
-
-
Method Detail
-
generateHardwareUID
public static String generateHardwareUID() throws IOException
- Throws:
IOException
-
summarize
public static String summarize(String value) throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
newServerInstanceName
public static String newServerInstanceName()
-
getServerInstanceName
public static String getServerInstanceName()
-
-