Class ACLProxy

  • All Implemented Interfaces:
    java.io.Serializable

    public class ACLProxy
    extends SecurityObject
    implements java.io.Serializable
    An ACL contextual proxy allows to define an ACL according to rulest <p>Java class for ACLProxy complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ACLProxy"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/acl}SecurityObject"&gt; &lt;sequence&gt; &lt;element name="rules" type="{http://flower.com/docs/domain/acl}ACLRule" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • rules

        protected java.util.List<ACLRule> rules
        The rules of the proxy. The first which is satisfied should be applied
    • Constructor Detail

      • ACLProxy

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

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

      • getRules

        public java.util.List<ACLRule> getRules()
        Gets the value of the rules 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 rules property. <p> For example, to add a new item, do as follows: <pre> getRules().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list ACLRule <p> The rules of the proxy. The first which is satisfied should be applied
      • 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
      • setRules

        public void setRules​(java.util.List<ACLRule> value)
        See Also:
        getRules()