Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class ACLRow

java.lang.Object
  extended by 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
static class ACLRow.ACLRowPositionComparator
          Comparator of ACLRows according to their pos field.
 
Field Summary
 boolean grant
           
 String group
           
 String name
           
 String permission
           
 int pos
           
 String user
           
 
Constructor Summary
ACLRow(int pos, String name, boolean grant, String permission, String user, String group)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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
Constructor Detail

ACLRow

public ACLRow(int pos,
              String name,
              boolean grant,
              String permission,
              String user,
              String group)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.