Class SysUserController
java.lang.Object
cn.herodotus.engine.web.api.servlet.AbstractReadableController<E,ID,S>
cn.herodotus.engine.web.api.servlet.AbstractWriteableController<E,ID,cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<E,ID>>
cn.herodotus.engine.web.api.servlet.AbstractJpaWriteableController<SysUser,String>
cn.herodotus.engine.rest.servlet.upms.controller.security.SysUserController
- All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain,cn.herodotus.engine.core.definition.domain.Pagination,BindingController<SysUser,,String, cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysUser, String>> PageController<SysUser,,String, cn.herodotus.engine.data.core.jpa.service.BaseJpaWriteableService<SysUser, String>> PaginationController,cn.herodotus.engine.web.core.definition.Controller,Serializable
@RestController
@RequestMapping("/security/user")
public class SysUserController
extends AbstractJpaWriteableController<SysUser,String>
Description: 系统用户接口
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2019/11/25 10:55
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.core.definition.domain.Result<SysUser>给用户分配角色cn.herodotus.engine.core.definition.domain.Result<SysUser>changePassword(String userId, String password) cn.herodotus.engine.core.definition.domain.Result<SysUser>findByUsername(String username) Methods inherited from class cn.herodotus.engine.web.api.servlet.AbstractJpaWriteableController
saveMethods inherited from class cn.herodotus.engine.web.api.servlet.AbstractWriteableController
deleteMethods inherited from class cn.herodotus.engine.web.api.servlet.AbstractReadableController
findByPageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.web.api.servlet.BindingController
findAll, findByIdMethods inherited from interface cn.herodotus.engine.web.core.definition.Controller
result, result, result, result, result, result, resultMethods inherited from interface cn.herodotus.engine.web.api.servlet.PageController
findByPage, findByPageMethods inherited from interface cn.herodotus.engine.core.definition.domain.Pagination
with, withMethods inherited from interface cn.herodotus.engine.web.api.servlet.PaginationController
fromPage, fromSlice, resultFromPage, resultFromSlice
-
Constructor Details
-
SysUserController
-
-
Method Details