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 SummaryFieldsModifier and TypeFieldDescriptionstatic final intWrite/Delete/Grant security permission has been given to the userstatic final intNo specific permission has been given to the userstatic final intWrite/Delete permission has been given to the userstatic final intRead permission has been given to the userstatic final intWrite permission has been given to the user
- 
Field Details- 
NOstatic final int NONo specific permission has been given to the user- See Also:
 
- 
READstatic final int READRead permission has been given to the user- See Also:
 
- 
WRITEstatic final int WRITEWrite permission has been given to the user- See Also:
 
- 
OWNERstatic final int OWNERWrite/Delete permission has been given to the user- See Also:
 
- 
GRANTstatic final int GRANTWrite/Delete/Grant security permission has been given to the user- See Also:
 
 
-