Uses of Class
cn.herodotus.engine.supplier.upms.logic.entity.security.SysUser
Packages that use SysUser
Package
Description
-
Uses of SysUser in cn.herodotus.engine.supplier.upms.logic.converter
Methods in cn.herodotus.engine.supplier.upms.logic.converter with parameters of type SysUserModifier and TypeMethodDescription -
Uses of SysUser in cn.herodotus.engine.supplier.upms.logic.domain.deserializer
Methods in cn.herodotus.engine.supplier.upms.logic.domain.deserializer that return SysUserModifier and TypeMethodDescriptionSysUserEmptyToNull.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) -
Uses of SysUser in cn.herodotus.engine.supplier.upms.logic.entity.hr
Methods in cn.herodotus.engine.supplier.upms.logic.entity.hr that return SysUserMethods in cn.herodotus.engine.supplier.upms.logic.entity.hr with parameters of type SysUser -
Uses of SysUser in cn.herodotus.engine.supplier.upms.logic.entity.security
Methods in cn.herodotus.engine.supplier.upms.logic.entity.security that return types with arguments of type SysUserMethod parameters in cn.herodotus.engine.supplier.upms.logic.entity.security with type arguments of type SysUser -
Uses of SysUser in cn.herodotus.engine.supplier.upms.logic.repository.security
Methods in cn.herodotus.engine.supplier.upms.logic.repository.security that return SysUserModifier and TypeMethodDescriptionSysUserRepository.findByUserId(String userId) 根据用户ID查找用户SysUserRepository.findByUsername(String username) 根据用户名查找SysUser -
Uses of SysUser in cn.herodotus.engine.supplier.upms.logic.service.security
Methods in cn.herodotus.engine.supplier.upms.logic.service.security that return SysUserModifier and TypeMethodDescriptionSysUserService.changePassword(String userId, String password) SysUserService.findByUserId(String userId) SysUserService.findByUsername(String username) SysUserService.register(SocialUserDetails socialUserDetails) SysUserService.register(SysUser sysUser, cn.herodotus.engine.assistant.core.enums.AccountType source) Methods in cn.herodotus.engine.supplier.upms.logic.service.security that return types with arguments of type SysUserMethods in cn.herodotus.engine.supplier.upms.logic.service.security with parameters of type SysUser