public interface SessionProperties extends ConfigBeanProxy, PropertyBag
ConfigBeanProxy.Duck
PropertyBag.Duck
Modifier and Type | Method and Description |
---|---|
List<Property> |
getProperty()
Properties as per
PropertyBag |
@Max(value=2147483647L) String |
getTimeoutInSeconds()
Gets the value of the timeoutInSeconds property.
|
void |
setTimeoutInSeconds(String value)
Sets the value of the timeoutInSeconds property.
|
createChild, deepCopy, getParent, getParent
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
@Max(value=2147483647L) @Max(value=2147483647L) String getTimeoutInSeconds()
A value of zero or less indicates that the session should never timeout
String
void setTimeoutInSeconds(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@ToDo(priority=IMPORTANT, details="Provide PropertyDesc for legal props") @PropertiesDesc(props={}) List<Property> getProperty()
PropertyBag
getProperty
in interface PropertyBag
Copyright © 2021. All rights reserved.