http://www.fatwire.com/schema/rest/1.0
element aclsBean

Documentation
        The list of available ACLs (Access Control Lists).
        ACLs are used to define permissions on database tables and site catalog entries.
        Permission is granted if a user has at least one ACL matching those assigned to the object in question.
        In the absence of any ACLs, no permission is granted.
      
Properties
This component is not nillable.

Model
<aclsBean>
acls*
</aclsBean>


Nested Element Summary
xs:stringacls
          The unique name of the ACL. 
Source
<xs:element name="aclsBean">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="acls" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.