Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UIService - Class in com.inesm.KeyManager.ui
-
Provides interactions with the user interface application.
- UIService() - Constructor for class com.inesm.KeyManager.ui.UIService
- UNDEFINED - Static variable in class com.inesm.KeyManager.model.Key
- UNDEFINED - Static variable in class com.inesm.KeyManager.model.Message
- UNDEFINED - Static variable in class com.inesm.KeyManager.model.Mission
- UNDEFINED - Static variable in class com.inesm.KeyManager.model.Operation
- UNDEFINED - Static variable in class com.inesm.KeyManager.model.Request
- UNDEFINED - Static variable in class com.inesm.KeyManager.model.Role
- UNDEFINED - Static variable in class com.inesm.KeyManager.model.Settings
- UNDEFINED - Static variable in class com.inesm.KeyManager.model.Station
- update() - Method in class com.inesm.KeyManager.services.SessionService
-
Updates a session's permissions.
- UPDATE_KEY - Static variable in class com.inesm.KeyManager.model.OperationCodes
- UPDATE_KEY_STATE - Static variable in class com.inesm.KeyManager.model.OperationCodes
- UPDATE_MISSION - Static variable in class com.inesm.KeyManager.model.OperationCodes
- UPDATE_ROLE - Static variable in class com.inesm.KeyManager.model.OperationCodes
- UPDATE_SELF_USER_PASSWORD - Static variable in class com.inesm.KeyManager.model.OperationCodes
- UPDATE_SETTINGS - Static variable in class com.inesm.KeyManager.model.OperationCodes
- UPDATE_STATION - Static variable in class com.inesm.KeyManager.model.OperationCodes
- UPDATE_USER - Static variable in class com.inesm.KeyManager.model.OperationCodes
- UPDATE_USER_PASSWORD - Static variable in class com.inesm.KeyManager.model.OperationCodes
- updateKey(Key) - Method in class com.inesm.KeyManager.repositories.KeyRepository
-
Updates a key in the database.
- updateKey(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.KeysController
-
Updates a key inside a the station.
- updateKeyState(Key) - Method in class com.inesm.KeyManager.services.KeyManager
-
Updates the state of a key object in the database.
- updateKeyState(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.KeysController
-
Updates a key's state inside a the station.
- updateLog(long, Resource, boolean, String) - Method in class com.inesm.KeyManager.services.LoggerService
-
Updates a log instance regarding a the outcome of the operation, and the received parameters.
- updateLog(Log) - Method in class com.inesm.KeyManager.repositories.LogRepository
-
Updates a existent log instance from the database with extra information.
- updateMessageStatus(Receipt) - Method in class com.inesm.KeyManager.repositories.MessagesRepository
-
Updates the status of a message with the received receipt.
- updateMission(Mission) - Method in class com.inesm.KeyManager.repositories.KeyRepository
-
Updates a mission in the database.
- updateMission(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.MissionController
-
Update a mission in a station.
- updateReceipt(Receipt, boolean) - Method in class com.inesm.KeyManager.repositories.MessagesRepository
-
Updates the waiting status of a receipt.
- updateRequestStatus(Request) - Method in class com.inesm.KeyManager.repositories.UserRepository
-
Updates the status of a request in the database.
- updateRole(Role) - Method in class com.inesm.KeyManager.repositories.UserRepository
-
Updates a role in the database.
- updateRole(Role) - Method in class com.inesm.KeyManager.services.UserManager
-
Updates a role in the database.
- updateRole(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.RolesController
-
Updates a role in the station.
- updateSelfUserPassword(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.UserController
-
Updates the current user's password in the station.
- updateSettings(Settings) - Method in class com.inesm.KeyManager.services.SettingsService
-
Updates the current settings.
- updateSettings(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.SettingsController
-
Updates the setting values in the station.
- updateStation(Station) - Method in class com.inesm.KeyManager.repositories.KeyRepository
-
Updates a station in database.
- updateStation(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.StationController
- updateUser(User) - Method in class com.inesm.KeyManager.repositories.UserRepository
-
Updates a user in the database.
- updateUser(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.UserController
-
Updates a user in the station.
- updateUserLoginStatus(User) - Method in class com.inesm.KeyManager.repositories.UserRepository
-
Updates the user login status.
- updateUserPassword(User) - Method in class com.inesm.KeyManager.repositories.UserRepository
-
Updates a user password in the database.
- updateUserPassword(HttpServletRequest) - Method in class com.inesm.KeyManager.controller.UserController
-
Updates a user's password in the station.
- User - Class in com.inesm.KeyManager.model
- User() - Constructor for class com.inesm.KeyManager.model.User
- UserController - Class in com.inesm.KeyManager.controller
-
REST Controller for the users endpoint.
- UserController(UserManager, SessionService, AppInterface, LoggerService) - Constructor for class com.inesm.KeyManager.controller.UserController
-
Constructor for UserController class.
- UserManager - Class in com.inesm.KeyManager.services
-
Provides all functionalities regarding user management.
- UserManager(UserRepository, CryptographyService, SettingsService) - Constructor for class com.inesm.KeyManager.services.UserManager
-
Constructor for the User Manager class.
- UserRepository - Class in com.inesm.KeyManager.repositories
-
This class provides all the interactions with the users management database.
- UserRepository() - Constructor for class com.inesm.KeyManager.repositories.UserRepository
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form