Class CustomAzRulesType
java.lang.Object
com.tremolosecurity.config.xml.CustomAzRulesType
List of custom authorization implementations
Java class for customAzRulesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customAzRulesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dynamicCustomAuthorizations" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicPortalUrlsType" minOccurs="0"/> <element name="azRule" type="{http://www.tremolosecurity.com/tremoloConfig}customAzRuleType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<CustomAzRuleType> protected DynamicPortalUrlsType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the azRule property.Gets the value of the dynamicCustomAuthorizations property.void
Sets the value of the dynamicCustomAuthorizations property.
-
Field Details
-
dynamicCustomAuthorizations
-
azRule
-
-
Constructor Details
-
CustomAzRulesType
public CustomAzRulesType()
-
-
Method Details
-
getDynamicCustomAuthorizations
Gets the value of the dynamicCustomAuthorizations property.- Returns:
- possible object is
DynamicPortalUrlsType
-
setDynamicCustomAuthorizations
Sets the value of the dynamicCustomAuthorizations property.- Parameters:
value
- allowed object isDynamicPortalUrlsType
-
getAzRule
Gets the value of the azRule 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 Jakarta XML Binding object. This is why there is not a
set
method for the azRule property.For example, to add a new item, do as follows:
getAzRule().add(newItem);
Objects of the following type(s) are allowed in the list
CustomAzRuleType
-