Uses of Interface
org.openwms.core.uaa.SecurityObjectMapper
Packages that use SecurityObjectMapper
Package
Description
Contains the implementation of the User Authentication and Authorization (UAA).
Contains internal implementation classes of the Administration feature.
-
Uses of SecurityObjectMapper in org.openwms.core.uaa
Fields in org.openwms.core.uaa declared as SecurityObjectMapperModifier and TypeFieldDescriptionprivate final SecurityObjectMapper
UserController.securityObjectMapper
Constructors in org.openwms.core.uaa with parameters of type SecurityObjectMapperModifierConstructorDescriptionUserController
(org.ameba.i18n.Translator translator, UserService userService, UserMapper userMapper, RoleMapper roleMapper, SecurityObjectMapper securityObjectMapper) -
Uses of SecurityObjectMapper in org.openwms.core.uaa.impl
Classes in org.openwms.core.uaa.impl that implement SecurityObjectMapperFields in org.openwms.core.uaa.impl declared as SecurityObjectMapperModifier and TypeFieldDescriptionprivate final SecurityObjectMapper
RoleMapperImpl.securityObjectMapper
Constructors in org.openwms.core.uaa.impl with parameters of type SecurityObjectMapperModifierConstructorDescriptionRoleMapperImpl
(UserMapper userMapper, SecurityObjectMapper securityObjectMapper)