Uses of Interface
org.openwms.core.uaa.RoleService
Packages that use 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
Fields in org.openwms.core.uaa declared as RoleServiceConstructors in org.openwms.core.uaa with parameters of type RoleService -
Uses of RoleService in org.openwms.core.uaa.impl
Classes in org.openwms.core.uaa.impl that implement RoleServiceModifier and TypeClassDescription(package private) class
A RoleServiceImpl is a Spring managed transactional service that deals withRole
s.Fields in org.openwms.core.uaa.impl declared as RoleServiceConstructors in org.openwms.core.uaa.impl with parameters of type RoleServiceModifierConstructorDescription(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)