Class AzRuleType

java.lang.Object
com.tremolosecurity.config.xml.AzRuleType

public class AzRuleType extends Object
Defines an authorization rule

Java class for azRuleType complex type.

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

 <complexType name="azRuleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="scope">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="filter"/>
             <enumeration value="group"/>
             <enumeration value="dn"/>
             <enumeration value="dynamicGroup"/>
             <enumeration value="custom"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="constraint" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • scope

      protected String scope
    • constraint

      protected String constraint
    • className

      protected String className
  • Constructor Details

    • AzRuleType

      public AzRuleType()
  • Method Details

    • getScope

      public String getScope()
      Gets the value of the scope property.
      Returns:
      possible object is String
    • setScope

      public void setScope(String value)
      Sets the value of the scope property.
      Parameters:
      value - allowed object is String
    • getConstraint

      public String getConstraint()
      Gets the value of the constraint property.
      Returns:
      possible object is String
    • setConstraint

      public void setConstraint(String value)
      Sets the value of the constraint property.
      Parameters:
      value - allowed object is String
    • getClassName

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

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