Package com.vidispine.generated
Class AccessControlType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.AccessControlType.PropInfo
-
- Enclosing class:
- AccessControlType
public static class AccessControlType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLIES_TO
static String
GRANTOR
static String
GROUP
static String
GROUP_TYPE
static String
ID
static String
LOC
static String
OPERATION
static String
PERMISSION
static String
PRIORITY
static String
RECURSIVE
static String
USER
static String
USER_TYPE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
LOC
public static final transient String LOC
- See Also:
- Constant Field Values
-
GRANTOR
public static final transient String GRANTOR
- See Also:
- Constant Field Values
-
RECURSIVE
public static final transient String RECURSIVE
- See Also:
- Constant Field Values
-
APPLIES_TO
public static final transient String APPLIES_TO
- See Also:
- Constant Field Values
-
PERMISSION
public static final transient String PERMISSION
- See Also:
- Constant Field Values
-
PRIORITY
public static final transient String PRIORITY
- See Also:
- Constant Field Values
-
OPERATION
public static final transient String OPERATION
- See Also:
- Constant Field Values
-
GROUP
public static final transient String GROUP
- See Also:
- Constant Field Values
-
GROUP_TYPE
public static final transient String GROUP_TYPE
- See Also:
- Constant Field Values
-
USER
public static final transient String USER
- See Also:
- Constant Field Values
-
USER_TYPE
public static final transient String USER_TYPE
- See Also:
- Constant Field Values
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
-