|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.guvnor.server.security.RoleTypes
@Deprecated public class RoleTypes
Field Summary | |
---|---|
static String |
ADMIN
Deprecated. Admin can do everything |
static String |
ANALYST
Deprecated. Analyst only see the "rules" view, and we specify what category paths they can see. |
static String |
ANALYST_READ
Deprecated. Read only for categories (analyst view) |
static String |
PACKAGE_ADMIN
Deprecated. package.admin can do everything within this package |
static String |
PACKAGE_DEVELOPER
Deprecated. package.developer can do anything in that package but not snapshots. |
static String |
PACKAGE_READONLY
Deprecated. Read only for package. |
Constructor Summary | |
---|---|
RoleTypes()
Deprecated. |
Method Summary | |
---|---|
static String[] |
listAvailableTypes()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ADMIN
public static final String ANALYST
public static final String ANALYST_READ
public static final String PACKAGE_ADMIN
public static final String PACKAGE_DEVELOPER
public static final String PACKAGE_READONLY
Constructor Detail |
---|
public RoleTypes()
Method Detail |
---|
public static String[] listAvailableTypes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |