Class Sessions
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.Sessions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="UserSessionExpiration" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="AdminSessionExpiration" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adminSessionExpiration property.Gets the value of the userSessionExpiration property.voidSets the value of the adminSessionExpiration property.voidsetUserSessionExpiration(Duration value) Sets the value of the userSessionExpiration property.
-
Field Details
-
userSessionExpiration
-
adminSessionExpiration
-
-
Constructor Details
-
Sessions
public Sessions()
-
-
Method Details
-
getUserSessionExpiration
Gets the value of the userSessionExpiration property.- Returns:
- possible object is
Duration
-
setUserSessionExpiration
Sets the value of the userSessionExpiration property.- Parameters:
value- allowed object isDuration
-
getAdminSessionExpiration
Gets the value of the adminSessionExpiration property.- Returns:
- possible object is
Duration
-
setAdminSessionExpiration
Sets the value of the adminSessionExpiration property.- Parameters:
value- allowed object isDuration
-