Class QueryConfigService.MethodAuthorizer

  • java.lang.Object
    • org.apache.geode.cache.query.management.configuration.QueryConfigService.MethodAuthorizer
  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    QueryConfigService

    public static class QueryConfigService.MethodAuthorizer
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="parameter" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="parameter-value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="class-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MethodAuthorizer

        public MethodAuthorizer()
    • Method Detail

      • getParameters

        public java.util.List<QueryConfigService.MethodAuthorizer.Parameter> getParameters()
        Gets the value of the parameter 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.

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

         getParameters().add(newItem);
         

        Objects of the following type(s) are allowed in the list QueryConfigService.MethodAuthorizer.Parameter

        Returns:
        the value of the parameter property
      • getClassName

        public java.lang.String getClassName()
        Gets the value of the className property. possible object is String
        Returns:
        the value of the className property
      • setClassName

        public void setClassName​(java.lang.String value)
        Sets the value of the className property. allowed object is String
        Parameters:
        value - the value of the className property