Uses of Interface
org.openwms.core.uaa.RoleService
Package
Description
Contains the implementation of the User Authentication and Authorization (UAA).
Contains internal implementation classes of the Administration feature.
-
Uses of RoleService in org.openwms.core.uaa
-
Uses of RoleService in org.openwms.core.uaa.impl
Modifier and TypeClassDescription(package private) class
A RoleServiceImpl is a Spring managed transactional service that deals withRole
s.ModifierConstructorDescription(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)