Uses of Interface
org.openwms.core.uaa.UserService
Packages that use UserService
Package
Description
Contains the implementation of the User Authentication and Authorization (UAA).
Contains internal implementation classes of the Administration feature.
- 
Uses of UserService in org.openwms.core.uaaFields in org.openwms.core.uaa declared as UserServiceConstructors in org.openwms.core.uaa with parameters of type UserServiceModifierConstructorDescriptionUserController(org.ameba.i18n.Translator translator, UserService userService, UserMapper userMapper, RoleMapper roleMapper, SecurityObjectMapper securityObjectMapper) 
- 
Uses of UserService in org.openwms.core.uaa.implClasses in org.openwms.core.uaa.impl that implement UserServiceModifier and TypeClassDescription(package private) classAn UserServiceImpl is a Spring managed transactional implementation of theUserService.Fields in org.openwms.core.uaa.impl declared as UserServiceModifier and TypeFieldDescriptionprivate final UserServiceRoleServiceImpl.userServiceprivate final UserServiceSecurityContextUserServiceImpl.userServiceConstructors in org.openwms.core.uaa.impl with parameters of type UserServiceModifierConstructorDescription(package private)RoleServiceImpl(RoleRepository repository, UserService userService, RoleMapper mapper, org.ameba.i18n.Translator translator, org.springframework.context.ApplicationEventPublisher eventPublisher) SecurityContextUserServiceImpl(String systemUsername, UserService userService, org.springframework.security.core.userdetails.UserCache userCache, org.ehcache.core.Ehcache cache, org.springframework.security.crypto.password.PasswordEncoder enc)