Class AccessControlList

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccessControlList
    extends SecurityObject
    implements java.io.Serializable
    A list of access controls defined by entries <p>Java class for AccessControlList complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AccessControlList"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/acl}SecurityObject"&gt; &lt;sequence&gt; &lt;element name="entries" type="{http://flower.com/docs/domain/acl}AccessControlEntry" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Detail

      • AccessControlList

        public AccessControlList()
        Default no-arg constructor abc
      • AccessControlList

        public AccessControlList​(Id id,
                                 java.lang.String name,
                                 java.util.List<AccessControlEntry> entries)
        Fully-initialising value constructor
    • Method Detail

      • getEntries

        public java.util.List<AccessControlEntry> getEntries()
        Gets the value of the entries property. <p> 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 <CODE>set</CODE> method for the entries property. <p> For example, to add a new item, do as follows: <pre> getEntries().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list AccessControlEntry
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object