Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V X Y 

A

AbstractLogAop - Class in io.geekidea.springbootplus.core.aop
Controller Aop 抽象类 获取响应结果信息
AbstractLogAop() - Constructor for class io.geekidea.springbootplus.core.aop.AbstractLogAop
 
addFooBar(FooBar) - Method in class io.geekidea.springbootplus.foobar.controller.FooBarController
添加FooBar
addInterceptors(InterceptorRegistry) - Method in class io.geekidea.springbootplus.core.config.SpringBootPlusWebMvcConfig
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class io.geekidea.springbootplus.core.config.SpringBootPlusWebMvcConfig
 
addSysDepartment(SysDepartment) - Method in class io.geekidea.springbootplus.system.controller.SysDepartmentController
添加部门
addSysLog(SysLog) - Method in class io.geekidea.springbootplus.system.controller.SysLogController
添加系统日志
addSysPermission(SysPermission) - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
添加系统权限
addSysRole(AddSysRoleParam) - Method in class io.geekidea.springbootplus.system.controller.SysRoleController
添加系统角色
AddSysRoleParam - Class in io.geekidea.springbootplus.system.param.sysrole
添加角色
AddSysRoleParam() - Constructor for class io.geekidea.springbootplus.system.param.sysrole.AddSysRoleParam
 
addSysRoleParamToSysRole(AddSysRoleParam) - Method in interface io.geekidea.springbootplus.system.convert.SysRoleConvert
AddSysRoleParam转SysRole
addSysUser(SysUser) - Method in class io.geekidea.springbootplus.system.controller.SysUserController
添加系统用户
ADMIN_LOGIN - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
 
ADMIN_ROLE_NAME - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
管理员角色名称
AnsiUtil - Class in io.geekidea.springbootplus.util
 
AnsiUtil() - Constructor for class io.geekidea.springbootplus.util.AnsiUtil
 
AopConfig() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusAopProperties.AopConfig
 
ApiCode - Enum in io.geekidea.springbootplus.common.api
REST API 响应码
ApiController - Class in io.geekidea.springbootplus.common.api
ApiResultEST API 公共控制器
ApiController() - Constructor for class io.geekidea.springbootplus.common.api.ApiController
 
ApiDocController - Class in io.geekidea.springbootplus.common.controller
Api文档
ApiDocController() - Constructor for class io.geekidea.springbootplus.common.controller.ApiDocController
 
ApiResult<T> - Class in io.geekidea.springbootplus.common.api
REST API 返回结果
ApiResult() - Constructor for class io.geekidea.springbootplus.common.api.ApiResult
 
argsArrayToJsonString(Object[]) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
请求参数拼装
Assert - Class in io.geekidea.springbootplus.common.api
REST API 业务断言
参考:org.junit.Assert
Assert() - Constructor for class io.geekidea.springbootplus.common.api.Assert
 
authenticationExceptionHandler(AuthenticationException) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
登陆授权异常处理
authenticator(LoginRedisService) - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
 
authorizationAttributeSourceAdvisor(SecurityManager) - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
 

B

BASE64_PREFIX - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
base64前缀
BaseController - Class in io.geekidea.springbootplus.common.controller
 
BaseController() - Constructor for class io.geekidea.springbootplus.common.controller.BaseController
 
BaseEntity - Class in io.geekidea.springbootplus.common.entity
实体父类
BaseEntity() - Constructor for class io.geekidea.springbootplus.common.entity.BaseEntity
 
BaseService<T> - Interface in io.geekidea.springbootplus.common.service
 
BaseServiceImpl<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,T> - Class in io.geekidea.springbootplus.common.service.impl
 
BaseServiceImpl() - Constructor for class io.geekidea.springbootplus.common.service.impl.BaseServiceImpl
 
BaseTypeStateEnum - Interface in io.geekidea.springbootplus.common.enums
 
BrowserUtil - Class in io.geekidea.springbootplus.util
浏览器工具类
1.获取当前浏览器名称 2.判断当前用户的浏览器
build(String, String, String, long) - Static method in class io.geekidea.springbootplus.shiro.jwt.JwtToken
 
build() - Method in class io.geekidea.springbootplus.util.MapUtil
 
builder() - Static method in class io.geekidea.springbootplus.util.MapUtil
 
BusinessException - Exception in io.geekidea.springbootplus.common.exception
业务异常
BusinessException(String) - Constructor for exception io.geekidea.springbootplus.common.exception.BusinessException
 
BusinessException(Integer, String) - Constructor for exception io.geekidea.springbootplus.common.exception.BusinessException
 

C

CacheKey - Interface in io.geekidea.springbootplus.constant
 
cacheLoginInfo(JwtToken, LoginSysUserVo) - Method in class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
key-value: 有过期时间-->token过期时间 1.
cacheLoginInfo(JwtToken, LoginSysUserVo) - Method in interface io.geekidea.springbootplus.shiro.cache.LoginRedisService
缓存登陆信息
cacheManager(RedisConnectionFactory) - Method in class io.geekidea.springbootplus.config.RedisCacheConfig
 
checkDepartmentAndRole(Long, Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
checkDepartmentAndRole(Long, Long) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
检验部门和角色是否存在并且已启用
checkVerifyCode(String, String) - Method in class io.geekidea.springbootplus.shiro.service.impl.LoginServiceImpl
 
checkVerifyCode(String, String) - Method in interface io.geekidea.springbootplus.shiro.service.LoginService
检查验证码是否正确
CHROME - Static variable in class io.geekidea.springbootplus.util.BrowserUtil
 
ClientInfo - Class in io.geekidea.springbootplus.shiro.vo
用户客户端信息对象
ClientInfo() - Constructor for class io.geekidea.springbootplus.shiro.vo.ClientInfo
 
ClientInfoUtil - Class in io.geekidea.springbootplus.util
用户客户端信息工具类
ClientInfoUtil() - Constructor for class io.geekidea.springbootplus.util.ClientInfoUtil
 
CommonConstant - Interface in io.geekidea.springbootplus.constant
常量
CommonIdName - Class in io.geekidea.springbootplus.common.vo
公共ID-NAME-VO对象
CommonIdName(String, String) - Constructor for class io.geekidea.springbootplus.common.vo.CommonIdName
 
CommonIdName() - Constructor for class io.geekidea.springbootplus.common.vo.CommonIdName
 
CommonRedisKey - Interface in io.geekidea.springbootplus.constant
redis key 常量
ContentTypeUtil - Class in io.geekidea.springbootplus.util
获取文件的内容类型 mime-type参考:https://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?revision=1752884&view=co
ContentTypeUtil() - Constructor for class io.geekidea.springbootplus.util.ContentTypeUtil
 
convert(String) - Method in class io.geekidea.springbootplus.config.converter.StringToDateConverter
 
convert(String) - Static method in class io.geekidea.springbootplus.config.converter.StringToDateUtil
convert(String) - Method in class io.geekidea.springbootplus.config.converter.StringToDoubleConverter
 
convert(String) - Static method in class io.geekidea.springbootplus.config.converter.StringToDoubleUtil
 
convert(String) - Method in class io.geekidea.springbootplus.config.converter.StringToIntegerConverter
 
convert(String) - Static method in class io.geekidea.springbootplus.config.converter.StringToIntegerUtil
 
ConverterConfig - Class in io.geekidea.springbootplus.config.converter
转换器配置
ConverterConfig() - Constructor for class io.geekidea.springbootplus.config.converter.ConverterConfig
 
convertSysPermissionTreeVoList(List<SysPermission>) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
convertSysPermissionTreeVoList(List<SysPermission>) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
转换权限列表为树形菜单
corsFilter(SpringBootPlusCorsProperties) - Method in class io.geekidea.springbootplus.core.config.SpringBootPlusCorsConfig
CORS跨域设置
createRestApi() - Method in class io.geekidea.springbootplus.config.Swagger2Config
 
createToken(ServletRequest, ServletResponse) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtFilter
将JWT Token包装成AuthenticationToken
credentialsMatcher() - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
 

D

DaoException - Exception in io.geekidea.springbootplus.common.exception
DAO异常
DaoException(String) - Constructor for exception io.geekidea.springbootplus.common.exception.DaoException
 
DaoException(Integer, String) - Constructor for exception io.geekidea.springbootplus.common.exception.DaoException
 
DatePattern - Interface in io.geekidea.springbootplus.constant
日期格式常量
DateUtil - Class in io.geekidea.springbootplus.util
 
DateUtil() - Constructor for class io.geekidea.springbootplus.util.DateUtil
 
DEFAULT_HEAD_URL - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
默认头像
DEFAULT_PAGE_INDEX - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
默认页码为1
DEFAULT_PAGE_SIZE - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
默认页大小为10
DefaultDownloadHandler() - Constructor for class io.geekidea.springbootplus.util.DownloadUtil.DefaultDownloadHandler
 
defaultOrder(OrderItem) - Method in class io.geekidea.springbootplus.common.param.OrderQueryParam
 
defaultOrders(List<OrderItem>) - Method in class io.geekidea.springbootplus.common.param.OrderQueryParam
 
DefaultUploadFileNameHandleImpl() - Constructor for class io.geekidea.springbootplus.util.UploadUtil.DefaultUploadFileNameHandleImpl
 
delegatingFilterProxy() - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
ShiroFilter配置
deleteFooBar(Long) - Method in class io.geekidea.springbootplus.foobar.controller.FooBarController
删除FooBar
deleteFooBar(Long) - Method in interface io.geekidea.springbootplus.foobar.service.FooBarService
删除
deleteFooBar(Long) - Method in class io.geekidea.springbootplus.foobar.service.impl.FooBarServiceImpl
 
deleteLoginInfo(String, String) - Method in class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
 
deleteLoginInfo(String, String) - Method in interface io.geekidea.springbootplus.shiro.cache.LoginRedisService
删除对应用户的Redis缓存
deleteQuietly(String, String) - Static method in class io.geekidea.springbootplus.util.UploadUtil
删除删除的文件
deleteSysDepartment(Long) - Method in class io.geekidea.springbootplus.system.controller.SysDepartmentController
删除部门
deleteSysDepartment(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
deleteSysDepartment(Long) - Method in interface io.geekidea.springbootplus.system.service.SysDepartmentService
删除
deleteSysLog(IdParam) - Method in class io.geekidea.springbootplus.system.controller.SysLogController
删除系统日志
deleteSysPermission(Long) - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
删除系统权限
deleteSysPermission(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
deleteSysPermission(Long) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
删除
deleteSysRole(Long) - Method in class io.geekidea.springbootplus.system.controller.SysRoleController
删除系统角色
deleteSysRole(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysRoleServiceImpl
 
deleteSysRole(Long) - Method in interface io.geekidea.springbootplus.system.service.SysRoleService
删除
deleteSysRolePermissionByRoleId(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysRolePermissionServiceImpl
 
deleteSysRolePermissionByRoleId(Long) - Method in interface io.geekidea.springbootplus.system.service.SysRolePermissionService
根据角色id删除关联的权限关系
deleteSysUser(Long) - Method in class io.geekidea.springbootplus.system.controller.SysUserController
删除系统用户
deleteSysUser(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
deleteSysUser(Long) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
删除
deleteUserAllCache(String) - Method in class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
 
deleteUserAllCache(String) - Method in interface io.geekidea.springbootplus.shiro.cache.LoginRedisService
删除用户所有登陆缓存
deserialize(JsonParser, DeserializationContext) - Method in class io.geekidea.springbootplus.common.xss.XssJacksonDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.geekidea.springbootplus.config.json.jackson.deserializer.JacksonDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.geekidea.springbootplus.config.json.jackson.deserializer.JacksonDoubleDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.geekidea.springbootplus.config.json.jackson.deserializer.JacksonLocalDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class io.geekidea.springbootplus.config.json.jackson.serializer.JacksonIntegerDeserializer
 
destroy() - Method in class io.geekidea.springbootplus.common.xss.XssFilter
 
destroy() - Method in class io.geekidea.springbootplus.filter.RequestPathFilter
 
DeviceInfo - Class in io.geekidea.springbootplus.shiro.vo
设备信息
DeviceInfo() - Constructor for class io.geekidea.springbootplus.shiro.vo.DeviceInfo
 
doAround(ProceedingJoinPoint) - Method in class io.geekidea.springbootplus.aop.LogAop
 
doAround(ProceedingJoinPoint) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
环绕通知 方法执行前打印请求参数信息 方法执行后打印响应结果信息
doCredentialsMatch(AuthenticationToken, AuthenticationInfo) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtCredentialsMatcher
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.geekidea.springbootplus.common.xss.XssFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.geekidea.springbootplus.filter.RequestPathFilter
 
doGetAuthenticationInfo(AuthenticationToken) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtRealm
登陆认证
doGetAuthorizationInfo(PrincipalCollection) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtRealm
授权认证,设置角色/权限信息
download(String, HttpServletResponse) - Method in class io.geekidea.springbootplus.resource.controller.DownloadController
下载文件
download(String, String, List<String>, HttpServletResponse) - Static method in class io.geekidea.springbootplus.util.DownloadUtil
下载文件,使用默认下载处理器
download(String, String, List<String>, HttpServletResponse, DownloadUtil.DownloadHandler) - Static method in class io.geekidea.springbootplus.util.DownloadUtil
下载文件,使用自定义下载处理器
DownloadController - Class in io.geekidea.springbootplus.resource.controller
下载控制器
DownloadController() - Constructor for class io.geekidea.springbootplus.resource.controller.DownloadController
 
downloadInterceptor() - Method in class io.geekidea.springbootplus.core.config.SpringBootPlusWebMvcConfig
下载拦截器
DownloadInterceptor - Class in io.geekidea.springbootplus.resource.interceptor
下载拦截器
DownloadInterceptor() - Constructor for class io.geekidea.springbootplus.resource.interceptor.DownloadInterceptor
 
DownloadUtil - Class in io.geekidea.springbootplus.util
文件下载工具类
DownloadUtil() - Constructor for class io.geekidea.springbootplus.util.DownloadUtil
 
DownloadUtil.DefaultDownloadHandler - Class in io.geekidea.springbootplus.util
 
DownloadUtil.DownloadHandler - Interface in io.geekidea.springbootplus.util
 

E

encrypt(String, String) - Static method in class io.geekidea.springbootplus.util.PasswordUtil
密码加盐,再加密
entityToTreeVo(SysDepartment) - Method in interface io.geekidea.springbootplus.system.convert.SysDepartmentConvert
SysDepartment转换成SysDepartmentTreeVo对象
EnumType - Annotation Type in io.geekidea.springbootplus.common.constraints
枚举类型注解
EnumTypeValidator - Class in io.geekidea.springbootplus.common.constraints
自定义系统内的枚举验证注解实现类
EnumTypeValidator() - Constructor for class io.geekidea.springbootplus.common.constraints.EnumTypeValidator
 
EnumUtil - Class in io.geekidea.springbootplus.util
枚举工具类
EnumUtil() - Constructor for class io.geekidea.springbootplus.util.EnumUtil
 
eq(Object, Object, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
obj1 eq obj2
exceptionHandler(Exception) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
默认的异常处理
exists(String) - Method in class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
 
exists(String) - Method in interface io.geekidea.springbootplus.shiro.cache.LoginRedisService
判断token在redis中是否存在
exists(Class<?>, Integer) - Static method in class io.geekidea.springbootplus.util.EnumUtil
判断key在枚举中是否存在
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class io.geekidea.springbootplus.config.json.fastjson.FastJsonMvcConfig
 
extendMessageConverters(List<HttpMessageConverter<?>>) - Method in class io.geekidea.springbootplus.config.json.jackson.JacksonConfig
 

F

fail(String) - Method in class io.geekidea.springbootplus.common.api.ApiController
请求失败
fail(ApiCode) - Method in class io.geekidea.springbootplus.common.api.ApiController
请求失败
fail(ApiCode) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
fail(String) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
fail(ApiCode, Object) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
fail(String, Object) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
fail() - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
fail(IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
失败结果
fail(boolean, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
fail(String) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
fail(boolean, String) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
FastJsonMvcConfig - Class in io.geekidea.springbootplus.config.json.fastjson
 
FastJsonMvcConfig() - Constructor for class io.geekidea.springbootplus.config.json.fastjson.FastJsonMvcConfig
 
fieldCustom() - Method in class io.geekidea.springbootplus.generator.config.SpringBootPlusMySqlQuery
 
FilterConfig() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusFilterProperties.FilterConfig
 
findChildren(SysDepartmentTreeVo, List<SysDepartmentTreeVo>) - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
递归获取树形结果列表
FIREFOX - Static variable in class io.geekidea.springbootplus.util.BrowserUtil
 
FooBar - Class in io.geekidea.springbootplus.foobar.entity
FooBar
FooBar() - Constructor for class io.geekidea.springbootplus.foobar.entity.FooBar
 
FooBarController - Class in io.geekidea.springbootplus.foobar.controller
FooBar 前端控制器
FooBarController() - Constructor for class io.geekidea.springbootplus.foobar.controller.FooBarController
 
FooBarMapper - Interface in io.geekidea.springbootplus.foobar.mapper
FooBar Mapper 接口
FooBarQueryParam - Class in io.geekidea.springbootplus.foobar.param
FooBar 查询参数对象
FooBarQueryParam() - Constructor for class io.geekidea.springbootplus.foobar.param.FooBarQueryParam
 
FooBarQueryVo - Class in io.geekidea.springbootplus.foobar.vo
FooBar 查询结果对象
FooBarQueryVo() - Constructor for class io.geekidea.springbootplus.foobar.vo.FooBarQueryVo
 
FooBarService - Interface in io.geekidea.springbootplus.foobar.service
FooBar 服务类
FooBarServiceImpl - Class in io.geekidea.springbootplus.foobar.service.impl
FooBar 服务实现类
FooBarServiceImpl() - Constructor for class io.geekidea.springbootplus.foobar.service.impl.FooBarServiceImpl
 
formatRequestInfo(Map<String, Object>) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
格式化请求信息
formatResponseInfo(ApiResult) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
格式化响应信息
formatStr_yyyy - Static variable in class io.geekidea.springbootplus.util.DateUtil
 
formatStr_yyyy_MM_dd - Static variable in class io.geekidea.springbootplus.util.DateUtil
 
formatStr_yyyyMMdd - Static variable in class io.geekidea.springbootplus.util.DateUtil
 
formatStr_yyyyMMddDelimiter - Static variable in class io.geekidea.springbootplus.util.DateUtil
 
formatStr_yyyyMMddHH - Static variable in class io.geekidea.springbootplus.util.DateUtil
 
formatStr_yyyyMMddHHmm - Static variable in class io.geekidea.springbootplus.util.DateUtil
 
formatStr_yyyyMMddHHmmss - Static variable in class io.geekidea.springbootplus.util.DateUtil
 
formatStr_yyyyMMddHHmmssS - Static variable in class io.geekidea.springbootplus.util.DateUtil
 
formatStr_yyyyMMddHHmmssS_ - Static variable in class io.geekidea.springbootplus.util.DateUtil
 

G

ge(Integer, Integer, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
num1大于等于num2
generateFirstLoginRestPwdToken() - Static method in class io.geekidea.springbootplus.util.TokenUtil
 
generateSalt() - Static method in class io.geekidea.springbootplus.shiro.util.SaltUtil
生成32位随机盐
generateToken(String, String, Duration) - Static method in class io.geekidea.springbootplus.shiro.util.JwtUtil
生成JWT Token
generateVerificationCodeToken() - Static method in class io.geekidea.springbootplus.util.TokenUtil
生成验证码token
get(HttpServletRequest) - Static method in class io.geekidea.springbootplus.util.ClientInfoUtil
获取用户客户端信息
get(String) - Static method in class io.geekidea.springbootplus.util.ClientInfoUtil
获取用户客户端信息
getAllDepartmentList() - Method in class io.geekidea.springbootplus.system.controller.SysDepartmentController
获取所有部门列表
getAllDepartmentList() - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
getAllDepartmentList() - Method in interface io.geekidea.springbootplus.system.service.SysDepartmentService
获取所有可用的部门列表
getAllDepartmentTree() - Method in class io.geekidea.springbootplus.system.controller.SysDepartmentController
获取所有部门的树形列表
getAllDepartmentTree() - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
getAllDepartmentTree() - Method in interface io.geekidea.springbootplus.system.service.SysDepartmentService
获取所有可用的部门树形列表
getAllMenuList() - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
获取所有菜单列表
getAllMenuList() - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
getAllMenuList() - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
获取所有菜单列表
getAllMenuTree() - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
获取获取菜单树形列表
getAllMenuTree() - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
getAllMenuTree() - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
获取获取菜单树形列表
getAnsi(Ansi.Color, String) - Static method in class io.geekidea.springbootplus.util.AnsiUtil
 
getAnsi(Ansi.Color, String, boolean) - Static method in class io.geekidea.springbootplus.util.AnsiUtil
 
getApiCode(int) - Static method in enum io.geekidea.springbootplus.common.api.ApiCode
 
getApplicationContext() - Static method in class io.geekidea.springbootplus.util.SpringContextUtil
 
getBean(String) - Static method in class io.geekidea.springbootplus.util.SpringContextUtil
 
getBean(Class<T>) - Static method in class io.geekidea.springbootplus.util.SpringContextUtil
 
getBean(String, Class<T>) - Static method in class io.geekidea.springbootplus.util.SpringContextUtil
 
getCode() - Method in enum io.geekidea.springbootplus.common.api.ApiCode
 
getCode(HttpServletResponse) - Method in class io.geekidea.springbootplus.system.controller.VerificationCodeController
获取图片Base64验证码
getContentType(File) - Static method in class io.geekidea.springbootplus.util.ContentTypeUtil
获取文件内容类型
getCredentials() - Method in class io.geekidea.springbootplus.shiro.jwt.JwtToken
 
getCurrent(HttpServletRequest) - Static method in class io.geekidea.springbootplus.util.BrowserUtil
获取当前浏览器名称
getDeviceInfo(String) - Static method in class io.geekidea.springbootplus.util.ClientInfoUtil
获取移动端用户设备的名称和机型
getEnum(Class<?>, Integer) - Static method in class io.geekidea.springbootplus.util.EnumUtil
通过key获取name
getErrorPath() - Method in class io.geekidea.springbootplus.common.exception.GlobalErrorController
 
getExpireDate(String) - Static method in class io.geekidea.springbootplus.shiro.util.JwtUtil
获取过期时间
getFooBar(Long) - Method in class io.geekidea.springbootplus.foobar.controller.FooBarController
获取FooBar
getFooBarById(Serializable) - Method in interface io.geekidea.springbootplus.foobar.mapper.FooBarMapper
根据ID获取查询对象
getFooBarById(Serializable) - Method in interface io.geekidea.springbootplus.foobar.service.FooBarService
根据ID获取查询对象
getFooBarById(Serializable) - Method in class io.geekidea.springbootplus.foobar.service.impl.FooBarServiceImpl
 
getFooBarPageList(FooBarQueryParam) - Method in class io.geekidea.springbootplus.foobar.controller.FooBarController
FooBar分页列表
getFooBarPageList(Page, FooBarQueryParam) - Method in interface io.geekidea.springbootplus.foobar.mapper.FooBarMapper
获取分页对象
getFooBarPageList(FooBarQueryParam) - Method in interface io.geekidea.springbootplus.foobar.service.FooBarService
获取分页对象
getFooBarPageList(FooBarQueryParam) - Method in class io.geekidea.springbootplus.foobar.service.impl.FooBarServiceImpl
 
getId() - Method in class io.geekidea.springbootplus.common.vo.CommonIdName
 
getImage(String, HttpServletResponse) - Method in class io.geekidea.springbootplus.resource.controller.ResourceController
访问图片
getImage(HttpServletResponse) - Method in class io.geekidea.springbootplus.system.controller.VerificationCodeController
获取验证码
getImage() - Method in class io.geekidea.springbootplus.util.VerificationCode
获取验证码图片的方法
getIpById(Serializable) - Method in interface io.geekidea.springbootplus.system.mapper.IpMapper
根据ID获取查询对象
getIpById(Serializable) - Method in class io.geekidea.springbootplus.system.service.impl.IpServiceImpl
 
getIpById(Serializable) - Method in interface io.geekidea.springbootplus.system.service.IpService
根据ID获取查询对象
getIpPageList(Page, IpQueryParam) - Method in interface io.geekidea.springbootplus.system.mapper.IpMapper
获取分页对象
getIpPageList(IpQueryParam) - Method in class io.geekidea.springbootplus.system.service.impl.IpServiceImpl
 
getIpPageList(IpQueryParam) - Method in interface io.geekidea.springbootplus.system.service.IpService
获取分页对象
getIssuedAt(String) - Static method in class io.geekidea.springbootplus.shiro.util.JwtUtil
获取创建时间
getJsonForParamMap(Map<String, String[]>) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
获取参数Map的JSON字符串
getJwtInfo(String) - Static method in class io.geekidea.springbootplus.shiro.util.JwtUtil
解析token,获取token数据
getKey() - Method in interface io.geekidea.springbootplus.common.enums.BaseTypeStateEnum
 
getKey() - Method in enum io.geekidea.springbootplus.enums.LevelEnum
 
getKey() - Method in enum io.geekidea.springbootplus.enums.StateEnum
 
getLocalhostIp() - Static method in class io.geekidea.springbootplus.util.IpUtil
 
getLoginSysUserRedisVo(String) - Method in class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
 
getLoginSysUserRedisVo(String) - Method in interface io.geekidea.springbootplus.shiro.cache.LoginRedisService
通过用户名,从缓存中获取登陆用户LoginSysUserRedisVo
getLoginSysUserRedisVo() - Static method in class io.geekidea.springbootplus.shiro.util.LoginUtil
获取当前登陆用户对象
getLoginSysUserVo(String) - Method in class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
 
getLoginSysUserVo(String) - Method in interface io.geekidea.springbootplus.shiro.cache.LoginRedisService
 
getMenuListByUserId(Long) - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
根据用户id获取菜单列表
getMenuListByUserId(Long) - Method in interface io.geekidea.springbootplus.system.mapper.SysPermissionMapper
根据用户id获取菜单列表
getMenuListByUserId(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
getMenuListByUserId(Long) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
根据用户id获取菜单列表
getMenuTreeByUserId(Long) - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
根据用户id获取菜单树形列表
getMenuTreeByUserId(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
getMenuTreeByUserId(Long) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
根据用户id获取菜单树形列表
getMsg() - Method in enum io.geekidea.springbootplus.common.api.ApiCode
 
getName() - Method in class io.geekidea.springbootplus.common.param.NameParam
 
getName() - Method in class io.geekidea.springbootplus.common.vo.CommonIdName
 
getParameter(String) - Method in class io.geekidea.springbootplus.common.xss.XssHttpServletRequestWrapper
 
getParameterValues(String) - Method in class io.geekidea.springbootplus.common.xss.XssHttpServletRequestWrapper
 
getPermissionCodesByRoleId(Long) - Method in interface io.geekidea.springbootplus.system.mapper.SysRolePermissionMapper
根据角色id获取可用的权限编码
getPermissionCodesByRoleId(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysRolePermissionServiceImpl
 
getPermissionCodesByRoleId(Long) - Method in interface io.geekidea.springbootplus.system.service.SysRolePermissionService
根据角色id获取可用的权限编码
getPermissionCodesByUserId(Long) - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
根据用户id获取该用户所有权限编码
getPermissionCodesByUserId(Long) - Method in interface io.geekidea.springbootplus.system.mapper.SysPermissionMapper
根据用户id获取该用户所有权限编码
getPermissionCodesByUserId(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
getPermissionCodesByUserId(Long) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
根据用户id获取该用户所有权限编码
getPermissionIdsByRoleId(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysRolePermissionServiceImpl
 
getPermissionIdsByRoleId(Long) - Method in interface io.geekidea.springbootplus.system.service.SysRolePermissionService
根据角色id获取权限id列表
getPrincipal() - Method in class io.geekidea.springbootplus.shiro.jwt.JwtToken
 
getQueryString() - Method in class io.geekidea.springbootplus.common.xss.XssHttpServletRequestWrapper
 
getRecords() - Method in class io.geekidea.springbootplus.common.vo.Paging
 
getRequest() - Method in class io.geekidea.springbootplus.common.controller.BaseController
获取当前请求
getRequest() - Static method in class io.geekidea.springbootplus.util.HttpServletRequestUtil
 
getRequestIp() - Static method in class io.geekidea.springbootplus.util.IpUtil
获取请求用户的IP地址
getRequestIp(HttpServletRequest) - Static method in class io.geekidea.springbootplus.util.IpUtil
获取请求用户的IP地址
getRequestParamJsonString(ProceedingJoinPoint, HttpServletRequest, String, String, boolean) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
获取请求参数JSON字符串
getResponse() - Method in class io.geekidea.springbootplus.common.controller.BaseController
获取当前请求
getSalt(String) - Method in class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
 
getSalt(String) - Method in interface io.geekidea.springbootplus.shiro.cache.LoginRedisService
通过用户名称获取盐值
getSalt(String, String) - Static method in class io.geekidea.springbootplus.shiro.util.SaltUtil
盐值包装
getSalt(String, JwtProperties) - Static method in class io.geekidea.springbootplus.shiro.util.SaltUtil
加工盐值
getSysDepartment(Long) - Method in class io.geekidea.springbootplus.system.controller.SysDepartmentController
获取部门
getSysDepartmentById(Serializable) - Method in interface io.geekidea.springbootplus.system.mapper.SysDepartmentMapper
根据ID获取查询对象
getSysDepartmentById(Serializable) - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
getSysDepartmentById(Serializable) - Method in interface io.geekidea.springbootplus.system.service.SysDepartmentService
根据ID获取查询对象
getSysDepartmentPageList(SysDepartmentQueryParam) - Method in class io.geekidea.springbootplus.system.controller.SysDepartmentController
部门分页列表
getSysDepartmentPageList(Page, SysDepartmentQueryParam) - Method in interface io.geekidea.springbootplus.system.mapper.SysDepartmentMapper
获取分页对象
getSysDepartmentPageList(SysDepartmentQueryParam) - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
getSysDepartmentPageList(SysDepartmentQueryParam) - Method in interface io.geekidea.springbootplus.system.service.SysDepartmentService
获取分页对象
getSysLog(IdParam) - Method in class io.geekidea.springbootplus.system.controller.SysLogController
获取系统日志
getSysLogById(Serializable) - Method in interface io.geekidea.springbootplus.system.mapper.SysLogMapper
根据ID获取查询对象
getSysLogById(Serializable) - Method in class io.geekidea.springbootplus.system.service.impl.SysLogServiceImpl
 
getSysLogById(Serializable) - Method in interface io.geekidea.springbootplus.system.service.SysLogService
根据ID获取查询对象
getSysLogPageList(SysLogQueryParam) - Method in class io.geekidea.springbootplus.system.controller.SysLogController
系统日志分页列表
getSysLogPageList(Page, SysLogQueryParam) - Method in interface io.geekidea.springbootplus.system.mapper.SysLogMapper
获取分页对象
getSysLogPageList(SysLogQueryParam) - Method in class io.geekidea.springbootplus.system.service.impl.SysLogServiceImpl
 
getSysLogPageList(SysLogQueryParam) - Method in interface io.geekidea.springbootplus.system.service.SysLogService
获取分页对象
getSysPermission(Long) - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
获取系统权限
getSysPermissionById(Serializable) - Method in interface io.geekidea.springbootplus.system.mapper.SysPermissionMapper
根据ID获取查询对象
getSysPermissionById(Serializable) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
getSysPermissionById(Serializable) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
根据ID获取查询对象
getSysPermissionPageList(SysPermissionQueryParam) - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
系统权限分页列表
getSysPermissionPageList(Page, SysPermissionQueryParam) - Method in interface io.geekidea.springbootplus.system.mapper.SysPermissionMapper
获取分页对象
getSysPermissionPageList(SysPermissionQueryParam) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
getSysPermissionPageList(SysPermissionQueryParam) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
获取分页对象
getSysRole(Long) - Method in class io.geekidea.springbootplus.system.controller.SysRoleController
获取系统角色
getSysRoleById(Serializable) - Method in interface io.geekidea.springbootplus.system.mapper.SysRoleMapper
根据ID获取查询对象
getSysRoleById(Serializable) - Method in class io.geekidea.springbootplus.system.service.impl.SysRoleServiceImpl
 
getSysRoleById(Serializable) - Method in interface io.geekidea.springbootplus.system.service.SysRoleService
根据ID获取查询对象
getSysRolePageList(SysRoleQueryParam) - Method in class io.geekidea.springbootplus.system.controller.SysRoleController
系统角色分页列表
getSysRolePageList(Page, SysRoleQueryParam) - Method in interface io.geekidea.springbootplus.system.mapper.SysRoleMapper
获取分页对象
getSysRolePageList(SysRoleQueryParam) - Method in class io.geekidea.springbootplus.system.service.impl.SysRoleServiceImpl
 
getSysRolePageList(SysRoleQueryParam) - Method in interface io.geekidea.springbootplus.system.service.SysRoleService
获取分页对象
getSysRolePermissionById(Serializable) - Method in interface io.geekidea.springbootplus.system.mapper.SysRolePermissionMapper
根据ID获取查询对象
getSysRolePermissionPageList(Page, SysRolePermissionQueryParam) - Method in interface io.geekidea.springbootplus.system.mapper.SysRolePermissionMapper
获取分页对象
getSysUser(IdParam) - Method in class io.geekidea.springbootplus.resource.controller.UploadController
获取系统日志
getSysUser(Long) - Method in class io.geekidea.springbootplus.system.controller.SysUserController
获取系统用户
getSysUserById(Serializable) - Method in interface io.geekidea.springbootplus.system.mapper.SysUserMapper
根据ID获取查询对象
getSysUserById(Serializable) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
getSysUserById(Serializable) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
根据ID获取查询对象
getSysUserByUsername(String) - Method in class io.geekidea.springbootplus.shiro.service.impl.LoginServiceImpl
 
getSysUserByUsername(String) - Method in interface io.geekidea.springbootplus.shiro.service.LoginService
根据用户名获取系统用户对象
getSysUserPageList(SysUserQueryParam) - Method in class io.geekidea.springbootplus.system.controller.SysUserController
系统用户分页列表
getSysUserPageList(Page, SysUserQueryParam) - Method in interface io.geekidea.springbootplus.system.mapper.SysUserMapper
获取分页对象
getSysUserPageList(SysUserQueryParam) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
getSysUserPageList(SysUserQueryParam) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
获取分页对象
getText() - Method in class io.geekidea.springbootplus.util.VerificationCode
获取验证码文本的方法
getToken() - Static method in class io.geekidea.springbootplus.shiro.util.JwtTokenUtil
从请求头或者请求参数中
getToken(HttpServletRequest) - Static method in class io.geekidea.springbootplus.shiro.util.JwtTokenUtil
从请求头或者请求参数中
getTokenName() - Static method in class io.geekidea.springbootplus.shiro.util.JwtTokenUtil
获取token名称
getTotal() - Method in class io.geekidea.springbootplus.common.vo.Paging
 
getUserId() - Static method in class io.geekidea.springbootplus.shiro.util.LoginUtil
获取当前登陆用户的ID
getUsername(String) - Static method in class io.geekidea.springbootplus.shiro.util.JwtUtil
获取用户名
getUsername() - Static method in class io.geekidea.springbootplus.shiro.util.LoginUtil
获取当前登陆用户的账号
getUUID() - Static method in class io.geekidea.springbootplus.util.UUIDUtil
 
getValue() - Method in interface io.geekidea.springbootplus.common.enums.BaseTypeStateEnum
 
getValue() - Method in enum io.geekidea.springbootplus.enums.LevelEnum
 
getValue() - Method in enum io.geekidea.springbootplus.enums.StateEnum
 
getYYYYMMDDHHMMSS(Date) - Static method in class io.geekidea.springbootplus.util.DateUtil
 
geZero(Integer, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
大于等于O
GlobalErrorController - Class in io.geekidea.springbootplus.common.exception
全局Error/404处理
GlobalErrorController() - Constructor for class io.geekidea.springbootplus.common.exception.GlobalErrorController
 
GlobalExceptionHandler - Class in io.geekidea.springbootplus.common.exception
 
GlobalExceptionHandler() - Constructor for class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
 
gt(Integer, Integer, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
num1大于num2
gtZero(Integer, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
大于O

H

handle(ProceedingJoinPoint) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
 
handle(String, String, File, String, String, long) - Method in class io.geekidea.springbootplus.util.DownloadUtil.DefaultDownloadHandler
 
handle(String, String, File, String, String, long) - Method in interface io.geekidea.springbootplus.util.DownloadUtil.DownloadHandler
 
handle(String) - Method in class io.geekidea.springbootplus.util.UploadUtil.DefaultUploadFileNameHandleImpl
 
handle(String) - Method in interface io.geekidea.springbootplus.util.UploadUtil.UploadFileNameHandle
回调处理接口
handleError(HttpServletRequest, HttpServletResponse) - Method in class io.geekidea.springbootplus.common.exception.GlobalErrorController
 
handleMethodArgumentNotValidExceptionHandler(MethodArgumentNotValidException) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
非法参数验证异常
handleRequestInfo(Map<String, Object>) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
处理请求参数
handleResponseInfo(Object) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
处理响应结果
handleShiroAnnotationValue(Map<String, Object>, Method) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
获取Shiro注解值,并记录到map中
hello() - Method in class io.geekidea.springbootplus.resource.controller.UploadController
 
hello() - Method in class io.geekidea.springbootplus.scheduled.HelloScheduled
每小时执行一次
HelloScheduled - Class in io.geekidea.springbootplus.scheduled
Hello任务调度
HelloScheduled() - Constructor for class io.geekidea.springbootplus.scheduled.HelloScheduled
 
HelloWorldController - Class in io.geekidea.springbootplus.system.controller
Hello World Controller
HelloWorldController() - Constructor for class io.geekidea.springbootplus.system.controller.HelloWorldController
 
HH_mm - Static variable in interface io.geekidea.springbootplus.constant.DatePattern
时:分
HH_mm_ss - Static variable in interface io.geekidea.springbootplus.constant.DatePattern
时:分:秒
HH_mm_ss_S - Static variable in interface io.geekidea.springbootplus.constant.DatePattern
时:分:秒:毫秒
httpMediaTypeException(HttpMediaTypeException) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
HTTP
httpMessageNotReadableException(HttpMessageNotReadableException) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
HTTP解析请求参数异常
HttpServletRequestUtil - Class in io.geekidea.springbootplus.util
获取当前请求的HttpServletRequest对象
HttpServletRequestUtil() - Constructor for class io.geekidea.springbootplus.util.HttpServletRequestUtil
 
HttpServletResponseUtil - Class in io.geekidea.springbootplus.util
 

I

IdCard - Annotation Type in io.geekidea.springbootplus.common.constraints
自定义身份证号码正则验证注解
IdCardValidator - Class in io.geekidea.springbootplus.common.constraints
自定义身份证号码验证注解实现类
IdCardValidator() - Constructor for class io.geekidea.springbootplus.common.constraints.IdCardValidator
 
IdParam - Class in io.geekidea.springbootplus.common.param
 
IdParam() - Constructor for class io.geekidea.springbootplus.common.param.IdParam
 
IdStatusParam - Class in io.geekidea.springbootplus.common.param
 
IdStatusParam() - Constructor for class io.geekidea.springbootplus.common.param.IdStatusParam
 
IE - Static variable in class io.geekidea.springbootplus.util.BrowserUtil
 
IMAGE - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
图片
index() - Method in class io.geekidea.springbootplus.common.controller.IndexController
 
IndexController - Class in io.geekidea.springbootplus.common.controller
项目根路径提示信息
IndexController() - Constructor for class io.geekidea.springbootplus.common.controller.IndexController
 
INFO_PROJECT_VERSION - Static variable in class io.geekidea.springbootplus.core.properties.SpringBootPlusStaticProperties
 
init(FilterConfig) - Method in class io.geekidea.springbootplus.common.xss.XssFilter
 
init() - Method in class io.geekidea.springbootplus.core.config.SpringBootPlusWebMvcConfig
 
init() - Method in class io.geekidea.springbootplus.core.properties.SpringBootPlusStaticProperties
 
init(FilterConfig) - Method in class io.geekidea.springbootplus.filter.RequestPathFilter
 
init() - Method in class io.geekidea.springbootplus.util.RedisCacheUtil
将当前对象赋值给静态对象,调用spring组件: redisCacheUtil.redisTemplate.xxx()
INIT_PWD - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
初始密码
initialize(EnumType) - Method in class io.geekidea.springbootplus.common.constraints.EnumTypeValidator
 
initialize(IdCard) - Method in class io.geekidea.springbootplus.common.constraints.IdCardValidator
 
initialize(Phone) - Method in class io.geekidea.springbootplus.common.constraints.PhoneValidator
 
IniUtil - Class in io.geekidea.springbootplus.util
 
IniUtil() - Constructor for class io.geekidea.springbootplus.util.IniUtil
 
INSTANCE - Static variable in interface io.geekidea.springbootplus.shiro.convert.ShiroMapstructConvert
 
INSTANCE - Static variable in interface io.geekidea.springbootplus.system.convert.SysDepartmentConvert
 
INSTANCE - Static variable in interface io.geekidea.springbootplus.system.convert.SysPermissionConvert
 
INSTANCE - Static variable in interface io.geekidea.springbootplus.system.convert.SysRoleConvert
 
INSTANCE - Static variable in interface io.geekidea.springbootplus.system.convert.SysUserConvert
 
InterceptorConfig() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusInterceptorProperties.InterceptorConfig
 
io.geekidea.springbootplus - package io.geekidea.springbootplus
 
io.geekidea.springbootplus.aop - package io.geekidea.springbootplus.aop
 
io.geekidea.springbootplus.common.api - package io.geekidea.springbootplus.common.api
 
io.geekidea.springbootplus.common.constraints - package io.geekidea.springbootplus.common.constraints
 
io.geekidea.springbootplus.common.controller - package io.geekidea.springbootplus.common.controller
 
io.geekidea.springbootplus.common.entity - package io.geekidea.springbootplus.common.entity
 
io.geekidea.springbootplus.common.enums - package io.geekidea.springbootplus.common.enums
 
io.geekidea.springbootplus.common.exception - package io.geekidea.springbootplus.common.exception
 
io.geekidea.springbootplus.common.param - package io.geekidea.springbootplus.common.param
 
io.geekidea.springbootplus.common.service - package io.geekidea.springbootplus.common.service
 
io.geekidea.springbootplus.common.service.impl - package io.geekidea.springbootplus.common.service.impl
 
io.geekidea.springbootplus.common.vo - package io.geekidea.springbootplus.common.vo
 
io.geekidea.springbootplus.common.xss - package io.geekidea.springbootplus.common.xss
 
io.geekidea.springbootplus.config - package io.geekidea.springbootplus.config
 
io.geekidea.springbootplus.config.converter - package io.geekidea.springbootplus.config.converter
 
io.geekidea.springbootplus.config.json.fastjson - package io.geekidea.springbootplus.config.json.fastjson
 
io.geekidea.springbootplus.config.json.jackson - package io.geekidea.springbootplus.config.json.jackson
 
io.geekidea.springbootplus.config.json.jackson.deserializer - package io.geekidea.springbootplus.config.json.jackson.deserializer
 
io.geekidea.springbootplus.config.json.jackson.serializer - package io.geekidea.springbootplus.config.json.jackson.serializer
 
io.geekidea.springbootplus.constant - package io.geekidea.springbootplus.constant
 
io.geekidea.springbootplus.core.aop - package io.geekidea.springbootplus.core.aop
 
io.geekidea.springbootplus.core.config - package io.geekidea.springbootplus.core.config
 
io.geekidea.springbootplus.core.properties - package io.geekidea.springbootplus.core.properties
 
io.geekidea.springbootplus.enums - package io.geekidea.springbootplus.enums
 
io.geekidea.springbootplus.example - package io.geekidea.springbootplus.example
 
io.geekidea.springbootplus.filter - package io.geekidea.springbootplus.filter
 
io.geekidea.springbootplus.foobar.controller - package io.geekidea.springbootplus.foobar.controller
 
io.geekidea.springbootplus.foobar.entity - package io.geekidea.springbootplus.foobar.entity
 
io.geekidea.springbootplus.foobar.mapper - package io.geekidea.springbootplus.foobar.mapper
 
io.geekidea.springbootplus.foobar.param - package io.geekidea.springbootplus.foobar.param
 
io.geekidea.springbootplus.foobar.service - package io.geekidea.springbootplus.foobar.service
 
io.geekidea.springbootplus.foobar.service.impl - package io.geekidea.springbootplus.foobar.service.impl
 
io.geekidea.springbootplus.foobar.vo - package io.geekidea.springbootplus.foobar.vo
 
io.geekidea.springbootplus.generator - package io.geekidea.springbootplus.generator
 
io.geekidea.springbootplus.generator.config - package io.geekidea.springbootplus.generator.config
 
io.geekidea.springbootplus.interceptor - package io.geekidea.springbootplus.interceptor
 
io.geekidea.springbootplus.resource.controller - package io.geekidea.springbootplus.resource.controller
 
io.geekidea.springbootplus.resource.interceptor - package io.geekidea.springbootplus.resource.interceptor
 
io.geekidea.springbootplus.scheduled - package io.geekidea.springbootplus.scheduled
 
io.geekidea.springbootplus.shiro.cache - package io.geekidea.springbootplus.shiro.cache
 
io.geekidea.springbootplus.shiro.cache.impl - package io.geekidea.springbootplus.shiro.cache.impl
 
io.geekidea.springbootplus.shiro.config - package io.geekidea.springbootplus.shiro.config
 
io.geekidea.springbootplus.shiro.controller - package io.geekidea.springbootplus.shiro.controller
 
io.geekidea.springbootplus.shiro.convert - package io.geekidea.springbootplus.shiro.convert
 
io.geekidea.springbootplus.shiro.exception - package io.geekidea.springbootplus.shiro.exception
 
io.geekidea.springbootplus.shiro.jwt - package io.geekidea.springbootplus.shiro.jwt
 
io.geekidea.springbootplus.shiro.param - package io.geekidea.springbootplus.shiro.param
 
io.geekidea.springbootplus.shiro.service - package io.geekidea.springbootplus.shiro.service
 
io.geekidea.springbootplus.shiro.service.impl - package io.geekidea.springbootplus.shiro.service.impl
 
io.geekidea.springbootplus.shiro.util - package io.geekidea.springbootplus.shiro.util
 
io.geekidea.springbootplus.shiro.vo - package io.geekidea.springbootplus.shiro.vo
 
io.geekidea.springbootplus.system.controller - package io.geekidea.springbootplus.system.controller
 
io.geekidea.springbootplus.system.convert - package io.geekidea.springbootplus.system.convert
 
io.geekidea.springbootplus.system.entity - package io.geekidea.springbootplus.system.entity
 
io.geekidea.springbootplus.system.exception - package io.geekidea.springbootplus.system.exception
 
io.geekidea.springbootplus.system.mapper - package io.geekidea.springbootplus.system.mapper
 
io.geekidea.springbootplus.system.param - package io.geekidea.springbootplus.system.param
 
io.geekidea.springbootplus.system.param.sysrole - package io.geekidea.springbootplus.system.param.sysrole
 
io.geekidea.springbootplus.system.service - package io.geekidea.springbootplus.system.service
 
io.geekidea.springbootplus.system.service.impl - package io.geekidea.springbootplus.system.service.impl
 
io.geekidea.springbootplus.system.vo - package io.geekidea.springbootplus.system.vo
 
io.geekidea.springbootplus.util - package io.geekidea.springbootplus.util
公共工具包
Ip - Class in io.geekidea.springbootplus.system.entity
IP地址
Ip() - Constructor for class io.geekidea.springbootplus.system.entity.Ip
 
IpMapper - Interface in io.geekidea.springbootplus.system.mapper
IP地址 Mapper 接口
IpQueryParam - Class in io.geekidea.springbootplus.system.param
IP地址 查询参数对象
IpQueryParam() - Constructor for class io.geekidea.springbootplus.system.param.IpQueryParam
 
IpQueryVo - Class in io.geekidea.springbootplus.system.vo
IP地址 查询结果对象
IpQueryVo() - Constructor for class io.geekidea.springbootplus.system.vo.IpQueryVo
 
IpService - Interface in io.geekidea.springbootplus.system.service
IP地址 服务类
IpServiceImpl - Class in io.geekidea.springbootplus.system.service.impl
IP地址 服务实现类
IpServiceImpl() - Constructor for class io.geekidea.springbootplus.system.service.impl.IpServiceImpl
 
IpUtil - Class in io.geekidea.springbootplus.util
获取IP地址工具类
isAccessAllowed(ServletRequest, ServletResponse, Object) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtFilter
判断是否允许访问
isAssignable(Class<?>, Class<?>, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
isChrome(HttpServletRequest) - Static method in class io.geekidea.springbootplus.util.BrowserUtil
是否是Chrome浏览器
isEnableSysDepartment(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
isEnableSysDepartment(Long) - Method in interface io.geekidea.springbootplus.system.service.SysDepartmentService
根据id校验部门是否存在并且已启用
isEnableSysRole(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysRoleServiceImpl
 
isEnableSysRole(Long) - Method in interface io.geekidea.springbootplus.system.service.SysRoleService
根据id校验角色是否存在并且已启用
isExistsByCode(String) - Method in class io.geekidea.springbootplus.system.service.impl.SysRoleServiceImpl
 
isExistsByCode(String) - Method in interface io.geekidea.springbootplus.system.service.SysRoleService
判断角色编码是否存在
isExistsByPermissionId(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysRolePermissionServiceImpl
 
isExistsByPermissionId(Long) - Method in interface io.geekidea.springbootplus.system.service.SysRolePermissionService
通过角色id判断在角色权限表中是否有数据存在
isExistsByPermissionIds(List<Long>) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
isExistsByPermissionIds(List<Long>) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
判断权限id是否存在
isExistsByUsername(String) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
isExistsByUsername(String) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
判断用户名是否存在
isExistsSysUserByRoleId(Long) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
isExistsSysUserByRoleId(Long) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
通过角色id判断是否存在可用用户id
isExpired(String) - Static method in class io.geekidea.springbootplus.shiro.util.JwtUtil
判断token是否已过期
isFalse(boolean, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
isFirefox(HttpServletRequest) - Static method in class io.geekidea.springbootplus.util.BrowserUtil
是否是Firefox浏览器
isIE(HttpServletRequest) - Static method in class io.geekidea.springbootplus.util.BrowserUtil
是否是IE浏览器
isInstanceOf(Class<?>, Object, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
isNull(IErrorCode, Object...) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
isRequestBody(Annotation[][]) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
判断控制器方法参数中是否有RequestBody注解
isTrue(boolean, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
isValid(Integer, ConstraintValidatorContext) - Method in class io.geekidea.springbootplus.common.constraints.EnumTypeValidator
 
isValid(String, ConstraintValidatorContext) - Method in class io.geekidea.springbootplus.common.constraints.IdCardValidator
 
isValid(String, ConstraintValidatorContext) - Method in class io.geekidea.springbootplus.common.constraints.PhoneValidator
 

J

Jackson - Class in io.geekidea.springbootplus.util
Jackson序列化工具类
Jackson() - Constructor for class io.geekidea.springbootplus.util.Jackson
 
JacksonConfig - Class in io.geekidea.springbootplus.config.json.jackson
 
JacksonConfig() - Constructor for class io.geekidea.springbootplus.config.json.jackson.JacksonConfig
 
JacksonDateDeserializer - Class in io.geekidea.springbootplus.config.json.jackson.deserializer
Jackson Date序列化器
JacksonDateDeserializer() - Constructor for class io.geekidea.springbootplus.config.json.jackson.deserializer.JacksonDateDeserializer
 
JacksonDateSerializer - Class in io.geekidea.springbootplus.config.json.jackson.serializer
Jackson Date反序列化器
JacksonDateSerializer() - Constructor for class io.geekidea.springbootplus.config.json.jackson.serializer.JacksonDateSerializer
 
JacksonDoubleDeserializer - Class in io.geekidea.springbootplus.config.json.jackson.deserializer
 
JacksonDoubleDeserializer() - Constructor for class io.geekidea.springbootplus.config.json.jackson.deserializer.JacksonDoubleDeserializer
 
JacksonIntegerDeserializer - Class in io.geekidea.springbootplus.config.json.jackson.serializer
 
JacksonIntegerDeserializer() - Constructor for class io.geekidea.springbootplus.config.json.jackson.serializer.JacksonIntegerDeserializer
 
JacksonLocalDateTimeDeserializer - Class in io.geekidea.springbootplus.config.json.jackson.deserializer
Jackson LocaDateTime反序列化器
JacksonLocalDateTimeDeserializer() - Constructor for class io.geekidea.springbootplus.config.json.jackson.deserializer.JacksonLocalDateTimeDeserializer
 
JacksonLocalDateTimeSerializer - Class in io.geekidea.springbootplus.config.json.jackson.serializer
Jackson LocalDateTime 自定义序列化器
JacksonLocalDateTimeSerializer() - Constructor for class io.geekidea.springbootplus.config.json.jackson.serializer.JacksonLocalDateTimeSerializer
 
JPEG - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
JPEG
JWT_DEFAULT_EXPIRE_SECOND - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
JWT 默认过期时间,3600L,单位秒
JWT_DEFAULT_SECRET - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
JWT Token默认密钥
JWT_DEFAULT_TOKEN_NAME - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
登陆token
JWT_INVALID_TOKEN_CODE - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
JWT刷新新token响应状态码, Redis中不存在,但jwt未过期,不生成新的token,返回361状态码
JWT_REFRESH_TOKEN_CODE - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
JWT刷新新token响应状态码
JWT_USERNAME - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
JWT用户名
JwtCredentialsMatcher - Class in io.geekidea.springbootplus.shiro.jwt
JWT证书匹配
JwtCredentialsMatcher() - Constructor for class io.geekidea.springbootplus.shiro.jwt.JwtCredentialsMatcher
 
JwtFilter - Class in io.geekidea.springbootplus.shiro.jwt
Shiro JWT授权过滤器
JwtFilter(LoginService, LoginRedisService, JwtProperties) - Constructor for class io.geekidea.springbootplus.shiro.jwt.JwtFilter
 
JwtProperties - Class in io.geekidea.springbootplus.shiro.jwt
JWT属性配置
JwtProperties() - Constructor for class io.geekidea.springbootplus.shiro.jwt.JwtProperties
 
jwtRealm(LoginRedisService) - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
JWT数据源验证
JwtRealm - Class in io.geekidea.springbootplus.shiro.jwt
Shiro 授权认证
JwtRealm(LoginRedisService) - Constructor for class io.geekidea.springbootplus.shiro.jwt.JwtRealm
 
JwtToken - Class in io.geekidea.springbootplus.shiro.jwt
Shiro JwtToken对象
JwtToken() - Constructor for class io.geekidea.springbootplus.shiro.jwt.JwtToken
 
JwtTokenRedisVo - Class in io.geekidea.springbootplus.shiro.vo
JwtToken Redis缓存对象
JwtTokenRedisVo() - Constructor for class io.geekidea.springbootplus.shiro.vo.JwtTokenRedisVo
 
jwtTokenToJwtTokenRedisVo(JwtToken) - Method in interface io.geekidea.springbootplus.shiro.convert.ShiroMapstructConvert
JwtToken对象转换成JwtTokenRedisVo
JwtTokenUtil - Class in io.geekidea.springbootplus.shiro.util
JwtToken工具类
JwtTokenUtil(JwtProperties) - Constructor for class io.geekidea.springbootplus.shiro.util.JwtTokenUtil
 
JwtUtil - Class in io.geekidea.springbootplus.shiro.util
JWT工具类 https://github.com/auth0/java-jwt
JwtUtil(JwtProperties) - Constructor for class io.geekidea.springbootplus.shiro.util.JwtUtil
 

K

keyGenerator() - Method in class io.geekidea.springbootplus.config.RedisCacheConfig
 

L

LevelEnum - Enum in io.geekidea.springbootplus.enums
 
lifecycleBeanPostProcessor() - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
Enabling Shiro Annotations
listToTreeVoList(List<SysDepartment>) - Method in interface io.geekidea.springbootplus.system.convert.SysDepartmentConvert
SysDepartment列表转换成SysDepartmentTreeVo列表
LogAop - Class in io.geekidea.springbootplus.aop
Controller Aop 获取响应结果信息
LogAop() - Constructor for class io.geekidea.springbootplus.aop.LogAop
 
logAopConfig - Variable in class io.geekidea.springbootplus.core.aop.AbstractLogAop
AOP配置
LogAopConfig() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusAopProperties.LogAopConfig
 
login(LoginParam, HttpServletResponse) - Method in class io.geekidea.springbootplus.shiro.controller.LoginController
 
login(LoginParam) - Method in class io.geekidea.springbootplus.shiro.service.impl.LoginServiceImpl
 
login(LoginParam) - Method in interface io.geekidea.springbootplus.shiro.service.LoginService
登陆
LOGIN_SALT - Static variable in interface io.geekidea.springbootplus.constant.CommonRedisKey
登陆用户盐值信息key
LOGIN_SYS_USER - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
登录用户
LOGIN_TOKEN - Static variable in interface io.geekidea.springbootplus.constant.CommonRedisKey
登陆用户token信息key
LOGIN_USER - Static variable in interface io.geekidea.springbootplus.constant.CommonRedisKey
登陆用户信息key
LOGIN_USER_TOKEN - Static variable in interface io.geekidea.springbootplus.constant.CommonRedisKey
登陆用户username token
LoginController - Class in io.geekidea.springbootplus.shiro.controller
登陆控制器
LoginController() - Constructor for class io.geekidea.springbootplus.shiro.controller.LoginController
 
LoginParam - Class in io.geekidea.springbootplus.shiro.param
登录参数
LoginParam() - Constructor for class io.geekidea.springbootplus.shiro.param.LoginParam
 
LoginRedisService - Interface in io.geekidea.springbootplus.shiro.cache
登陆信息Redis缓存操作服务
LoginRedisServiceImpl - Class in io.geekidea.springbootplus.shiro.cache.impl
登陆信息Redis缓存服务类
LoginRedisServiceImpl() - Constructor for class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
 
LoginService - Interface in io.geekidea.springbootplus.shiro.service
登录服务接口
LoginServiceImpl - Class in io.geekidea.springbootplus.shiro.service.impl
登录服务实现类
LoginServiceImpl() - Constructor for class io.geekidea.springbootplus.shiro.service.impl.LoginServiceImpl
 
LoginSysUserRedisVo - Class in io.geekidea.springbootplus.shiro.vo
登录用户Redis对象,后台使用
LoginSysUserRedisVo() - Constructor for class io.geekidea.springbootplus.shiro.vo.LoginSysUserRedisVo
 
LoginSysUserTokenVo - Class in io.geekidea.springbootplus.system.vo
 
LoginSysUserTokenVo() - Constructor for class io.geekidea.springbootplus.system.vo.LoginSysUserTokenVo
 
LoginSysUserVo - Class in io.geekidea.springbootplus.shiro.vo
登录用户对象,响应给前端
LoginSysUserVo() - Constructor for class io.geekidea.springbootplus.shiro.vo.LoginSysUserVo
 
loginSysUserVoToLoginSysUserRedisVo(LoginSysUserVo) - Method in interface io.geekidea.springbootplus.system.convert.SysUserConvert
LoginSysUserVo对象转换成LoginSysUserRedisVo
LoginUtil - Class in io.geekidea.springbootplus.shiro.util
获取登陆信息工具类
LoginUtil(RedisTemplate) - Constructor for class io.geekidea.springbootplus.shiro.util.LoginUtil
 
logout(HttpServletRequest) - Method in class io.geekidea.springbootplus.shiro.controller.LoginController
 
logout(HttpServletRequest) - Method in class io.geekidea.springbootplus.shiro.service.impl.LoginServiceImpl
 
logout(HttpServletRequest) - Method in interface io.geekidea.springbootplus.shiro.service.LoginService
退出

M

main(String[]) - Static method in class io.geekidea.springbootplus.SpringBootPlusApplication
 
MapUtil - Class in io.geekidea.springbootplus.util
Map构建工具类
MultipartConfig - Class in io.geekidea.springbootplus.config
文件上传配置
MultipartConfig() - Constructor for class io.geekidea.springbootplus.config.MultipartConfig
 
multipartConfigElement() - Method in class io.geekidea.springbootplus.config.MultipartConfig
文件上传配置
MybatisPlusConfig - Class in io.geekidea.springbootplus.config
MybatisPlus配置
MybatisPlusConfig() - Constructor for class io.geekidea.springbootplus.config.MybatisPlusConfig
 

N

NameParam - Class in io.geekidea.springbootplus.common.param
名称参数
NameParam() - Constructor for class io.geekidea.springbootplus.common.param.NameParam
 
noNullElements(Object[], IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
notEmpty(Object[], IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
notEmpty(Collection<?>, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
notEmpty(Map<?, ?>, IErrorCode) - Static method in class io.geekidea.springbootplus.common.api.Assert
 
notExists(Class<?>, Integer) - Static method in class io.geekidea.springbootplus.util.EnumUtil
判断key在枚举中是否不存在
notNull(IErrorCode, Object...) - Static method in class io.geekidea.springbootplus.common.api.Assert
 

O

ok(T) - Method in class io.geekidea.springbootplus.common.api.ApiController
请求成功
ok() - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
ok(Object) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
ok(Object, String) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
okMap(String, Object) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
onAccessDenied(ServletRequest, ServletResponse) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtFilter
访问失败处理
onLoginFailure(AuthenticationToken, AuthenticationException, ServletRequest, ServletResponse) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtFilter
登陆失败处理
onLoginSuccess(AuthenticationToken, Subject, ServletRequest, ServletResponse) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtFilter
登陆成功处理
optimisticLockerInterceptor() - Method in class io.geekidea.springbootplus.config.MybatisPlusConfig
mybatios-plus乐观锁插件
OrderQueryParam - Class in io.geekidea.springbootplus.common.param
可排序查询参数对象
OrderQueryParam() - Constructor for class io.geekidea.springbootplus.common.param.OrderQueryParam
 

P

paginationInterceptor() - Method in class io.geekidea.springbootplus.config.MybatisPlusConfig
mybatis-plus分页插件
Paging<T> - Class in io.geekidea.springbootplus.common.vo
 
Paging() - Constructor for class io.geekidea.springbootplus.common.vo.Paging
 
Paging(IPage) - Constructor for class io.geekidea.springbootplus.common.vo.Paging
 
parseIni(String) - Static method in class io.geekidea.springbootplus.util.IniUtil
 
parseIni(String, String) - Static method in class io.geekidea.springbootplus.util.IniUtil
 
PasswordUtil - Class in io.geekidea.springbootplus.util
密码加密工具类
PasswordUtil() - Constructor for class io.geekidea.springbootplus.util.PasswordUtil
 
permissionInterceptor() - Method in class io.geekidea.springbootplus.core.config.SpringBootPlusWebMvcConfig
权限拦截器
PermissionInterceptor - Class in io.geekidea.springbootplus.interceptor
权限拦截器
PermissionInterceptor() - Constructor for class io.geekidea.springbootplus.interceptor.PermissionInterceptor
 
permissionToTreeVo(SysPermission) - Method in interface io.geekidea.springbootplus.system.convert.SysPermissionConvert
SysPermission对象转换成SysPermissionTreeVo对象
Phone - Annotation Type in io.geekidea.springbootplus.common.constraints
自定义手机号码正则验证注解
PhoneValidator - Class in io.geekidea.springbootplus.common.constraints
自定义手机号码验证注解实现类
PhoneValidator() - Constructor for class io.geekidea.springbootplus.common.constraints.PhoneValidator
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class io.geekidea.springbootplus.interceptor.PermissionInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class io.geekidea.springbootplus.resource.interceptor.DownloadInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class io.geekidea.springbootplus.resource.interceptor.ResourceInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class io.geekidea.springbootplus.resource.interceptor.UploadInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class io.geekidea.springbootplus.interceptor.PermissionInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class io.geekidea.springbootplus.resource.interceptor.DownloadInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class io.geekidea.springbootplus.resource.interceptor.ResourceInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class io.geekidea.springbootplus.resource.interceptor.UploadInterceptor
 
print(HttpServletResponse) - Method in class io.geekidea.springbootplus.example.ShiroExampleController
 
print(HttpServletResponse) - Method in class io.geekidea.springbootplus.system.controller.HelloWorldController
 
print(ConfigurableApplicationContext) - Static method in class io.geekidea.springbootplus.util.PrintApplicationInfo
启动成功之后,打印项目信息
PrintApplicationInfo - Class in io.geekidea.springbootplus.util
打印项目信息
PrintApplicationInfo() - Constructor for class io.geekidea.springbootplus.util.PrintApplicationInfo
 
printJSON(HttpServletResponse, Object) - Static method in class io.geekidea.springbootplus.util.HttpServletResponseUtil
 
printRequestInfo(String) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
打印请求信息
printRequestResponseInfo(int, String, String) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
同时打印请求和响应信息
printResponseInfo(int, String) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
打印响应信息
printTip() - Static method in class io.geekidea.springbootplus.util.PrintApplicationInfo
执行之前,打印前置条件提示
put(String, Object) - Method in class io.geekidea.springbootplus.util.MapUtil
 

Q

QueryParam - Class in io.geekidea.springbootplus.common.param
查询参数
QueryParam() - Constructor for class io.geekidea.springbootplus.common.param.QueryParam
 

R

RedisCacheConfig - Class in io.geekidea.springbootplus.config
Redis Cache配置
RedisCacheConfig() - Constructor for class io.geekidea.springbootplus.config.RedisCacheConfig
 
RedisCacheUtil - Class in io.geekidea.springbootplus.util
 
RedisCacheUtil() - Constructor for class io.geekidea.springbootplus.util.RedisCacheUtil
 
redisTemplate(RedisConnectionFactory) - Method in class io.geekidea.springbootplus.config.RedisTemplateConfig
 
RedisTemplateConfig - Class in io.geekidea.springbootplus.config
Redis Template 配置
RedisTemplateConfig() - Constructor for class io.geekidea.springbootplus.config.RedisTemplateConfig
 
refreshLoginInfo(String, String, JwtToken) - Method in class io.geekidea.springbootplus.shiro.cache.impl.LoginRedisServiceImpl
 
refreshLoginInfo(String, String, JwtToken) - Method in interface io.geekidea.springbootplus.shiro.cache.LoginRedisService
刷新登陆信息
refreshToken(JwtToken, HttpServletResponse) - Method in class io.geekidea.springbootplus.shiro.service.impl.LoginServiceImpl
 
refreshToken(JwtToken, HttpServletResponse) - Method in interface io.geekidea.springbootplus.shiro.service.LoginService
如果(当前时间+倒计时) > 过期时间,则刷新token 并更新缓存 当前token失效,返回新token 当前请求有效,返回状态码:460 前端下次使用新token 如果token继续发往后台,则提示,此token已失效,请使用新token,不在返回新token,返回状态码:461
RequestPathFilter - Class in io.geekidea.springbootplus.filter
请求路径过滤器
RequestPathFilter(SpringBootPlusFilterProperties.FilterConfig) - Constructor for class io.geekidea.springbootplus.filter.RequestPathFilter
 
ResourceController - Class in io.geekidea.springbootplus.resource.controller
图片等文件资源访问控制器 /api/resource 访问路径 用于区分 文件访问虚拟目录映射 /resource
ResourceController() - Constructor for class io.geekidea.springbootplus.resource.controller.ResourceController
 
resourceInterceptor() - Method in class io.geekidea.springbootplus.core.config.SpringBootPlusWebMvcConfig
资源拦截器
ResourceInterceptor - Class in io.geekidea.springbootplus.resource.interceptor
资源拦截器
ResourceInterceptor() - Constructor for class io.geekidea.springbootplus.resource.interceptor.ResourceInterceptor
 
restTemplate(ClientHttpRequestFactory) - Method in class io.geekidea.springbootplus.config.RestTemplateConfig
 
RestTemplateConfig - Class in io.geekidea.springbootplus.config
 
RestTemplateConfig() - Constructor for class io.geekidea.springbootplus.config.RestTemplateConfig
 
result(boolean) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
result(ApiCode) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
result(ApiCode, Object) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 
result(ApiCode, String, Object) - Static method in class io.geekidea.springbootplus.common.api.ApiResult
 

S

SaltUtil - Class in io.geekidea.springbootplus.shiro.util
盐值包装工具类
SaltUtil() - Constructor for class io.geekidea.springbootplus.shiro.util.SaltUtil
 
saveFooBar(FooBar) - Method in interface io.geekidea.springbootplus.foobar.service.FooBarService
保存
saveFooBar(FooBar) - Method in class io.geekidea.springbootplus.foobar.service.impl.FooBarServiceImpl
 
saveSysDepartment(SysDepartment) - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
saveSysDepartment(SysDepartment) - Method in interface io.geekidea.springbootplus.system.service.SysDepartmentService
保存
saveSysPermission(SysPermission) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
saveSysPermission(SysPermission) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
保存
saveSysRole(AddSysRoleParam) - Method in class io.geekidea.springbootplus.system.service.impl.SysRoleServiceImpl
 
saveSysRole(AddSysRoleParam) - Method in interface io.geekidea.springbootplus.system.service.SysRoleService
保存
saveSysRolePermission(Long, List<Long>) - Method in class io.geekidea.springbootplus.system.service.impl.SysRolePermissionServiceImpl
 
saveSysRolePermission(Long, List<Long>) - Method in interface io.geekidea.springbootplus.system.service.SysRolePermissionService
保存
saveSysRolePermissionBatch(Long, SetUtils.SetView) - Method in class io.geekidea.springbootplus.system.service.impl.SysRolePermissionServiceImpl
 
saveSysRolePermissionBatch(Long, SetUtils.SetView) - Method in interface io.geekidea.springbootplus.system.service.SysRolePermissionService
批量保存角色权限关系
saveSysUser(SysUser) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
saveSysUser(SysUser) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
保存
securityManager(LoginRedisService) - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
安全管理器配置
serialize(String, JsonGenerator, SerializerProvider) - Method in class io.geekidea.springbootplus.common.xss.XssJacksonSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class io.geekidea.springbootplus.config.json.jackson.serializer.JacksonDateSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class io.geekidea.springbootplus.config.json.jackson.serializer.JacksonLocalDateTimeSerializer
 
sessionStorageEvaluator() - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
 
setApplicationContext(ApplicationContext) - Method in class io.geekidea.springbootplus.util.SpringContextUtil
 
setCurrent(Integer) - Method in class io.geekidea.springbootplus.common.param.QueryParam
 
setId(String) - Method in class io.geekidea.springbootplus.common.vo.CommonIdName
 
setName(String) - Method in class io.geekidea.springbootplus.common.param.NameParam
 
setName(String) - Method in class io.geekidea.springbootplus.common.vo.CommonIdName
 
setPageParam(QueryParam) - Method in class io.geekidea.springbootplus.common.service.impl.BaseServiceImpl
 
setPageParam(QueryParam, OrderItem) - Method in class io.geekidea.springbootplus.common.service.impl.BaseServiceImpl
 
setRecords(List<T>) - Method in class io.geekidea.springbootplus.common.vo.Paging
 
setSize(Integer) - Method in class io.geekidea.springbootplus.common.param.QueryParam
 
setSpringBootPlusAopProperties(SpringBootPlusAopProperties) - Method in class io.geekidea.springbootplus.core.aop.AbstractLogAop
 
setTotal(long) - Method in class io.geekidea.springbootplus.common.vo.Paging
 
ShiroConfig - Class in io.geekidea.springbootplus.shiro.config
Shiro配置 https://shiro.apache.org/spring.html https://shiro.apache.org/spring-boot.html
ShiroConfig() - Constructor for class io.geekidea.springbootplus.shiro.config.ShiroConfig
 
ShiroConfigException - Exception in io.geekidea.springbootplus.shiro.exception
Shiro配置异常
ShiroConfigException(String) - Constructor for exception io.geekidea.springbootplus.shiro.exception.ShiroConfigException
 
ShiroConfigException(Integer, String) - Constructor for exception io.geekidea.springbootplus.shiro.exception.ShiroConfigException
 
ShiroExampleController - Class in io.geekidea.springbootplus.example
Shiro Example Controller
ShiroExampleController() - Constructor for class io.geekidea.springbootplus.example.ShiroExampleController
 
shiroFilterFactoryBean(SecurityManager, LoginService, LoginRedisService, SpringBootPlusFilterProperties, ShiroProperties, JwtProperties) - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
ShiroFilterFactoryBean配置
ShiroMapstructConvert - Interface in io.geekidea.springbootplus.shiro.convert
Shiro包下使用mapstruct对象属性复制转换器
ShiroPermissionProperties - Class in io.geekidea.springbootplus.shiro.config
Shiro权限配置映射类
ShiroPermissionProperties() - Constructor for class io.geekidea.springbootplus.shiro.config.ShiroPermissionProperties
 
ShiroProperties - Class in io.geekidea.springbootplus.shiro.config
Shiro配置映射类
ShiroProperties() - Constructor for class io.geekidea.springbootplus.shiro.config.ShiroProperties
 
simpleClientHttpRequestFactory() - Method in class io.geekidea.springbootplus.config.RestTemplateConfig
 
SpringBootPlusAopProperties - Class in io.geekidea.springbootplus.core.properties
AOP配置属性
SpringBootPlusAopProperties() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusAopProperties
 
SpringBootPlusAopProperties.AopConfig - Class in io.geekidea.springbootplus.core.properties
 
SpringBootPlusAopProperties.LogAopConfig - Class in io.geekidea.springbootplus.core.properties
 
SpringBootPlusApplication - Class in io.geekidea.springbootplus
spring-boot-plus 项目启动入口
SpringBootPlusApplication() - Constructor for class io.geekidea.springbootplus.SpringBootPlusApplication
 
SpringBootPlusConfig - Class in io.geekidea.springbootplus.core.config
spring-boot-plus配置
SpringBootPlusConfig() - Constructor for class io.geekidea.springbootplus.core.config.SpringBootPlusConfig
 
SpringBootPlusCorsConfig - Class in io.geekidea.springbootplus.core.config
跨域配置
SpringBootPlusCorsConfig() - Constructor for class io.geekidea.springbootplus.core.config.SpringBootPlusCorsConfig
 
SpringBootPlusCorsProperties - Class in io.geekidea.springbootplus.core.properties
跨域属性配置
SpringBootPlusCorsProperties() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusCorsProperties
 
SpringBootPlusException - Exception in io.geekidea.springbootplus.common.exception
自定义异常
SpringBootPlusException(String) - Constructor for exception io.geekidea.springbootplus.common.exception.SpringBootPlusException
 
SpringBootPlusException(Integer, String) - Constructor for exception io.geekidea.springbootplus.common.exception.SpringBootPlusException
 
springBootPlusExceptionHandler(SpringBootPlusException) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
自定义业务/数据异常处理
SpringBootPlusFilterProperties - Class in io.geekidea.springbootplus.core.properties
Filter配置属性
SpringBootPlusFilterProperties() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusFilterProperties
 
SpringBootPlusFilterProperties.FilterConfig - Class in io.geekidea.springbootplus.core.properties
 
SpringBootPlusInterceptorProperties - Class in io.geekidea.springbootplus.core.properties
 
SpringBootPlusInterceptorProperties() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusInterceptorProperties
 
SpringBootPlusInterceptorProperties.InterceptorConfig - Class in io.geekidea.springbootplus.core.properties
 
SpringBootPlusMySqlQuery - Class in io.geekidea.springbootplus.generator.config
MySQL代码生成查询是否为空的列
SpringBootPlusMySqlQuery() - Constructor for class io.geekidea.springbootplus.generator.config.SpringBootPlusMySqlQuery
 
SpringBootPlusProperties - Class in io.geekidea.springbootplus.core.properties
spring-boot-plus属性配置信息
SpringBootPlusProperties() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusProperties
 
SpringBootPlusStaticProperties - Class in io.geekidea.springbootplus.core.properties
配置文件属性映射为静态属性
SpringBootPlusStaticProperties() - Constructor for class io.geekidea.springbootplus.core.properties.SpringBootPlusStaticProperties
 
SpringBootPlusWebMvcConfig - Class in io.geekidea.springbootplus.core.config
WebMvc配置
SpringBootPlusWebMvcConfig() - Constructor for class io.geekidea.springbootplus.core.config.SpringBootPlusWebMvcConfig
 
SpringContextUtil - Class in io.geekidea.springbootplus.util
Spring工具类,获取Spring上下文对象等
SpringContextUtil() - Constructor for class io.geekidea.springbootplus.util.SpringContextUtil
 
StateEnum - Enum in io.geekidea.springbootplus.enums
 
stringToDateConverter() - Method in class io.geekidea.springbootplus.config.converter.ConverterConfig
 
StringToDateConverter - Class in io.geekidea.springbootplus.config.converter
日期转换器,将请求参数的日期字符串转换成java.util.Date类型
StringToDateConverter() - Constructor for class io.geekidea.springbootplus.config.converter.StringToDateConverter
 
StringToDateUtil - Class in io.geekidea.springbootplus.config.converter
StringToDateUtil() - Constructor for class io.geekidea.springbootplus.config.converter.StringToDateUtil
 
stringToDoubleConverter() - Method in class io.geekidea.springbootplus.config.converter.ConverterConfig
 
StringToDoubleConverter - Class in io.geekidea.springbootplus.config.converter
StringToDoubleConverter() - Constructor for class io.geekidea.springbootplus.config.converter.StringToDoubleConverter
 
StringToDoubleUtil - Class in io.geekidea.springbootplus.config.converter
StringToDoubleUtil() - Constructor for class io.geekidea.springbootplus.config.converter.StringToDoubleUtil
 
stringToIntegerConverter() - Method in class io.geekidea.springbootplus.config.converter.ConverterConfig
 
StringToIntegerConverter - Class in io.geekidea.springbootplus.config.converter
StringToIntegerConverter() - Constructor for class io.geekidea.springbootplus.config.converter.StringToIntegerConverter
 
StringToIntegerUtil - Class in io.geekidea.springbootplus.config.converter
StringToIntegerUtil() - Constructor for class io.geekidea.springbootplus.config.converter.StringToIntegerUtil
 
subjectDAO() - Method in class io.geekidea.springbootplus.shiro.config.ShiroConfig
 
supports(AuthenticationToken) - Method in class io.geekidea.springbootplus.shiro.jwt.JwtRealm
 
Swagger2Config - Class in io.geekidea.springbootplus.config
Swagger2全局配置
Swagger2Config() - Constructor for class io.geekidea.springbootplus.config.Swagger2Config
 
swaggerUI() - Method in class io.geekidea.springbootplus.common.controller.ApiDocController
swaggerUI
SysDepartment - Class in io.geekidea.springbootplus.system.entity
部门
SysDepartment() - Constructor for class io.geekidea.springbootplus.system.entity.SysDepartment
 
SysDepartmentController - Class in io.geekidea.springbootplus.system.controller
部门 前端控制器
SysDepartmentController() - Constructor for class io.geekidea.springbootplus.system.controller.SysDepartmentController
 
SysDepartmentConvert - Interface in io.geekidea.springbootplus.system.convert
部门对象转换器
SysDepartmentMapper - Interface in io.geekidea.springbootplus.system.mapper
部门 Mapper 接口
SysDepartmentQueryParam - Class in io.geekidea.springbootplus.system.param
部门 查询参数对象
SysDepartmentQueryParam() - Constructor for class io.geekidea.springbootplus.system.param.SysDepartmentQueryParam
 
SysDepartmentQueryVo - Class in io.geekidea.springbootplus.system.vo
部门 查询结果对象
SysDepartmentQueryVo() - Constructor for class io.geekidea.springbootplus.system.vo.SysDepartmentQueryVo
 
SysDepartmentService - Interface in io.geekidea.springbootplus.system.service
部门 服务类
SysDepartmentServiceImpl - Class in io.geekidea.springbootplus.system.service.impl
部门 服务实现类
SysDepartmentServiceImpl() - Constructor for class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
SysDepartmentTreeVo - Class in io.geekidea.springbootplus.system.vo
部门TreeVo
SysDepartmentTreeVo() - Constructor for class io.geekidea.springbootplus.system.vo.SysDepartmentTreeVo
 
SysLog - Class in io.geekidea.springbootplus.system.entity
系统日志
SysLog() - Constructor for class io.geekidea.springbootplus.system.entity.SysLog
 
SysLogController - Class in io.geekidea.springbootplus.system.controller
系统日志 前端控制器
SysLogController() - Constructor for class io.geekidea.springbootplus.system.controller.SysLogController
 
SysLoginException - Exception in io.geekidea.springbootplus.common.exception
系统登录异常
SysLoginException(String) - Constructor for exception io.geekidea.springbootplus.common.exception.SysLoginException
 
SysLoginException(Integer, String) - Constructor for exception io.geekidea.springbootplus.common.exception.SysLoginException
 
sysLoginExceptionHandler(SysLoginException) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
系统登录异常处理
SysLogMapper - Interface in io.geekidea.springbootplus.system.mapper
系统日志 Mapper 接口
SysLogQueryParam - Class in io.geekidea.springbootplus.system.param
系统日志 查询参数对象
SysLogQueryParam() - Constructor for class io.geekidea.springbootplus.system.param.SysLogQueryParam
 
SysLogQueryVo - Class in io.geekidea.springbootplus.system.vo
系统日志 查询结果对象
SysLogQueryVo() - Constructor for class io.geekidea.springbootplus.system.vo.SysLogQueryVo
 
SysLogService - Interface in io.geekidea.springbootplus.system.service
系统日志 服务类
SysLogServiceImpl - Class in io.geekidea.springbootplus.system.service.impl
系统日志 服务实现类
SysLogServiceImpl() - Constructor for class io.geekidea.springbootplus.system.service.impl.SysLogServiceImpl
 
SysPermission - Class in io.geekidea.springbootplus.system.entity
系统权限
SysPermission() - Constructor for class io.geekidea.springbootplus.system.entity.SysPermission
 
SysPermissionController - Class in io.geekidea.springbootplus.system.controller
系统权限 前端控制器
SysPermissionController() - Constructor for class io.geekidea.springbootplus.system.controller.SysPermissionController
 
SysPermissionConvert - Interface in io.geekidea.springbootplus.system.convert
SysPermission类相关转换
SysPermissionMapper - Interface in io.geekidea.springbootplus.system.mapper
系统权限 Mapper 接口
SysPermissionQueryParam - Class in io.geekidea.springbootplus.system.param
系统权限 查询参数对象
SysPermissionQueryParam() - Constructor for class io.geekidea.springbootplus.system.param.SysPermissionQueryParam
 
SysPermissionQueryVo - Class in io.geekidea.springbootplus.system.vo
系统权限 查询结果对象
SysPermissionQueryVo() - Constructor for class io.geekidea.springbootplus.system.vo.SysPermissionQueryVo
 
SysPermissionService - Interface in io.geekidea.springbootplus.system.service
系统权限 服务类
SysPermissionServiceImpl - Class in io.geekidea.springbootplus.system.service.impl
系统权限 服务实现类
SysPermissionServiceImpl() - Constructor for class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
SysPermissionTreeVo - Class in io.geekidea.springbootplus.system.vo
系统权限树形列表VO
SysPermissionTreeVo() - Constructor for class io.geekidea.springbootplus.system.vo.SysPermissionTreeVo
 
SysRole - Class in io.geekidea.springbootplus.system.entity
系统角色
SysRole() - Constructor for class io.geekidea.springbootplus.system.entity.SysRole
 
SysRoleController - Class in io.geekidea.springbootplus.system.controller
系统角色 前端控制器
SysRoleController() - Constructor for class io.geekidea.springbootplus.system.controller.SysRoleController
 
SysRoleConvert - Interface in io.geekidea.springbootplus.system.convert
系统角色转换器
SysRoleMapper - Interface in io.geekidea.springbootplus.system.mapper
系统角色 Mapper 接口
SysRolePermission - Class in io.geekidea.springbootplus.system.entity
角色权限关系
SysRolePermission() - Constructor for class io.geekidea.springbootplus.system.entity.SysRolePermission
 
SysRolePermissionMapper - Interface in io.geekidea.springbootplus.system.mapper
角色权限关系 Mapper 接口
SysRolePermissionQueryParam - Class in io.geekidea.springbootplus.system.param
角色权限关系 查询参数对象
SysRolePermissionQueryParam() - Constructor for class io.geekidea.springbootplus.system.param.SysRolePermissionQueryParam
 
SysRolePermissionQueryVo - Class in io.geekidea.springbootplus.system.vo
角色权限关系 查询结果对象
SysRolePermissionQueryVo() - Constructor for class io.geekidea.springbootplus.system.vo.SysRolePermissionQueryVo
 
SysRolePermissionService - Interface in io.geekidea.springbootplus.system.service
角色权限关系 服务类
SysRolePermissionServiceImpl - Class in io.geekidea.springbootplus.system.service.impl
角色权限关系 服务实现类
SysRolePermissionServiceImpl() - Constructor for class io.geekidea.springbootplus.system.service.impl.SysRolePermissionServiceImpl
 
SysRoleQueryParam - Class in io.geekidea.springbootplus.system.param
系统角色 查询参数对象
SysRoleQueryParam() - Constructor for class io.geekidea.springbootplus.system.param.SysRoleQueryParam
 
SysRoleQueryVo - Class in io.geekidea.springbootplus.system.vo
系统角色 查询结果对象
SysRoleQueryVo() - Constructor for class io.geekidea.springbootplus.system.vo.SysRoleQueryVo
 
SysRoleService - Interface in io.geekidea.springbootplus.system.service
系统角色 服务类
SysRoleServiceImpl - Class in io.geekidea.springbootplus.system.service.impl
系统角色 服务实现类
SysRoleServiceImpl() - Constructor for class io.geekidea.springbootplus.system.service.impl.SysRoleServiceImpl
 
SysUser - Class in io.geekidea.springbootplus.system.entity
系统用户
SysUser() - Constructor for class io.geekidea.springbootplus.system.entity.SysUser
 
SysUserController - Class in io.geekidea.springbootplus.system.controller
系统用户 前端控制器
SysUserController() - Constructor for class io.geekidea.springbootplus.system.controller.SysUserController
 
SysUserConvert - Interface in io.geekidea.springbootplus.system.convert
系统用户对象转换器
SysUserMapper - Interface in io.geekidea.springbootplus.system.mapper
系统用户 Mapper 接口
SysUserQueryParam - Class in io.geekidea.springbootplus.system.param
系统用户 查询参数对象
SysUserQueryParam() - Constructor for class io.geekidea.springbootplus.system.param.SysUserQueryParam
 
SysUserQueryVo - Class in io.geekidea.springbootplus.system.vo
系统用户 查询结果对象
SysUserQueryVo() - Constructor for class io.geekidea.springbootplus.system.vo.SysUserQueryVo
 
SysUserService - Interface in io.geekidea.springbootplus.system.service
系统用户 服务类
SysUserServiceImpl - Class in io.geekidea.springbootplus.system.service.impl
系统用户 服务实现类
SysUserServiceImpl() - Constructor for class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
sysUserToLoginSysUserVo(SysUser) - Method in interface io.geekidea.springbootplus.system.convert.SysUserConvert
系统用户实体对象转换成登陆用户VO对象

T

threadLocal - Static variable in class io.geekidea.springbootplus.core.aop.AbstractLogAop
本地线程变量,保存请求参数信息到当前线程中
toJsonString(Object) - Static method in class io.geekidea.springbootplus.util.Jackson
键按自然顺序输出
toJsonString(Object, boolean) - Static method in class io.geekidea.springbootplus.util.Jackson
键按自然顺序格式化输出
TokenUtil - Class in io.geekidea.springbootplus.util
 
TokenUtil() - Constructor for class io.geekidea.springbootplus.util.TokenUtil
 
toString() - Method in class io.geekidea.springbootplus.common.param.NameParam
 
toString() - Method in class io.geekidea.springbootplus.common.vo.CommonIdName
 
toString() - Method in class io.geekidea.springbootplus.common.vo.Paging
 

U

unauthenticatedExceptionHandler(UnauthenticatedException) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
未认证异常处理
unauthorizedExceptionHandler(UnauthorizedException) - Method in class io.geekidea.springbootplus.common.exception.GlobalExceptionHandler
未授权异常处理
updateFooBar(FooBar) - Method in class io.geekidea.springbootplus.foobar.controller.FooBarController
修改FooBar
updateFooBar(FooBar) - Method in interface io.geekidea.springbootplus.foobar.service.FooBarService
修改
updateFooBar(FooBar) - Method in class io.geekidea.springbootplus.foobar.service.impl.FooBarServiceImpl
 
updatePassword(UpdatePasswordParam) - Method in class io.geekidea.springbootplus.system.controller.SysUserController
修改密码
updatePassword(UpdatePasswordParam) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
updatePassword(UpdatePasswordParam) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
修改密码
UpdatePasswordParam - Class in io.geekidea.springbootplus.system.param
修改密码参数
UpdatePasswordParam() - Constructor for class io.geekidea.springbootplus.system.param.UpdatePasswordParam
 
updateSysDepartment(SysDepartment) - Method in class io.geekidea.springbootplus.system.controller.SysDepartmentController
修改部门
updateSysDepartment(SysDepartment) - Method in class io.geekidea.springbootplus.system.service.impl.SysDepartmentServiceImpl
 
updateSysDepartment(SysDepartment) - Method in interface io.geekidea.springbootplus.system.service.SysDepartmentService
修改
updateSysLog(SysLog) - Method in class io.geekidea.springbootplus.system.controller.SysLogController
修改系统日志
updateSysPermission(SysPermission) - Method in class io.geekidea.springbootplus.system.controller.SysPermissionController
修改系统权限
updateSysPermission(SysPermission) - Method in class io.geekidea.springbootplus.system.service.impl.SysPermissionServiceImpl
 
updateSysPermission(SysPermission) - Method in interface io.geekidea.springbootplus.system.service.SysPermissionService
修改
updateSysRole(UpdateSysRoleParam) - Method in class io.geekidea.springbootplus.system.controller.SysRoleController
修改系统角色
updateSysRole(UpdateSysRoleParam) - Method in class io.geekidea.springbootplus.system.service.impl.SysRoleServiceImpl
 
updateSysRole(UpdateSysRoleParam) - Method in interface io.geekidea.springbootplus.system.service.SysRoleService
修改
UpdateSysRoleParam - Class in io.geekidea.springbootplus.system.param.sysrole
添加角色
UpdateSysRoleParam() - Constructor for class io.geekidea.springbootplus.system.param.sysrole.UpdateSysRoleParam
 
updateSysUser(SysUser) - Method in class io.geekidea.springbootplus.system.controller.SysUserController
修改系统用户
updateSysUser(SysUser) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
updateSysUser(SysUser) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
修改
updateSysUserHead(Long, String) - Method in class io.geekidea.springbootplus.system.service.impl.SysUserServiceImpl
 
updateSysUserHead(Long, String) - Method in interface io.geekidea.springbootplus.system.service.SysUserService
修改系统用户头像
upload(MultipartFile) - Method in class io.geekidea.springbootplus.resource.controller.UploadController
上传单个文件
upload(String, MultipartFile) - Static method in class io.geekidea.springbootplus.util.UploadUtil
上传文件,默认文件名格式,yyyyMMddHHmmssS
upload(String, MultipartFile, UploadUtil.UploadFileNameHandle) - Static method in class io.geekidea.springbootplus.util.UploadUtil
上传文件
UploadController - Class in io.geekidea.springbootplus.resource.controller
上传控制器
UploadController() - Constructor for class io.geekidea.springbootplus.resource.controller.UploadController
 
uploadHead(Long, MultipartFile) - Method in class io.geekidea.springbootplus.system.controller.SysUserController
修改头像
uploadInterceptor() - Method in class io.geekidea.springbootplus.core.config.SpringBootPlusWebMvcConfig
上传拦截器
UploadInterceptor - Class in io.geekidea.springbootplus.resource.interceptor
上传拦截器
UploadInterceptor() - Constructor for class io.geekidea.springbootplus.resource.interceptor.UploadInterceptor
 
UploadUtil - Class in io.geekidea.springbootplus.util
文件上传工具类
UploadUtil() - Constructor for class io.geekidea.springbootplus.util.UploadUtil
 
UploadUtil.DefaultUploadFileNameHandleImpl - Class in io.geekidea.springbootplus.util
 
UploadUtil.UploadFileNameHandle - Interface in io.geekidea.springbootplus.util
 
UUIDUtil - Class in io.geekidea.springbootplus.util
 
UUIDUtil() - Constructor for class io.geekidea.springbootplus.util.UUIDUtil
 

V

valueOf(String) - Static method in enum io.geekidea.springbootplus.common.api.ApiCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.geekidea.springbootplus.enums.LevelEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.geekidea.springbootplus.enums.StateEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.geekidea.springbootplus.common.api.ApiCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.geekidea.springbootplus.enums.LevelEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.geekidea.springbootplus.enums.StateEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationCode - Class in io.geekidea.springbootplus.util
 
VerificationCode() - Constructor for class io.geekidea.springbootplus.util.VerificationCode
 
VerificationCodeController - Class in io.geekidea.springbootplus.system.controller
 
VerificationCodeController() - Constructor for class io.geekidea.springbootplus.system.controller.VerificationCodeController
 
VerificationCodeException - Exception in io.geekidea.springbootplus.system.exception
验证码校验异常
VerificationCodeException(String) - Constructor for exception io.geekidea.springbootplus.system.exception.VerificationCodeException
 
VerificationCodeException(Integer, String) - Constructor for exception io.geekidea.springbootplus.system.exception.VerificationCodeException
 
VERIFY_CODE - Static variable in interface io.geekidea.springbootplus.constant.CommonRedisKey
验证码
VERIFY_TOKEN - Static variable in interface io.geekidea.springbootplus.constant.CommonConstant
验证码token
verifyToken(String, String) - Static method in class io.geekidea.springbootplus.shiro.util.JwtUtil
 

X

XssFilter - Class in io.geekidea.springbootplus.common.xss
Xss过滤器
XssFilter() - Constructor for class io.geekidea.springbootplus.common.xss.XssFilter
 
XssHttpServletRequestWrapper - Class in io.geekidea.springbootplus.common.xss
XSS 跨站脚本攻击(Cross Site Scripting) 处理
XssHttpServletRequestWrapper(HttpServletRequest) - Constructor for class io.geekidea.springbootplus.common.xss.XssHttpServletRequestWrapper
 
XssJacksonDeserializer - Class in io.geekidea.springbootplus.common.xss
Jackson请求参数字符串转义处理
XssJacksonDeserializer() - Constructor for class io.geekidea.springbootplus.common.xss.XssJacksonDeserializer
 
XssJacksonSerializer - Class in io.geekidea.springbootplus.common.xss
Jackson响应参数字符串转义处理
XssJacksonSerializer() - Constructor for class io.geekidea.springbootplus.common.xss.XssJacksonSerializer
 

Y

yyyy_MM_dd - Static variable in interface io.geekidea.springbootplus.constant.DatePattern
年-月-日
yyyy_MM_dd_HH_mm - Static variable in interface io.geekidea.springbootplus.constant.DatePattern
年-月-日 时:分
yyyy_MM_dd_HH_mm_ss - Static variable in interface io.geekidea.springbootplus.constant.DatePattern
年-月-日 时:分:秒
yyyy_MM_dd_HH_mm_ss_S - Static variable in interface io.geekidea.springbootplus.constant.DatePattern
年-月-日 时:分:秒:毫秒
A B C D E F G H I J K L M N O P Q R S T U V X Y 

Copyright © 2019. All rights reserved.