Class UserIdHelper
- java.lang.Object
-
- org.nuxeo.ecm.platform.threed.convert.UserIdHelper
-
public class UserIdHelper extends Object
Helper class to get java runtime owner user id- Since:
- 8.4
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
UID
static String
USER_ID_COMMAND
static String
USER_PARAM
static String
WINDOWS
-
Constructor Summary
Constructors Constructor Description UserIdHelper()
-
-
-
Field Detail
-
WINDOWS
public static final String WINDOWS
- See Also:
- Constant Field Values
-
USER_ID_COMMAND
public static final String USER_ID_COMMAND
- See Also:
- Constant Field Values
-
USER_PARAM
public static final String USER_PARAM
- See Also:
- Constant Field Values
-
UID
protected static String UID
-
-
Method Detail
-
getUid
public static String getUid()
-
-