Package systems.dmx.accesscontrol
Class Constants
- java.lang.Object
-
- systems.dmx.accesscontrol.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADMIN_USERNAME
static String
CREATOR
static String
LOGIN_ENABLED
static String
MEMBERSHIP
static String
MODIFIER
static String
OWNER
static String
PASSWORD
static String
SALT
static String
USER_ACCOUNT
static String
USERNAME
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
USER_ACCOUNT
public static final String USER_ACCOUNT
- See Also:
- Constant Field Values
-
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
LOGIN_ENABLED
public static final String LOGIN_ENABLED
- See Also:
- Constant Field Values
-
MEMBERSHIP
public static final String MEMBERSHIP
- See Also:
- Constant Field Values
-
SALT
public static final String SALT
- See Also:
- Constant Field Values
-
OWNER
public static final String OWNER
- See Also:
- Constant Field Values
-
CREATOR
public static final String CREATOR
- See Also:
- Constant Field Values
-
MODIFIER
public static final String MODIFIER
- See Also:
- Constant Field Values
-
ADMIN_USERNAME
public static final String ADMIN_USERNAME
- See Also:
- Constant Field Values
-
-