Uses of Interface
com.ntu.fdae.group1.bto.services.user.IAuthenticationService
Packages that use IAuthenticationService
-
Uses of IAuthenticationService in com.ntu.fdae.group1.bto.controllers.user
Constructors in com.ntu.fdae.group1.bto.controllers.user with parameters of type IAuthenticationServiceModifierConstructorDescriptionAuthenticationController
(IAuthenticationService authService) Constructs a new AuthenticationController -
Uses of IAuthenticationService in com.ntu.fdae.group1.bto.services.user
Classes in com.ntu.fdae.group1.bto.services.user that implement IAuthenticationServiceModifier and TypeClassDescriptionclass
Implementation of the IAuthenticationService interface that provides authentication functionality for the BTO Management System.