Package org.nuxeo.ecm.core.storage.sql
Class ACLRow
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.ACLRow
-
- All Implemented Interfaces:
Serializable
public class ACLRow extends Object implements Serializable
A simple value holding one row of the ACLs table.- Author:
- Florent Guillaume
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ACLRow.ACLRowPositionComparator
Comparator ofACLRow
s according to their pos field.
-
-
-
Field Detail
-
pos
public final int pos
-
name
public final String name
-
grant
public final boolean grant
-
permission
public final String permission
-
user
public final String user
-
group
public final String group
-
begin
public final Calendar begin
- Since:
- 7.4
-
end
public final Calendar end
- Since:
- 7.4
-
creator
public final String creator
- Since:
- 7.4
-
-