Package com.vidispine.generated
Class UserType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.UserType.PropInfo
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_PRESERVED
static String
ALIAS
static String
DISABLED
static String
GROUP_LIST
static String
ID
static String
LOC
static String
METADATA
static String
ORIGIN
static String
PASSWORD
static String
REAL_NAME
static String
REMOVE
static String
SALT
static String
USER_NAME
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
LOC
public static final transient String LOC
- See Also:
- Constant Field Values
-
USER_NAME
public static final transient String USER_NAME
- See Also:
- Constant Field Values
-
REAL_NAME
public static final transient String REAL_NAME
- See Also:
- Constant Field Values
-
ALIAS
public static final transient String ALIAS
- See Also:
- Constant Field Values
-
PASSWORD
public static final transient String PASSWORD
- See Also:
- Constant Field Values
-
SALT
public static final transient String SALT
- See Also:
- Constant Field Values
-
GROUP_LIST
public static final transient String GROUP_LIST
- See Also:
- Constant Field Values
-
METADATA
public static final transient String METADATA
- See Also:
- Constant Field Values
-
ORIGIN
public static final transient String ORIGIN
- See Also:
- Constant Field Values
-
DISABLED
public static final transient String DISABLED
- See Also:
- Constant Field Values
-
ACCESS_PRESERVED
public static final transient String ACCESS_PRESERVED
- See Also:
- Constant Field Values
-
REMOVE
public static final transient String REMOVE
- See Also:
- Constant Field Values
-
-