Uses of Interface
it.univr.passportease.service.user.UserAuthService
Packages that use UserAuthService
-
Uses of UserAuthService in it.univr.passportease.controller.user
Fields in it.univr.passportease.controller.user declared as UserAuthServiceModifier and TypeFieldDescriptionprivate final UserAuthService
UserAuthController.userAuthService
User authentication service. -
Uses of UserAuthService in it.univr.passportease.service.user.impl
Classes in it.univr.passportease.service.user.impl that implement UserAuthServiceModifier and TypeClassDescriptionclass
Implementation ofUserAuthService
, which provides methods for user authentication.