Class EntityAcl


  • public class EntityAcl
    extends Object

    Java class for EntityAcl complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="EntityAcl">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="aces" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="permissions" maxOccurs="unbounded" minOccurs="0">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <enumeration value="READ"/>
                             <enumeration value="WRITE"/>
                             <enumeration value="READ_ACL"/>
                             <enumeration value="WRITE_ACL"/>
                             <enumeration value="ALL"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="recipient" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="recipientType" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="entriesInheriting" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="owner" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="ownerType">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <enumeration value="USER"/>
                   <enumeration value="ROLE"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • entriesInheriting

        protected boolean entriesInheriting
      • owner

        protected String owner
      • ownerType

        protected String ownerType
    • Constructor Detail

      • EntityAcl

        public EntityAcl()
    • Method Detail

      • getAces

        public List<EntityAcl.Aces> getAces()
        Gets the value of the aces property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aces property.

        For example, to add a new item, do as follows:

         getAces().add( newItem );
         

        Objects of the following type(s) are allowed in the list EntityAcl.Aces

      • isEntriesInheriting

        public boolean isEntriesInheriting()
        Gets the value of the entriesInheriting property.
      • setEntriesInheriting

        public void setEntriesInheriting​(boolean value)
        Sets the value of the entriesInheriting property.
      • getOwner

        public String getOwner()
        Gets the value of the owner property.
        Returns:
        possible object is String
      • setOwner

        public void setOwner​(String value)
        Sets the value of the owner property.
        Parameters:
        value - allowed object is String
      • getOwnerType

        public String getOwnerType()
        Gets the value of the ownerType property.
        Returns:
        possible object is String
      • setOwnerType

        public void setOwnerType​(String value)
        Sets the value of the ownerType property.
        Parameters:
        value - allowed object is String