Uses of Class
cn.herodotus.engine.logic.upms.service.security.SysUserService
Packages that use SysUserService
Package
Description
-
Uses of SysUserService in cn.herodotus.engine.logic.upms.config
Methods in cn.herodotus.engine.logic.upms.config with parameters of type SysUserServiceModifier and TypeMethodDescriptionLogicUpmsConfiguration.socialAuthenticationHandler(SysUserService sysUserService, SysSocialUserService sysSocialUserService, AccessHandlerStrategyFactory accessHandlerStrategyFactory) -
Uses of SysUserService in cn.herodotus.engine.logic.upms.handler
Constructors in cn.herodotus.engine.logic.upms.handler with parameters of type SysUserServiceModifierConstructorDescriptionDefaultSocialAuthenticationHandler(SysUserService sysUserService, SysSocialUserService sysSocialUserService, AccessHandlerStrategyFactory accessHandlerStrategyFactory) -
Uses of SysUserService in cn.herodotus.engine.logic.upms.service.hr
Constructors in cn.herodotus.engine.logic.upms.service.hr with parameters of type SysUserServiceModifierConstructorDescriptionSysEmployeeService(SysEmployeeRepository sysEmployeeRepository, SysOwnershipService sysOwnershipService, SysUserService sysUserService)