com.omnipilot.lassopro
Class LassoSecureOperations

java.lang.Object
  extended bycom.omnipilot.lassopro.LassoSecureOperations

public final class LassoSecureOperations
extends java.lang.Object

These values correspond to various secure operations that require proper permissions.

See Also:
LassoCall.operationAllowed(int, java.lang.String)

Field Summary
static int ACCESS_OUTSIDE_ROOT
           
static int FILE_COPY
           
static int FILE_CREATE
           
static int FILE_DELETE
           
static int FILE_INSPECT
           
static int FILE_MOVE
           
static int FILE_READ
           
static int FILE_WRITE
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_INSPECT

public static final int FILE_INSPECT
See Also:
Constant Field Values

FILE_CREATE

public static final int FILE_CREATE
See Also:
Constant Field Values

FILE_DELETE

public static final int FILE_DELETE
See Also:
Constant Field Values

FILE_COPY

public static final int FILE_COPY
See Also:
Constant Field Values

FILE_MOVE

public static final int FILE_MOVE
See Also:
Constant Field Values

FILE_READ

public static final int FILE_READ
See Also:
Constant Field Values

FILE_WRITE

public static final int FILE_WRITE
See Also:
Constant Field Values

ACCESS_OUTSIDE_ROOT

public static final int ACCESS_OUTSIDE_ROOT
See Also:
Constant Field Values