Uses of Class
com.inesm.KeyManager.services.SettingsService
Packages that use SettingsService
-
Uses of SettingsService in com.inesm.KeyManager.controller
Constructors in com.inesm.KeyManager.controller with parameters of type SettingsServiceModifierConstructorDescriptionSettingsController(SessionService session, SettingsService settingsService, AppInterface appInterface, LoggerService logger) Constructor for the SettingsController. -
Uses of SettingsService in com.inesm.KeyManager.services
Constructors in com.inesm.KeyManager.services with parameters of type SettingsServiceModifierConstructorDescriptionSessionService(UserManager userManager, MessageManager messageManager, RequestService reqService, KeyManager keyManager, SettingsService settings) Session Service Constructor.UserManager(UserRepository rep, CryptographyService crypto, SettingsService settings) Constructor for the User Manager class.