Uses of Class
jku.se.User
Packages that use User
-
Uses of User in jku.se
Modifier and TypeClassDescriptionclass
Represents an administrator user with extended permissions.Modifier and TypeMethodDescriptionstatic User
UserSession.getCurrentUser()
Gets the current logged-in user.Modifier and TypeMethodDescriptionvoid
Sends an in-app notification for a given user.static void
UserSession.setCurrentUser
(User user) Sets the current logged-in user. -
Uses of User in jku.se.repository
Methods in jku.se.repository that return UserModifier and TypeMethodDescriptionstatic User
UserRepository.findByEmailAndPassword
(String email, String password) Finds a user by email and password for login verification.static User
UserRepository.getByEmail
(String email) Retrieves a user by their email address.Methods in jku.se.repository with parameters of type User