de.bea.domingo
Class DACL

java.lang.Object
  extended by de.bea.domingo.DACL

public final class DACL
extends java.lang.Object

Represents the access control list (ACL) of a database.

Author:
Kurt Riede

Field Summary
static int LEVEL_AUTHOR
          Author access to a database.
static int LEVEL_DEPOSITOR
          Depositor access to a database.
static int LEVEL_DESIGNER
          Designer access to a database.
static int LEVEL_EDITOR
          Editor access to a database.
static int LEVEL_MANAGER
          Manager access to a database.
static int LEVEL_NOACCESS
          No access to a database.
static int LEVEL_READER
          Read access to a database.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEVEL_NOACCESS

public static final int LEVEL_NOACCESS
No access to a database.

See Also:
Constant Field Values

LEVEL_DEPOSITOR

public static final int LEVEL_DEPOSITOR
Depositor access to a database.

See Also:
Constant Field Values

LEVEL_READER

public static final int LEVEL_READER
Read access to a database.

See Also:
Constant Field Values

LEVEL_AUTHOR

public static final int LEVEL_AUTHOR
Author access to a database.

See Also:
Constant Field Values

LEVEL_EDITOR

public static final int LEVEL_EDITOR
Editor access to a database.

See Also:
Constant Field Values

LEVEL_DESIGNER

public static final int LEVEL_DESIGNER
Designer access to a database.

See Also:
Constant Field Values

LEVEL_MANAGER

public static final int LEVEL_MANAGER
Manager access to a database.

See Also:
Constant Field Values


Domingo Java-API