Uses of Class
com.inesm.KeyManager.exceptions.SessionTimeoutException
Packages that use SessionTimeoutException
-
Uses of SessionTimeoutException in com.inesm.KeyManager.controller
Methods in com.inesm.KeyManager.controller that throw SessionTimeoutExceptionModifier and TypeMethodDescriptionvoidRequestController.acceptRequest(javax.servlet.http.HttpServletRequest requestz) Accepts a request inside the station.KeysController.createKey(javax.servlet.http.HttpServletRequest request) Creates a key inside a the station.MissionController.createMission(javax.servlet.http.HttpServletRequest request) Creates a mission inside the station.RolesController.createRole(javax.servlet.http.HttpServletRequest request) Creates a role in the station.StationController.createStation(javax.servlet.http.HttpServletRequest request) Registers a station in the current station.UserController.createUser(javax.servlet.http.HttpServletRequest request) Creates a user in the station.KeysController.deleteKey(javax.servlet.http.HttpServletRequest request) Deletes a key from the station.MissionController.deleteMission(javax.servlet.http.HttpServletRequest request) Deletes a mission from the station.voidRequestController.deleteRequest(javax.servlet.http.HttpServletRequest request) Deletes a request from the station.voidRolesController.deleteRole(javax.servlet.http.HttpServletRequest request) Deletes a role from the station.UserController.deleteSelf(javax.servlet.http.HttpServletRequest request) Deletes the current user.voidStationController.deleteStation(javax.servlet.http.HttpServletRequest request) UserController.deleteUser(javax.servlet.http.HttpServletRequest request) Deletes a user in the station.voidRequestController.denyRequest(javax.servlet.http.HttpServletRequest requestz) Denies a request inside the station.MessageController.exportMessage(javax.servlet.http.HttpServletRequest request) Exports a messages from the station.KeysController.getKey(javax.servlet.http.HttpServletRequest request) Gets a key from the station.LogController.getLogs(javax.servlet.http.HttpServletRequest request) Gets all logs from the station that match the provided filter.MissionController.getMission(javax.servlet.http.HttpServletRequest request) Gets a mission from the station.RolesController.getRoles()Gets all roles inside a the station.SettingsController.getSettings()Gets the settings currently used inside the station.StationController.getStation(javax.servlet.http.HttpServletRequest request) Gets a station from the station.UserController.getUser(javax.servlet.http.HttpServletRequest request) Gets a user from the station.MessageController.importMessage(javax.servlet.http.HttpServletRequest request) Imports a message in the station.KeysController.listKeys()Gets all keys inside a the station.MessageController.listMessages()Lists all messages in the station.MissionController.listMissions()Gets all missions from the station.RequestController.listMyRequests()Gets the requests made by the current user.RolesController.listOperations()Gets all operations offered by the station.RequestController.listPendingRequests()Gets the pending requests the current user is authorized to accept.StationController.listStations()Gets the stations registered inside the current station.UserController.listUsers()Gets all user from the station.voidUserController.logout()Logs out a user from the stationKeysController.missionKeys(javax.servlet.http.HttpServletRequest request) Gets all keys belonging to a specific mission inside the station.KeysController.updateKey(javax.servlet.http.HttpServletRequest request) Updates a key inside a the station.KeysController.updateKeyState(javax.servlet.http.HttpServletRequest request) Updates a key's state inside a the station.MissionController.updateMission(javax.servlet.http.HttpServletRequest request) Update a mission in a station.RolesController.updateRole(javax.servlet.http.HttpServletRequest request) Updates a role in the station.UserController.updateSelfUserPassword(javax.servlet.http.HttpServletRequest request) Updates the current user's password in the station.SettingsController.updateSettings(javax.servlet.http.HttpServletRequest request) Updates the setting values in the station.StationController.updateStation(javax.servlet.http.HttpServletRequest request) UserController.updateUser(javax.servlet.http.HttpServletRequest request) Updates a user in the station.UserController.updateUserPassword(javax.servlet.http.HttpServletRequest request) Updates a user's password in the station. -
Uses of SessionTimeoutException in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that throw SessionTimeoutExceptionModifier and TypeMethodDescriptionvoidSessionService.validate(int operation_id) Validates an operation for the current user.