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 Loglogprotected static StringserverInstanceName
-
Constructor Summary
Constructors Constructor Description NuxeoInstanceIdentifierHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenerateHardwareUID()static StringgetServerInstanceName()static StringnewServerInstanceName()static Stringsummarize(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()
-
-