Uses of Interface
com.Server.service.RoleService
| Package | Description |
|---|---|
| com.Server.controller |
com.Server.controller has all controller use to support client by http protocol.
|
| com.Server.service.impl |
com.Server.service.impl has the class witch implement services interface method.
|
-
Uses of RoleService in com.Server.controller
Fields in com.Server.controller declared as RoleService Modifier and Type Field Description private RoleServiceAuthenticationController. roleServiceImplRoleService operation on database table RoleConstructors in com.Server.controller with parameters of type RoleService Constructor Description AuthenticationController(org.springframework.security.authentication.AuthenticationManager authenticationManager, JwtUtils jwtUtils, UserService userServiceImpl, LocalizationService localizationServiceImpl, RoleService roleServiceImpl, org.springframework.security.crypto.password.PasswordEncoder encoder, CarService carServiceImpl, SendMailImpl sendMailImpl)Constructor -
Uses of RoleService in com.Server.service.impl
Classes in com.Server.service.impl that implement RoleService Modifier and Type Class Description classRoleServiceImplClass Service implements interface RoleService.Fields in com.Server.service.impl declared as RoleService Modifier and Type Field Description (package private) RoleServiceRoleServiceImplTest. roleService