|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AccessControlListImpl
public class AccessControlListImpl
Access control list data implementation.
Constructor Summary | |
---|---|
AccessControlListImpl()
Constructor. |
|
AccessControlListImpl(java.util.List<Ace> aces)
Constructor. |
Method Summary | |
---|---|
java.util.List<Ace> |
getAces()
Returns the list of ACEs. |
java.lang.Boolean |
isExact()
Indicates if this ACL expresses all permissions. |
void |
setAces(java.util.List<Ace> aces)
|
void |
setExact(java.lang.Boolean isExact)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData |
---|
getExtensions, setExtensions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Constructor Detail |
---|
public AccessControlListImpl()
public AccessControlListImpl(java.util.List<Ace> aces)
Method Detail |
---|
public java.util.List<Ace> getAces()
Acl
getAces
in interface Acl
public void setAces(java.util.List<Ace> aces)
public java.lang.Boolean isExact()
Acl
isExact
in interface Acl
true
then the ACL expresses the exact permission
set, if false
then there are other permission rules
that cannot be expressed through ACEs, if null
then
it this in unknown (the repository did not provide this
information)public void setExact(java.lang.Boolean isExact)
public java.lang.String toString()
toString
in class AbstractExtensionData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |