Uses of Interface
org.openwms.core.uaa.UserMapper
Packages that use 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
Fields in org.openwms.core.uaa declared as UserMapperConstructors in org.openwms.core.uaa with parameters of type UserMapperModifierConstructorDescriptionUserController
(org.ameba.i18n.Translator translator, UserService userService, UserMapper userMapper, RoleMapper roleMapper, SecurityObjectMapper securityObjectMapper) -
Uses of UserMapper in org.openwms.core.uaa.impl
Classes in org.openwms.core.uaa.impl that implement UserMapperFields in org.openwms.core.uaa.impl declared as UserMapperModifier and TypeFieldDescriptionprivate final UserMapper
RoleMapperImpl.userMapper
private final UserMapper
UserServiceImpl.userMapper
Constructors in org.openwms.core.uaa.impl with parameters of type UserMapperModifierConstructorDescriptionRoleMapperImpl
(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)