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.uaa
Fields 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.impl
Classes in org.openwms.core.uaa.impl that implement UserServiceModifier and TypeClassDescription(package private) class
An UserServiceImpl is a Spring managed transactional implementation of theUserService
.Fields in org.openwms.core.uaa.impl declared as UserServiceModifier and TypeFieldDescriptionprivate final UserService
RoleServiceImpl.userService
private final UserService
SecurityContextUserServiceImpl.userService
Constructors 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)