|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
org.alfresco.repo.security.permissions.ACLType
public class ACLType
The ACL Type
Field Summary | |
---|---|
static ACLType |
DEFINING
Defining permission - not reused anywhere |
static ACLType |
FIXED
An ACL defined in its own right - there is no inheriance context |
static ACLType |
GLOBAL
A single instance for global permissions |
static ACLType |
LAYERED
Layered types |
static ACLType |
OLD
Old style permissions that require a parent wlak to resolve |
static ACLType |
SHARED
Shared permission, reused for inhertiance from defining permission |
Method Summary | |
---|---|
static ACLType |
getACLTypeFromId(int id)
Get the ACLType from the value stored in the DB |
abstract int |
getId()
Get the id for the ACLType stored in the DB |
static ACLType |
valueOf(java.lang.String name)
|
static ACLType[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ACLType OLD
public static final ACLType DEFINING
public static final ACLType SHARED
public static final ACLType FIXED
public static final ACLType GLOBAL
public static final ACLType LAYERED
Method Detail |
---|
public static ACLType[] values()
public static ACLType valueOf(java.lang.String name)
public abstract int getId()
public static ACLType getACLTypeFromId(int id)
id
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |