Uses of Class
com.inesm.KeyManager.exceptions.InvalidParametersException
Packages that use InvalidParametersException
-
Uses of InvalidParametersException in com.inesm.KeyManager.controller
Methods in com.inesm.KeyManager.controller that throw InvalidParametersExceptionModifier 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.UserController.deleteSelf(javax.servlet.http.HttpServletRequest request) Deletes the current user.UserController.deleteUser(javax.servlet.http.HttpServletRequest request) Deletes a user in the station.KeysController.getKey(javax.servlet.http.HttpServletRequest request) Gets a key 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.KeysController.missionKeys(javax.servlet.http.HttpServletRequest request) Gets all keys belonging to a specific mission inside the station.voidRequestController.requestPassword(javax.servlet.http.HttpServletRequest request) Creates a password request 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.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 InvalidParametersException in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that throw InvalidParametersExceptionModifier and TypeMethodDescriptionvoidRequestService.acceptRequest(Request req, User currentUser, boolean intercepted) Accepts a Request.longCreates a new request.longRequestService.createFromMessage(Message message) Creates a request from a message.Creates a key in the database.KeyManager.createMission(Mission mission) Creates a mission in the database.voidRequestService.createPasswordRequest(Request req, int operationID) Creates a password request.UserManager.createRole(Role role) Creates a new role in the database.KeyManager.createStation(Station station) Creates a station in the databaseUserManager.createUser(User user) Creates a user in the database.voidSessionService.distribute(int operationID, Mission mission, List<Station> added, List<Station> removed) Distributes the results of an operation.voidSessionService.distribute(int operationID, Resource data) Distributes the results of an operation.voidMessageManager.importMessage(Message message) Imports a message from manual distribution.voidIntercept an operation.voidSessionService.interceptRequest(Request request) Intercepts a request.Patches a key object.Patches a mission.KeyManager.patchStation(Station update) Patches a station.Patches a user.voidCommunicationService.process(ObjectInputStream objIn) Process a network resource from an input stream.voidMessageManager.process(NetworkResource resource) Processes a network resource.KeyManager.updateKeyState(Key key) Updates the state of a key object in the database.UserManager.updateRole(Role role) Updates a role in the database.