Class AuthChainsType
java.lang.Object
com.tremolosecurity.config.xml.AuthChainsType
List of authentication chains
Java class for authChainsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authChainsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dynamicAuthChains" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicPortalUrlsType" minOccurs="0"/>
<element name="chain" type="{http://www.tremolosecurity.com/tremoloConfig}authChainType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChain()Gets the value of the chain property.Gets the value of the dynamicAuthChains property.voidSets the value of the dynamicAuthChains property.
-
Field Details
-
dynamicAuthChains
-
chain
-
-
Constructor Details
-
AuthChainsType
public AuthChainsType()
-
-
Method Details
-
getDynamicAuthChains
Gets the value of the dynamicAuthChains property.- Returns:
- possible object is
DynamicPortalUrlsType
-
setDynamicAuthChains
Sets the value of the dynamicAuthChains property.- Parameters:
value- allowed object isDynamicPortalUrlsType
-
getChain
Gets the value of the chain 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
setmethod for the chain property.For example, to add a new item, do as follows:
getChain().add(newItem);Objects of the following type(s) are allowed in the list
AuthChainType
-