Package io.jmix.core.session
Interface SessionData
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SessionDataImpl
Interface to work with current session and its attributes.
- 
Method SummaryModifier and TypeMethodDescriptiongetAttribute(String name) Get session attribute value.Returns all session attributes.Returns current session id.voidsetAttribute(String name, Object attribute) Set session attribute value.
- 
Method Details- 
getAttributeNamesCollection<String> getAttributeNames()Returns all session attributes.
- 
getAttributeGet session attribute value.
- 
setAttributeSet session attribute value.
- 
getSessionIdString getSessionId()Returns current session id.
 
-