Class ApplicationType
java.lang.Object
com.tremolosecurity.config.xml.ApplicationType
A combination of URLs grouped into a single
application
Java class for applicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="applicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="results" type="{http://www.tremolosecurity.com/tremoloConfig}resultRefType" minOccurs="0"/>
<element name="urls" type="{http://www.tremolosecurity.com/tremoloConfig}urlsType"/>
<element name="cookieConfig" type="{http://www.tremolosecurity.com/tremoloConfig}cookieConfigType" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isApp" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="azTimeoutMillis" type="{http://www.w3.org/2001/XMLSchema}long" default="30000" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected CookieConfigTypeprotected Booleanprotected Stringprotected ResultRefTypeprotected UrlsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the azTimeoutMillis property.Gets the value of the cookieConfig property.getName()Gets the value of the name property.Gets the value of the results property.getUrls()Gets the value of the urls property.booleanisIsApp()Gets the value of the isApp property.voidsetAzTimeoutMillis(Long value) Sets the value of the azTimeoutMillis property.voidsetCookieConfig(CookieConfigType value) Sets the value of the cookieConfig property.voidSets the value of the isApp property.voidSets the value of the name property.voidsetResults(ResultRefType value) Sets the value of the results property.voidSets the value of the urls property.
-
Field Details
-
results
-
urls
-
cookieConfig
-
name
-
isApp
-
azTimeoutMillis
-
-
Constructor Details
-
ApplicationType
public ApplicationType()
-
-
Method Details
-
getResults
Gets the value of the results property.- Returns:
- possible object is
ResultRefType
-
setResults
Sets the value of the results property.- Parameters:
value- allowed object isResultRefType
-
getUrls
-
setUrls
-
getCookieConfig
Gets the value of the cookieConfig property.- Returns:
- possible object is
CookieConfigType
-
setCookieConfig
Sets the value of the cookieConfig property.- Parameters:
value- allowed object isCookieConfigType
-
getName
-
setName
-
isIsApp
-
setIsApp
-
getAzTimeoutMillis
public long getAzTimeoutMillis()Gets the value of the azTimeoutMillis property.- Returns:
- possible object is
Long
-
setAzTimeoutMillis
-