Class ApplicationsType
Java class for applicationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="applicationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorPage" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="dynamicApplications" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicPortalUrlsType" minOccurs="0"/>
<element name="application" type="{http://www.tremolosecurity.com/tremoloConfig}applicationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="openSessionCookieName" type="{http://www.w3.org/2001/XMLSchema}string" default="unisonOpenSession" />
<attribute name="openSessionTimeout" type="{http://www.w3.org/2001/XMLSchema}int" default="900" />
<attribute name="openSessionSecure" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="openSessionHttpOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="hsts" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="hstsTTL" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ApplicationType> protected DynamicPortalUrlsTypeprotected List<ApplicationsType.ErrorPage> protected Booleanprotected Integerprotected Stringprotected Booleanprotected Booleanprotected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the application property.Gets the value of the dynamicApplications property.Gets the value of the errorPage property.intGets the value of the hstsTTL property.Gets the value of the openSessionCookieName property.intGets the value of the openSessionTimeout property.booleanisHsts()Gets the value of the hsts property.booleanGets the value of the openSessionHttpOnly property.booleanGets the value of the openSessionSecure property.voidSets the value of the dynamicApplications property.voidSets the value of the hsts property.voidsetHstsTTL(Integer value) Sets the value of the hstsTTL property.voidsetOpenSessionCookieName(String value) Sets the value of the openSessionCookieName property.voidsetOpenSessionHttpOnly(Boolean value) Sets the value of the openSessionHttpOnly property.voidsetOpenSessionSecure(Boolean value) Sets the value of the openSessionSecure property.voidsetOpenSessionTimeout(Integer value) Sets the value of the openSessionTimeout property.
-
Field Details
-
errorPage
-
dynamicApplications
-
application
-
openSessionCookieName
-
openSessionTimeout
-
openSessionSecure
-
openSessionHttpOnly
-
hsts
-
hstsTTL
-
-
Constructor Details
-
ApplicationsType
public ApplicationsType()
-
-
Method Details
-
getErrorPage
Gets the value of the errorPage 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 errorPage property.For example, to add a new item, do as follows:
getErrorPage().add(newItem);Objects of the following type(s) are allowed in the list
ApplicationsType.ErrorPage -
getDynamicApplications
Gets the value of the dynamicApplications property.- Returns:
- possible object is
DynamicPortalUrlsType
-
setDynamicApplications
Sets the value of the dynamicApplications property.- Parameters:
value- allowed object isDynamicPortalUrlsType
-
getApplication
Gets the value of the application 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 application property.For example, to add a new item, do as follows:
getApplication().add(newItem);Objects of the following type(s) are allowed in the list
ApplicationType -
getOpenSessionCookieName
-
setOpenSessionCookieName
-
getOpenSessionTimeout
public int getOpenSessionTimeout()Gets the value of the openSessionTimeout property.- Returns:
- possible object is
Integer
-
setOpenSessionTimeout
-
isOpenSessionSecure
public boolean isOpenSessionSecure()Gets the value of the openSessionSecure property.- Returns:
- possible object is
Boolean
-
setOpenSessionSecure
-
isOpenSessionHttpOnly
public boolean isOpenSessionHttpOnly()Gets the value of the openSessionHttpOnly property.- Returns:
- possible object is
Boolean
-
setOpenSessionHttpOnly
-
isHsts
-
setHsts
-
getHstsTTL
-
setHstsTTL
-