Class AzRuleType
java.lang.Object
com.tremolosecurity.config.xml.AzRuleType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the className property.Gets the value of the constraint property.getScope()Gets the value of the scope property.voidsetClassName(String value) Sets the value of the className property.voidsetConstraint(String value) Sets the value of the constraint property.voidSets the value of the scope property.
-
Field Details
-
scope
-
constraint
-
className
-
-
Constructor Details
-
AzRuleType
public AzRuleType()
-
-
Method Details
-
getScope
-
setScope
-
getConstraint
-
setConstraint
-
getClassName
-
setClassName
-