Uses of Interface
org.openwms.core.uaa.UserMapper
Package
Description
Contains the implementation of the User Authentication and Authorization (UAA).
Contains internal implementation classes of the Administration feature.
-
Uses of UserMapper in org.openwms.core.uaa
ModifierConstructorDescriptionUserController
(org.ameba.i18n.Translator translator, UserService userService, UserMapper userMapper, RoleMapper roleMapper, SecurityObjectMapper securityObjectMapper) -
Uses of UserMapper in org.openwms.core.uaa.impl
Modifier and TypeFieldDescriptionprivate final UserMapper
RoleMapperImpl.userMapper
private final UserMapper
UserServiceImpl.userMapper
ModifierConstructorDescriptionRoleMapperImpl
(UserMapper userMapper, SecurityObjectMapper securityObjectMapper) (package private)
UserServiceImpl
(UserRepository repository, GrantRepository securityObjectDao, RoleService roleService, org.springframework.security.crypto.password.PasswordEncoder enc, org.ameba.i18n.Translator translator, jakarta.validation.Validator validator, UserMapper userMapper, org.springframework.plugin.core.PluginRegistry<UserUpdater, String> userUpdater, org.springframework.context.ApplicationEventPublisher eventPublisher, String systemUsername, String systemPassword)