Class SessionBean
java.lang.Object
io.goobi.viewer.managedbeans.storage.StorageBean
io.goobi.viewer.managedbeans.storage.SessionBean
- All Implemented Interfaces:
DataStorage
,Serializable
- Author:
- florian Store variables in session scope
- See Also:
-
Field Summary
Fields inherited from class io.goobi.viewer.managedbeans.storage.StorageBean
request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Removes the user and permission attributes from the session.Methods inherited from class io.goobi.viewer.managedbeans.storage.StorageBean
cleanObjects, containsKey, get, getRequest, put, removeObjects
-
Constructor Details
-
SessionBean
public SessionBean()
-
-
Method Details
-
wipeSessionAttributes
public void wipeSessionAttributes() throws IndexUnreachableException, PresentationException, DAOExceptionRemoves the user and permission attributes from the session.- Throws:
IndexUnreachableException
- if any.PresentationException
- if any.DAOException
- if any.
-