Uses of Interface
org.openwms.core.uaa.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.uaa
ModifierConstructorDescriptionUserController
(org.ameba.i18n.Translator translator, UserService userService, UserMapper userMapper, RoleMapper roleMapper, SecurityObjectMapper securityObjectMapper) -
Uses of UserService in org.openwms.core.uaa.impl
Modifier and TypeClassDescription(package private) class
An UserServiceImpl is a Spring managed transactional implementation of theUserService
.Modifier and TypeFieldDescriptionprivate final UserService
RoleServiceImpl.userService
private final UserService
SecurityContextUserServiceImpl.userService
ModifierConstructorDescription(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)