A B C D E F G H I J L M N Q R S T U Y
A
- addOne(FunctionDO) - 接口 中的方法com.naivete.framework.admin.boot.service.FunctionService
-
新增
- addOne(FunctionDO) - 类 中的方法com.naivete.framework.admin.boot.service.impl.FunctionServiceImpl
-
新增
- addOne(RoleDO) - 类 中的方法com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
添加单条角色信息
- addOne(RoleDO) - 接口 中的方法com.naivete.framework.admin.boot.service.RoleService
-
添加单条角色信息
- AdminBootApplication - com.naivete.framework.admin.boot中的类
-
- AdminBootApplication() - 类 的构造器com.naivete.framework.admin.boot.AdminBootApplication
-
- AdminBootAutoConfiguration - com.naivete.framework.admin.boot.config中的类
-
AdminBootAutoConfiguration
- AdminBootAutoConfiguration() - 类 的构造器com.naivete.framework.admin.boot.config.AdminBootAutoConfiguration
-
- AdminBootProperteis - com.naivete.framework.admin.boot.config中的类
-
AdminBootProperteis
- AdminBootProperteis() - 类 的构造器com.naivete.framework.admin.boot.config.AdminBootProperteis
-
- assginCode(HttpServletRequest) - 类 中的方法com.naivete.framework.admin.boot.controller.MenuController
-
为新功能分配一个编码
- assginCode(HttpServletRequest) - 类 中的方法com.naivete.framework.admin.boot.controller.RoleController
-
生成一个新角色,返回角色编码
- AuthInfoDO - com.naivete.framework.admin.boot.model中的类
-
认证信息DO
- AuthInfoDO() - 类 的构造器com.naivete.framework.admin.boot.model.AuthInfoDO
-
- AuthInfoService - com.naivete.framework.admin.boot.service中的接口
-
用户认证信息Service
- AuthInfoServiceImpl - com.naivete.framework.admin.boot.service.impl中的类
-
用户认证信息服务实现
- AuthInfoServiceImpl() - 类 的构造器com.naivete.framework.admin.boot.service.impl.AuthInfoServiceImpl
-
B
- buildTree(List<MenuTree>, String) - 类 中的方法com.naivete.framework.admin.boot.controller.MenuController
-
递归构建菜单树
- BUTTON - 类 中的静态变量com.naivete.framework.admin.boot.constants.FunctionTypeConstants
-
C
- cacheManager() - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootAutoConfiguration
-
cacheManager Bean
- com.naivete.framework.admin.boot - 程序包 com.naivete.framework.admin.boot
-
- com.naivete.framework.admin.boot.config - 程序包 com.naivete.framework.admin.boot.config
-
- com.naivete.framework.admin.boot.config.annotation - 程序包 com.naivete.framework.admin.boot.config.annotation
-
- com.naivete.framework.admin.boot.constants - 程序包 com.naivete.framework.admin.boot.constants
-
- com.naivete.framework.admin.boot.controller - 程序包 com.naivete.framework.admin.boot.controller
-
- com.naivete.framework.admin.boot.dao - 程序包 com.naivete.framework.admin.boot.dao
-
- com.naivete.framework.admin.boot.model - 程序包 com.naivete.framework.admin.boot.model
-
- com.naivete.framework.admin.boot.service - 程序包 com.naivete.framework.admin.boot.service
-
- com.naivete.framework.admin.boot.service.impl - 程序包 com.naivete.framework.admin.boot.service.impl
-
D
- DEFAULT - 类 中的静态变量com.naivete.framework.admin.boot.constants.DefaultRoleConstants
-
- DefaultRoleConstants - com.naivete.framework.admin.boot.constants中的类
-
未命名角色枚举
- DefaultRoleConstants() - 类 的构造器com.naivete.framework.admin.boot.constants.DefaultRoleConstants
-
- deleteByCode(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.FunctionDAO
-
根据编码删除功能
- deleteByFun(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.FunctionRoleMappingDAO
-
根据功能编码删除映射
- deleteByRole(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.FunctionRoleMappingDAO
-
根据角色编码删除映射
- deleteByRole(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.UserRoleMappingDAO
-
删除映射关系
- deleteByRoleCode(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.RoleDAO
-
根据角色编码删除角色
- deleteByUserCode(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.UserRoleMappingDAO
-
删除映射关系
- deleteFun(HttpServletRequest) - 类 中的方法com.naivete.framework.admin.boot.controller.MenuController
-
根据编码删除功能
- deleteRole(String) - 类 中的方法com.naivete.framework.admin.boot.controller.RoleController
-
删除角色
- doGetAuthenticationInfo(AuthenticationToken) - 类 中的方法com.naivete.framework.admin.boot.config.ShiroRealm
-
方面用于加密 参数:AuthenticationToken是从表单穿过来封装好的对象
- doGetAuthorizationInfo(PrincipalCollection) - 类 中的方法com.naivete.framework.admin.boot.config.ShiroRealm
-
E
- EnableAdminBootConfiguration - com.naivete.framework.admin.boot.config.annotation中的注释类型
-
- equals(Object) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
F
- FOLDER - 类 中的静态变量com.naivete.framework.admin.boot.constants.FunctionTypeConstants
-
- forbiddenOrStartUser(UserDO) - 接口 中的方法com.naivete.framework.admin.boot.dao.UserDAO
-
启用或禁用用户
- forbiddenOrStartUser(UserDO) - 类 中的方法com.naivete.framework.admin.boot.service.impl.UserServiceImpl
-
启用或禁用用户
- forbiddenOrStartUser(UserDO) - 接口 中的方法com.naivete.framework.admin.boot.service.UserService
-
启用或禁用用户
- FunctionDAO - com.naivete.framework.admin.boot.dao中的接口
-
功能表DAO,包含增删差改,只对单表操作
- FunctionDO - com.naivete.framework.admin.boot.model中的类
-
功能表DO
- FunctionDO() - 类 的构造器com.naivete.framework.admin.boot.model.FunctionDO
-
- FunctionRoleMappingDAO - com.naivete.framework.admin.boot.dao中的接口
-
功能角色映射表DAO,包含增删差改,只对单表操作
- FunctionRoleMappingDO - com.naivete.framework.admin.boot.model中的类
-
功能角色映射表DO
- FunctionRoleMappingDO() - 类 的构造器com.naivete.framework.admin.boot.model.FunctionRoleMappingDO
-
- FunctionService - com.naivete.framework.admin.boot.service中的接口
-
权限服务接口
- FunctionServiceImpl - com.naivete.framework.admin.boot.service.impl中的类
-
功能权限服务
- FunctionServiceImpl() - 类 的构造器com.naivete.framework.admin.boot.service.impl.FunctionServiceImpl
-
- FunctionTypeConstants - com.naivete.framework.admin.boot.constants中的类
-
功能类型枚举
- FunctionTypeConstants() - 类 的构造器com.naivete.framework.admin.boot.constants.FunctionTypeConstants
-
G
- getAnons() - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootProperteis
-
- getChildren() - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
获取 下级
- getCipherKey() - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootProperteis
-
- getCode() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 编码
- getCreateDate() - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
获取 创建时间
- getCreateDate() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 创建时间
- getCreateUser() - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
获取 创建人
- getData() - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
获取 数据
- getData() - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
获取 数据
- getDataCode() - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
- getDataParentCode() - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
- getEmail() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 邮箱
- getFunctionCode() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionRoleMappingDO
-
获取 功能编码
- getFunctionList() - 类 中的方法com.naivete.framework.admin.boot.model.AuthInfoDO
-
获取 用户权限
- getIcon() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 图标
- getIcon() - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
获取 树图标
- getIcon() - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
获取 树图标
- getId() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 主键ID
- getId() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionRoleMappingDO
-
获取 主键ID
- getId() - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
获取 id即功能编码
- getId() - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
获取 主键ID
- getId() - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
获取 id即功能编码
- getId() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 主键ID
- getId() - 类 中的方法com.naivete.framework.admin.boot.model.UserRoleMappingDO
-
获取 主键ID
- getIsActive() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 是否有效
- getLevel() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 级别
- getMaxAge() - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootProperteis
-
- getMenuTree(HttpServletRequest) - 类 中的方法com.naivete.framework.admin.boot.controller.MenuController
-
加载功能树,菜单管理与角色管理页面公用功能树
- getModifyDate() - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
获取 修改时间
- getModifyDate() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 修改时间
- getModifyUser() - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
获取 修改人
- getName() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 名称
- getParentCode() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 父编码
- getParentName() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 父名称
- getPassword() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 密码
- getProfile() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 头像
- getRemark() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 描述
- getRemark() - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
获取 备注
- getRoleCode() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionRoleMappingDO
-
获取 角色编码
- getRoleCode() - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
获取 角色编码
- getRoleCode() - 类 中的方法com.naivete.framework.admin.boot.model.UserRoleMappingDO
-
获取 角色编码
- getRoleList() - 类 中的方法com.naivete.framework.admin.boot.model.AuthInfoDO
-
获取 用户角色
- getRoleName() - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
获取 角色名称
- getRoleTreeByUserCode(String) - 类 中的方法com.naivete.framework.admin.boot.controller.UserController
-
查询用户角色树
- getSign() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 签名
- getState() - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
获取 状态
- getState() - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
获取 状态
- getText() - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
获取 树名称
- getText() - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
获取 树名称
- getType() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 类型
- getUrl() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
获取 地址
- getUser() - 类 中的方法com.naivete.framework.admin.boot.model.AuthInfoDO
-
获取 用户信息
- getUserCode() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 用户编码
- getUserCode() - 类 中的方法com.naivete.framework.admin.boot.model.UserRoleMappingDO
-
获取 用户编码
- getUserName() - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
获取 用户名称
H
- hashCode() - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
I
- index() - 类 中的方法com.naivete.framework.admin.boot.controller.JumpController
-
跳转到首页
- IndexController - com.naivete.framework.admin.boot.controller中的类
-
IndexController
- IndexController() - 类 的构造器com.naivete.framework.admin.boot.controller.IndexController
-
- initData(String, String, String, String, String, String, String, String, String) - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
- initMenu(HttpServletRequest) - 类 中的方法com.naivete.framework.admin.boot.controller.IndexController
-
初始化菜单
- initState(Boolean, Boolean) - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
- initState(Boolean, Boolean) - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
- initUser(HttpServletRequest) - 类 中的方法com.naivete.framework.admin.boot.controller.IndexController
-
初始化个人信息
- isForbidden(UserDO) - 类 中的方法com.naivete.framework.admin.boot.controller.UserController
-
启用或禁用用户
J
- JumpController - com.naivete.framework.admin.boot.controller中的类
-
页面跳转
- JumpController() - 类 的构造器com.naivete.framework.admin.boot.controller.JumpController
-
L
- list(Query<RoleDO>) - 类 中的方法com.naivete.framework.admin.boot.controller.RoleController
-
查询角色列表
支持名称模糊查询
- list(Query<UserDO>) - 类 中的方法com.naivete.framework.admin.boot.controller.UserController
-
查询用户列表
支持名称模糊查询
- lodSubFun(HttpServletRequest) - 类 中的方法com.naivete.framework.admin.boot.controller.MenuController
-
加载子功能
- login(String, String) - 类 中的方法com.naivete.framework.admin.boot.controller.LoginController
-
登陆:
1、校验登陆信息,校验失败返回失败信息
2、登陆成功后查询当前登陆人的角色权限
- login(String, String) - 接口 中的方法com.naivete.framework.admin.boot.service.AuthInfoService
-
登录验证
- login(String, String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.AuthInfoServiceImpl
-
登录验证
- LoginController - com.naivete.framework.admin.boot.controller中的类
-
LoginController
- LoginController() - 类 的构造器com.naivete.framework.admin.boot.controller.LoginController
-
M
- main(String[]) - 类 中的静态方法com.naivete.framework.admin.boot.AdminBootApplication
-
- main() - 类 中的方法com.naivete.framework.admin.boot.controller.LoginController
-
退出登陆:清除登陆信息,返回登陆页面
- MENU - 类 中的静态变量com.naivete.framework.admin.boot.constants.FunctionTypeConstants
-
- MenuController - com.naivete.framework.admin.boot.controller中的类
-
菜单管理Controller
- MenuController() - 类 的构造器com.naivete.framework.admin.boot.controller.MenuController
-
- MenuTree - com.naivete.framework.admin.boot.model中的类
-
菜单树
- MenuTree() - 类 的构造器com.naivete.framework.admin.boot.model.MenuTree
-
- modify(RoleDO) - 类 中的方法com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
更新角色信息
只允许更新名称和备注
- modify(RoleDO) - 接口 中的方法com.naivete.framework.admin.boot.service.RoleService
-
更新角色信息
只允许更新名称和备注
- modifyOne(FunctionDO) - 接口 中的方法com.naivete.framework.admin.boot.service.FunctionService
-
修改
- modifyOne(FunctionDO) - 类 中的方法com.naivete.framework.admin.boot.service.impl.FunctionServiceImpl
-
修改
N
- N - 类 中的静态变量com.naivete.framework.admin.boot.constants.UserActiveStatusConstants
-
Q
- queryAll() - 接口 中的方法com.naivete.framework.admin.boot.service.FunctionService
-
查询所有的功能
- queryAll() - 类 中的方法com.naivete.framework.admin.boot.service.impl.FunctionServiceImpl
-
查询所有的功能
- queryAll() - 类 中的方法com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
查询所有角色
- queryAll() - 接口 中的方法com.naivete.framework.admin.boot.service.RoleService
-
查询所有角色
- queryAuthInfoByUserCode(String) - 接口 中的方法com.naivete.framework.admin.boot.service.AuthInfoService
-
根据用户编码查询认证信息
- queryAuthInfoByUserCode(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.AuthInfoServiceImpl
-
根据用户编码查询认证信息
- queryByUserCode(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.UserServiceImpl
-
根据用户编码查询
- queryByUserCode(String) - 接口 中的方法com.naivete.framework.admin.boot.service.UserService
-
根据用户编码查询
- queryChildFun(String) - 接口 中的方法com.naivete.framework.admin.boot.service.FunctionService
-
查询所有的子功能
- queryChildFun(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.FunctionServiceImpl
-
查询所有的子功能
- queryList(Query<RoleDO>) - 类 中的方法com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
分页查询角色列表
- queryList(Query<UserDO>) - 类 中的方法com.naivete.framework.admin.boot.service.impl.UserServiceImpl
-
分页查询用户列表
- queryList(Query<RoleDO>) - 接口 中的方法com.naivete.framework.admin.boot.service.RoleService
-
分页查询角色列表
- queryList(Query<UserDO>) - 接口 中的方法com.naivete.framework.admin.boot.service.UserService
-
分页查询用户列表
- queryListByRoleCode(String) - 接口 中的方法com.naivete.framework.admin.boot.service.FunctionService
-
根据角色编码查询所有权限信息
- queryListByRoleCode(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.FunctionServiceImpl
-
根据角色编码查询所有权限信息
- queryListByUserCode(String) - 接口 中的方法com.naivete.framework.admin.boot.service.FunctionService
-
根据用户编码查询所有权限信息
- queryListByUserCode(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.FunctionServiceImpl
-
根据用户编码查询所有权限信息
- queryListByUserCode(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
根据用户编码查询角色
- queryListByUserCode(String) - 接口 中的方法com.naivete.framework.admin.boot.service.RoleService
-
根据用户编码查询角色
- queryMostBigRoleCode() - 类 中的方法com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
查询角色编码最大的一条角色信息
- queryMostBigRoleCode() - 接口 中的方法com.naivete.framework.admin.boot.service.RoleService
-
查询角色编码最大的一条角色信息
- queryRoleCodeByUserCode(String) - 接口 中的方法com.naivete.framework.admin.boot.service.AuthInfoService
-
根据用户编码查询角色编码
- queryRoleCodeByUserCode(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.AuthInfoServiceImpl
-
根据用户编码查询角色编码
R
- rememberMeCookie() - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootAutoConfiguration
-
rememberMeCookie Bean
- rememberMeManager(SimpleCookie) - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootAutoConfiguration
-
rememberMeManager Bean
- removeFun(String) - 接口 中的方法com.naivete.framework.admin.boot.service.FunctionService
-
根据编码删除功能
- removeFun(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.FunctionServiceImpl
-
根据编码删除功能
- removeRoleByRoleCode(String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
根据角色编码删除角色信息
1、角色表
2、角色功能映射表
- removeRoleByRoleCode(String) - 接口 中的方法com.naivete.framework.admin.boot.service.RoleService
-
根据角色编码删除角色信息
1、角色表
2、角色功能映射表
- RoleController - com.naivete.framework.admin.boot.controller中的类
-
角色管理Controller
- RoleController() - 类 的构造器com.naivete.framework.admin.boot.controller.RoleController
-
- RoleDAO - com.naivete.framework.admin.boot.dao中的接口
-
角色表DAO,包含增删差改,只对单表操作
- RoleDO - com.naivete.framework.admin.boot.model中的类
-
角色表DO
- RoleDO() - 类 的构造器com.naivete.framework.admin.boot.model.RoleDO
-
- RoleService - com.naivete.framework.admin.boot.service中的接口
-
角色服务接口
- RoleServiceImpl - com.naivete.framework.admin.boot.service.impl中的类
-
角色服务接口
- RoleServiceImpl() - 类 的构造器com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
- RoleTree - com.naivete.framework.admin.boot.model中的类
-
角色树
- RoleTree() - 类 的构造器com.naivete.framework.admin.boot.model.RoleTree
-
S
- saveFun(HttpServletRequest, FunctionDO) - 类 中的方法com.naivete.framework.admin.boot.controller.MenuController
-
保存
- saveRole(HttpServletRequest, RoleDO) - 类 中的方法com.naivete.framework.admin.boot.controller.RoleController
-
保存角色
- saveRoleMapping(String[], String) - 类 中的方法com.naivete.framework.admin.boot.controller.RoleController
-
保存角色权限映射
- saveRoleMapping(String[], String) - 类 中的方法com.naivete.framework.admin.boot.controller.UserController
-
保存用户角色映射
- saveRoleMapping(String[], String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.RoleServiceImpl
-
保存角色权限映射
- saveRoleMapping(String[], String) - 接口 中的方法com.naivete.framework.admin.boot.service.RoleService
-
保存角色权限映射
- saveUserRoleMapping(String[], String) - 类 中的方法com.naivete.framework.admin.boot.service.impl.UserServiceImpl
-
保存用户角色映射
- saveUserRoleMapping(String[], String) - 接口 中的方法com.naivete.framework.admin.boot.service.UserService
-
保存用户角色映射
- securityManager(CookieRememberMeManager, AuthorizingRealm) - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootAutoConfiguration
-
SecurityManager
- selectAll() - 接口 中的方法com.naivete.framework.admin.boot.dao.FunctionDAO
-
查询所有的功能
- selectAll() - 接口 中的方法com.naivete.framework.admin.boot.dao.RoleDAO
-
查询所有角色
- selectAllChild(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.FunctionDAO
-
查询所有子功能
- selectListByFunctionCode(List<String>) - 接口 中的方法com.naivete.framework.admin.boot.dao.FunctionDAO
-
根据功能编码集合查询功能集合
- selectListByRoleCode(List<String>) - 接口 中的方法com.naivete.framework.admin.boot.dao.FunctionRoleMappingDAO
-
根据角色编码集合查询功能编码
- selectListByRoleCode(List<String>) - 接口 中的方法com.naivete.framework.admin.boot.dao.RoleDAO
-
根据角色编码集合查询角色集合
- selectListByUserCode(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.UserRoleMappingDAO
-
根据用户编码查询角色编码
- selectMostBigRoleCode() - 接口 中的方法com.naivete.framework.admin.boot.dao.RoleDAO
-
查询角色编码最大的一条角色信息
- selectOneByLogin(UserDO) - 接口 中的方法com.naivete.framework.admin.boot.dao.UserDAO
-
登录验证
- selectOneByUserCode(String) - 接口 中的方法com.naivete.framework.admin.boot.dao.UserDAO
-
根据编码查询用户信息
- setAnons(String[]) - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootProperteis
-
- setChildren(List<MenuTree>) - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
设置 下级
- setCipherKey(String) - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootProperteis
-
- setCode(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 编码
- setCreateDate(Date) - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
设置 创建时间
- setCreateDate(Date) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 创建时间
- setCreateUser(String) - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
设置 创建人
- setData(Data) - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
设置 数据
- setData(Data) - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
设置 数据
- setEmail(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 邮箱
- setFunctionCode(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionRoleMappingDO
-
设置 功能编码
- setFunctionList(List<FunctionDO>) - 类 中的方法com.naivete.framework.admin.boot.model.AuthInfoDO
-
设置 用户权限
- setIcon(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 图标
- setIcon(String) - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
设置 树图标
- setIcon(String) - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
设置 树图标
- setId(Long) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 主键ID
- setId(Long) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionRoleMappingDO
-
设置 主键ID
- setId(String) - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
设置 id即功能编码
- setId(Long) - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
设置 主键ID
- setId(String) - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
设置 id即功能编码
- setId(Long) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 主键ID
- setId(Long) - 类 中的方法com.naivete.framework.admin.boot.model.UserRoleMappingDO
-
设置 主键ID
- setIsActive(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 是否有效
- setLevel(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 级别
- setMaxAge(Integer) - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootProperteis
-
- setModifyDate(Date) - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
设置 修改时间
- setModifyDate(Date) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 修改时间
- setModifyUser(String) - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
设置 修改人
- setName(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 名称
- setParentCode(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 父编码
- setParentName(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 父名称
- setPassword(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 密码
- setProfile(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 头像
- setRemark(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 描述
- setRemark(String) - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
设置 备注
- setRoleCode(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionRoleMappingDO
-
设置 角色编码
- setRoleCode(String) - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
设置 角色编码
- setRoleCode(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserRoleMappingDO
-
设置 角色编码
- setRoleList(List<RoleDO>) - 类 中的方法com.naivete.framework.admin.boot.model.AuthInfoDO
-
设置 用户角色
- setRoleName(String) - 类 中的方法com.naivete.framework.admin.boot.model.RoleDO
-
设置 角色名称
- setSign(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 签名
- setState(State) - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
设置 状态
- setState(State) - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
设置 状态
- setText(String) - 类 中的方法com.naivete.framework.admin.boot.model.MenuTree
-
设置 树名称
- setText(String) - 类 中的方法com.naivete.framework.admin.boot.model.RoleTree
-
设置 树名称
- setType(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 类型
- setUrl(String) - 类 中的方法com.naivete.framework.admin.boot.model.FunctionDO
-
设置 地址
- setUser(UserDO) - 类 中的方法com.naivete.framework.admin.boot.model.AuthInfoDO
-
设置 用户信息
- setUserCode(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 用户编码
- setUserCode(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserRoleMappingDO
-
设置 用户编码
- setUserName(String) - 类 中的方法com.naivete.framework.admin.boot.model.UserDO
-
设置 用户名称
- shiroDialect() - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootAutoConfiguration
-
ShiroDialect,为了在thymeleaf里使用shiro的标签的bean
- shiroFilter(SecurityManager) - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootAutoConfiguration
-
ShiroFilterFactoryBean 处理拦截资源文件问题。
- shiroRealm(CacheManager) - 类 中的方法com.naivete.framework.admin.boot.config.AdminBootAutoConfiguration
-
shiroRealm Bean
- ShiroRealm - com.naivete.framework.admin.boot.config中的类
-
realm实现类,用于实现具体的验证和授权方法
- ShiroRealm() - 类 的构造器com.naivete.framework.admin.boot.config.ShiroRealm
-
T
- toIndex() - 类 中的方法com.naivete.framework.admin.boot.controller.JumpController
-
跳转到首页
- toLogin() - 类 中的方法com.naivete.framework.admin.boot.controller.JumpController
-
跳转到登陆页面
- toMain() - 类 中的方法com.naivete.framework.admin.boot.controller.JumpController
-
跳转到主页
- toMenu() - 类 中的方法com.naivete.framework.admin.boot.controller.JumpController
-
跳转到菜单管理界面
- toRole() - 类 中的方法com.naivete.framework.admin.boot.controller.JumpController
-
跳转到角色管理界面
- toUser() - 类 中的方法com.naivete.framework.admin.boot.controller.JumpController
-
跳转到用户管理界面
U
- UserActiveStatusConstants - com.naivete.framework.admin.boot.constants中的类
-
用户启用状态枚举
- UserActiveStatusConstants() - 类 的构造器com.naivete.framework.admin.boot.constants.UserActiveStatusConstants
-
- UserController - com.naivete.framework.admin.boot.controller中的类
-
用户管理Controller
- UserController() - 类 的构造器com.naivete.framework.admin.boot.controller.UserController
-
- UserDAO - com.naivete.framework.admin.boot.dao中的接口
-
用户表DAO,包含增删差改,只对单表操作
- UserDO - com.naivete.framework.admin.boot.model中的类
-
用户表DO
- UserDO() - 类 的构造器com.naivete.framework.admin.boot.model.UserDO
-
- UserRoleMappingDAO - com.naivete.framework.admin.boot.dao中的接口
-
用户角色映射表DAO,包含增删差改,只对单表操作
- UserRoleMappingDO - com.naivete.framework.admin.boot.model中的类
-
用户角色映射表DO
- UserRoleMappingDO() - 类 的构造器com.naivete.framework.admin.boot.model.UserRoleMappingDO
-
- UserService - com.naivete.framework.admin.boot.service中的接口
-
用户服务接口
- UserServiceImpl - com.naivete.framework.admin.boot.service.impl中的类
-
用户服务接口
- UserServiceImpl() - 类 的构造器com.naivete.framework.admin.boot.service.impl.UserServiceImpl
-
Y
- Y - 类 中的静态变量com.naivete.framework.admin.boot.constants.UserActiveStatusConstants
-
A B C D E F G H I J L M N Q R S T U Y
Copyright © 2018. All rights reserved.