public static interface ISecurityController.IPermissionLevels
| Modifier and Type | Field and Description | 
|---|---|
static int | 
GRANT
Write/Delete/Grant security permission has been given to the user 
 | 
static int | 
NO
No specific permission has been given to the user 
 | 
static int | 
OWNER
Write/Delete permission has been given to the user 
 | 
static int | 
READ
Read permission has been given to the user 
 | 
static int | 
WRITE
Write permission has been given to the user 
 | 
static final int NO
static final int READ
static final int WRITE
static final int OWNER
static final int GRANT
Copyright © 2019 Visiativ Software. All rights reserved.