|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.bea.domingo.DACL
public final class DACL
Represents the access control list (ACL) of a database.
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 |
---|
public static final int LEVEL_NOACCESS
public static final int LEVEL_DEPOSITOR
public static final int LEVEL_READER
public static final int LEVEL_AUTHOR
public static final int LEVEL_EDITOR
public static final int LEVEL_DESIGNER
public static final int LEVEL_MANAGER
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |