Uses of Class
com.inesm.KeyManager.exceptions.ResourceLockedException
Packages that use ResourceLockedException
-
Uses of ResourceLockedException in com.inesm.KeyManager.controller
Methods in com.inesm.KeyManager.controller that throw ResourceLockedExceptionModifier and TypeMethodDescriptionvoidRolesController.deleteRole(javax.servlet.http.HttpServletRequest request) Deletes a role from the station.voidStationController.deleteStation(javax.servlet.http.HttpServletRequest request) UserController.login(javax.servlet.http.HttpServletRequest request) Logs a user into the station.RolesController.updateRole(javax.servlet.http.HttpServletRequest request) Updates a role in the station. -
Uses of ResourceLockedException in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that throw ResourceLockedExceptionModifier and TypeMethodDescriptionvoidUserManager.deleteRole(long roleID) Deletes a role from the database.voidKeyManager.deleteStation(String path) Deletes a station from the database.Performs a login operation using password authentication.UserManager.loginUser2FA(String username, String password) Performs a login operation using password authentication and smartcard authentication.UserManager.updateRole(Role role) Updates a role in the database.