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
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Modifier and TypeFieldDescriptionprotected List
<ApplicationType> protected DynamicPortalUrlsType
protected List
<ApplicationsType.ErrorPage> protected Boolean
protected Integer
protected String
protected Boolean
protected Boolean
protected Integer
-
Constructor Summary
-
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.int
Gets the value of the hstsTTL property.Gets the value of the openSessionCookieName property.int
Gets the value of the openSessionTimeout property.boolean
isHsts()
Gets the value of the hsts property.boolean
Gets the value of the openSessionHttpOnly property.boolean
Gets the value of the openSessionSecure property.void
Sets the value of the dynamicApplications property.void
Sets the value of the hsts property.void
setHstsTTL
(Integer value) Sets the value of the hstsTTL property.void
setOpenSessionCookieName
(String value) Sets the value of the openSessionCookieName property.void
setOpenSessionHttpOnly
(Boolean value) Sets the value of the openSessionHttpOnly property.void
setOpenSessionSecure
(Boolean value) Sets the value of the openSessionSecure property.void
setOpenSessionTimeout
(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
set
method 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
set
method 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
-