Uses of Class
client.manager.AuthManager
-
Packages that use AuthManager Package Description client.controller client.swing.components.actionBtn -
-
Uses of AuthManager in client.controller
Constructors in client.controller with parameters of type AuthManager Constructor Description AuthController(GuiApp guiApp, AuthManager authManager, Supplier<String> loginSupplier, Supplier<String> passSupplier) -
Uses of AuthManager in client.swing.components.actionBtn
Constructors in client.swing.components.actionBtn with parameters of type AuthManager Constructor Description ActionCell(GuiAppSwing gui, AuthManager am, ResourceBundle bundle, com.fasterxml.jackson.databind.ObjectMapper mapper)
-