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
Modifier and TypeFieldDescriptionprotected Long
protected CookieConfigType
protected Boolean
protected String
protected ResultRefType
protected UrlsType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets 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.boolean
isIsApp()
Gets the value of the isApp property.void
setAzTimeoutMillis
(Long value) Sets the value of the azTimeoutMillis property.void
setCookieConfig
(CookieConfigType value) Sets the value of the cookieConfig property.void
Sets the value of the isApp property.void
Sets the value of the name property.void
setResults
(ResultRefType value) Sets the value of the results property.void
Sets 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
-