Package com.axemble.vdoc.sdk.interfaces
Interface ISecurityController.IPermissionLevels
- All Known Subinterfaces:
ISecurityController.IPermissionLevel
- Enclosing interface:
ISecurityController
public static interface ISecurityController.IPermissionLevels
Security permission levels
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Write/Delete/Grant security permission has been given to the userstatic final int
No specific permission has been given to the userstatic final int
Write/Delete permission has been given to the userstatic final int
Read permission has been given to the userstatic final int
Write permission has been given to the user
-
Field Details
-
NO
static final int NONo specific permission has been given to the user- See Also:
-
READ
static final int READRead permission has been given to the user- See Also:
-
WRITE
static final int WRITEWrite permission has been given to the user- See Also:
-
OWNER
static final int OWNERWrite/Delete permission has been given to the user- See Also:
-
GRANT
static final int GRANTWrite/Delete/Grant security permission has been given to the user- See Also:
-