A B C D E G I J L M O R S U V

A

AccountManager - com.github.dactiv.showcase.service.account 中的 类
账户管理业务逻辑
AccountManager() - 类 com.github.dactiv.showcase.service.account.AccountManager 的构造方法
 
AuthorizationRealm - com.github.dactiv.showcase.service.account 中的 类
apache shiro 的公用授权类
AuthorizationRealm() - 类 com.github.dactiv.showcase.service.account.AuthorizationRealm 的构造方法
 

B

bindException(BindException) - 类 com.github.dactiv.showcase.web.SystemExceptionController 中的方法
出现验证异常拦截的控制器,返回exception/bind-exception.html
bindingModel(String) - 类 com.github.dactiv.showcase.web.account.GroupController 中的方法
绑定实体数据,如果存在id时获取后从数据库获取记录,进入到相对的C后在将数据库获取的记录填充到相应的参数中
bindingModel(String) - 类 com.github.dactiv.showcase.web.account.ResourceController 中的方法
绑定实体数据,如果存在id时获取后从数据库获取记录,进入到相对的C后在将数据库获取的记录填充到相应的参数中
bindingModel(String) - 类 com.github.dactiv.showcase.web.account.UserController 中的方法
绑定实体数据,如果存在id时获取后从数据库获取记录,进入到相对的C后在将数据库获取的记录填充到相应的参数中
bindingModel(String) - 类 com.github.dactiv.showcase.web.foundation.variable.DictionaryCategoryController 中的方法
绑定实体数据,如果存在id时获取后从数据库获取记录,进入到相对的C后在将数据库获取的记录填充到相应的参数中

C

CaptchaAuthenticationFilter - com.github.dactiv.showcase.service.account 中的 类
验证码登录认证Filter
CaptchaAuthenticationFilter() - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 的构造方法
 
category - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的变量
 
ChainDefinitionSectionMetaSource - com.github.dactiv.showcase.service.account 中的 类
借助spring FactoryBean 对apache shiro的premission进行动态创建
ChainDefinitionSectionMetaSource() - 类 com.github.dactiv.showcase.service.account.ChainDefinitionSectionMetaSource 的构造方法
 
changePassword(String, String) - 类 com.github.dactiv.showcase.web.SystemCommonController 中的方法
当前用户修改密码C.修改成功将会注销用户,重新登录
changePortrait(HttpServletRequest) - 类 com.github.dactiv.showcase.web.SystemCommonController 中的方法
修改用户头像C
changeProfile(String, String, String) - 类 com.github.dactiv.showcase.web.SystemCommonController 中的方法
修改个人信息C,修改成功将会重定向到主页
com.github.dactiv.showcase.common - 软件包 com.github.dactiv.showcase.common
 
com.github.dactiv.showcase.common.annotation - 软件包 com.github.dactiv.showcase.common.annotation
 
com.github.dactiv.showcase.common.enumeration - 软件包 com.github.dactiv.showcase.common.enumeration
 
com.github.dactiv.showcase.common.enumeration.entity - 软件包 com.github.dactiv.showcase.common.enumeration.entity
 
com.github.dactiv.showcase.dao.account - 软件包 com.github.dactiv.showcase.dao.account
 
com.github.dactiv.showcase.dao.foundation.audit - 软件包 com.github.dactiv.showcase.dao.foundation.audit
 
com.github.dactiv.showcase.dao.foundation.variable - 软件包 com.github.dactiv.showcase.dao.foundation.variable
 
com.github.dactiv.showcase.entity - 软件包 com.github.dactiv.showcase.entity
 
com.github.dactiv.showcase.entity.account - 软件包 com.github.dactiv.showcase.entity.account
 
com.github.dactiv.showcase.entity.foundation.audit - 软件包 com.github.dactiv.showcase.entity.foundation.audit
 
com.github.dactiv.showcase.entity.foundation.variable - 软件包 com.github.dactiv.showcase.entity.foundation.variable
 
com.github.dactiv.showcase.service - 软件包 com.github.dactiv.showcase.service
 
com.github.dactiv.showcase.service.account - 软件包 com.github.dactiv.showcase.service.account
 
com.github.dactiv.showcase.service.foundation - 软件包 com.github.dactiv.showcase.service.foundation
 
com.github.dactiv.showcase.web - 软件包 com.github.dactiv.showcase.web
 
com.github.dactiv.showcase.web.account - 软件包 com.github.dactiv.showcase.web.account
 
com.github.dactiv.showcase.web.foundation.audit - 软件包 com.github.dactiv.showcase.web.foundation.audit
 
com.github.dactiv.showcase.web.foundation.variable - 软件包 com.github.dactiv.showcase.web.foundation.variable
 
createSessionIfNull() - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
创建一个shiro的session,如果存在session就用现有的session,否则创建一个新的session

D

DataDictionary - com.github.dactiv.showcase.entity.foundation.variable 中的 类
数据字典实体
DataDictionary() - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 的构造方法
 
DataDictionary(String, String, String) - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 的构造方法
 
DataDictionaryController - com.github.dactiv.showcase.web.foundation.variable 中的 类
数据字典管理Controller
DataDictionaryController() - 类 com.github.dactiv.showcase.web.foundation.variable.DataDictionaryController 的构造方法
 
DataDictionaryDao - com.github.dactiv.showcase.dao.foundation.variable 中的 类
数据字典数据访问
DataDictionaryDao() - 类 com.github.dactiv.showcase.dao.foundation.variable.DataDictionaryDao 的构造方法
 
DEFAULT_CAPTCHA_PARAM - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的静态变量
默认验证码参数名称
DEFAULT_DICTIONARY_VALUE - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态变量
 
delete(List<String>, RedirectAttributes) - 类 com.github.dactiv.showcase.web.account.GroupController 中的方法
通过主键id集合删除组,删除成功后重定向到:account/group/view
delete(List<String>, RedirectAttributes) - 类 com.github.dactiv.showcase.web.account.ResourceController 中的方法
通过主键id集合删除资源,删除成功后重定向到:account/resource/view
delete(List<String>, RedirectAttributes) - 类 com.github.dactiv.showcase.web.account.UserController 中的方法
通过主键id集合删除用户,删除成功后重定向到:account/user/view
delete(List<String>, RedirectAttributes) - 类 com.github.dactiv.showcase.web.foundation.variable.DataDictionaryController 中的方法
通过主键id集合删除数据字典,删除成功后重定向到:foundation/variable/data-dictionary/view
delete(List<String>, RedirectAttributes) - 类 com.github.dactiv.showcase.web.foundation.variable.DictionaryCategoryController 中的方法
通过主键id集合删除字典类别,删除成功后重定向到:foundation/variable/dictionary-category/view
deleteDataDictionary(List<String>) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
删除数据字典
deleteDictionaryCategory(List<String>) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
删除字典类别
deleteGroups(List<String>) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
删除组实体
deleteResources(List<String>) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过资源实体集合删除资源
deleteUser(User) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过用户实体删除用户
deleteUsers(List<String>) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
删除用户
DictionaryCategory - com.github.dactiv.showcase.entity.foundation.variable 中的 类
字典类别实体
DictionaryCategory() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 的构造方法
 
DictionaryCategoryController - com.github.dactiv.showcase.web.foundation.variable 中的 类
字典类别管理Controller
DictionaryCategoryController() - 类 com.github.dactiv.showcase.web.foundation.variable.DictionaryCategoryController 的构造方法
 
DictionaryCategoryDao - com.github.dactiv.showcase.dao.foundation.variable 中的 类
字典类别数据访问
DictionaryCategoryDao() - 类 com.github.dactiv.showcase.dao.foundation.variable.DictionaryCategoryDao 的构造方法
 
doAround(ProceedingJoinPoint) - 类 com.github.dactiv.showcase.service.foundation.OperatingRecordAspect 中的方法
在带有OperatingAudit注解的方法中监控执行过程
doGetAuthenticationInfo(AuthenticationToken) - 类 com.github.dactiv.showcase.service.account.JdbcAuthenticationRealm 中的方法
用户登录的身份验证方法
doGetAuthorizationInfo(PrincipalCollection) - 类 com.github.dactiv.showcase.service.account.AuthorizationRealm 中的方法
当用户进行访问链接时的授权方法

E

executeLogin(ServletRequest, ServletResponse) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
重写父类方法,在shiro执行登录时先对比验证码,正确后在登录,否则直接登录失败

G

getAllowIncorrectNumber() - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
获取允许登录次数
getAuthorizationInfo() - 类 com.github.dactiv.showcase.common.SessionVariable 中的方法
获取当前用户的所有授权资源集合
getByCategoryCode(SystemDictionaryCode, String...) - 类 com.github.dactiv.showcase.dao.foundation.variable.DataDictionaryDao 中的方法
通过字典类别代码获取数据字典集合
getCaptcha(ServletRequest) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
获取用户输入的验证码
getCaptcha(HttpSession) - 类 com.github.dactiv.showcase.web.SystemCommonController 中的方法
生成验证码C
getCaptchaParam() - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
获取验证码提交的参数名称
getCategory() - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
获取所属类别
getChildren() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取下级组集合
getChildren() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取子类资源
getChildren() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取所有叶子节点
getCode() - 枚举 com.github.dactiv.showcase.common.enumeration.SystemDictionaryCode 中的方法
获取类型代码
getCode() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取代码
getCurrentUserPortrait() - 类 com.github.dactiv.showcase.web.SystemCommonController 中的方法
获取当前用户头像C
getDataDictionariesByCategoryCode(SystemDictionaryCode, String...) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
通过字典类别代码获取数据字典集合
getDataDictionariesList() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取拥有的数据字典集合
getDataDictionary(String) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
获取数据字典实体
getDictionaryCategories() - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
获取所有字典类别
getDictionaryCategories(List<PropertyFilter>) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
根据属性过滤器获取或有字典类别
getDictionaryCategory(String) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
获取字典类别实体
getEmail() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取邮件
getEndDate() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取操作结束时间
getFkUserId() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取操作人主键ID
getFunction() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取功能名称
getGroup(String) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过id获取组实体
getGroupNames() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取所在组所用名称
getGroups(List<String>) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过组id,获取组集合
getGroups(GroupType, String...) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
根据组类型获取所有组信息
getGroupsList() - 类 com.github.dactiv.showcase.common.SessionVariable 中的方法
获取当前用户所在的组集合
getGroupsList() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取该资源对应的组集合
getGroupsList() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取该用户所在的组
getIcon() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取资源图标
getId() - 类 com.github.dactiv.showcase.entity.IdEntity 中的方法
获取主键ID
getIp() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取id地址
getLeaf() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取当前实体是否包含子节点,如果是返回ture,否则返回false
getLeaf() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取当前资源是否包含叶子节点,如果是返回ture,否则返回false
getLeaf() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取是否包含叶子节点,如果是返回ture,否则返回false
getLoginIncorrectNumberKeyAttribute() - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
获取登录错误次数的key属性名称
getMemberIds() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取所有成员的id
getMembersList() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取组成员
getMenusList() - 类 com.github.dactiv.showcase.common.SessionVariable 中的方法
获取当前用户拥有的菜单集合
getMethod() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取操作的java方法
getModule() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取模块名称
getName() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.GroupType 中的方法
获取类型名称
getName() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.OperatingState 中的方法
获取名称
getName() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.ResourceType 中的方法
获取资源类型名称
getName() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.State 中的方法
获取名称
getName() - 接口 com.github.dactiv.showcase.common.enumeration.ValueEnum 中的方法
获取名称
getName(SystemDictionaryCode, Object) - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
获取数据字典名称
getName(Class<? extends Enum<? extends ValueEnum<?>>>, Object) - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
通过字典枚举获取字典名称
getName() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取组名称
getName() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取资源名称
getName() - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
获取名称
getName() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取名称
getObject() - 类 com.github.dactiv.showcase.service.account.ChainDefinitionSectionMetaSource 中的方法
 
getObjectType() - 类 com.github.dactiv.showcase.service.account.ChainDefinitionSectionMetaSource 中的方法
 
getOperatingRecord(String) - 类 com.github.dactiv.showcase.service.foundation.SystemAuditManager 中的方法
获取操作记录实体
getOperatingTarget() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取操作目标
getParent() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取上级组
getParent() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取父类资源
getParent() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取父类节点
getParentDictionaryCategories() - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
获取最顶级(父类)的字典类别集合
getParentGroups(GroupType) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
获取最顶级(父类)的组集合
getParentId() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取父类ID
getParentId() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取父类ID
getParentId() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取父类ID
getParentName() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取父类名称
getParentName() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取父类名称
getParentName() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取父类名称
getParentResources() - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
获取最顶级(父类)的资源集合
getPassword() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取登录密码
getPermission() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取permission字符串
getPortrait() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取用户头像
getReadValue() - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
根据type属性的值获取真正的值
getRealname() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取真实姓名
getRemark() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取备注
getRemark() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取备注
getRemark() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取描述
getRemark() - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
获取备注
getRemark() - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
获取备注
getResource(String) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过id获取资源实体
getResourceCount() - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
获取资源实体的总记录数
getResources(List<String>) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过id集合获取资源资源
getResources(String...) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
获取所有资源
getResourcesList() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取拥有资源
getSession() - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
获取shiro的session
getSession(boolean) - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
获取shiro的session
getSessionCaptchaKeyAttribute() - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
获取设置在session中的存储验证码的key名称
getSessionVariable() - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
获取当前系统常用Session变量实体
getSort() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取顺序值
getStartDate() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取开始操作时间
getState() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取组状态
getState() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取用户状态
getState() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取执行状态,1代表成,2代表执行时出现异常
getStateName() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取状态名称
getStateName() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取状态名称
getStateName() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取状态的中文名称
getType() - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
获取组类型
getType() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取资源类型
getType() - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
获取值类型
getTypeName() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取资源类型的名称
getUser() - 类 com.github.dactiv.showcase.common.SessionVariable 中的方法
获取当前用户
getUser(String) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过id获取用户实体
getUserByUsername(String) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过登录帐号获取用户实体
getUsername() - 类 com.github.dactiv.showcase.entity.account.User 中的方法
获取登录名称
getUsername() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
获取操作人名称
getUserResources(String) - 类 com.github.dactiv.showcase.dao.account.ResourceDao 中的方法
通过用户id获取用户所有资源
getUserResources(String) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过用户id获取该用户下的所有资源
getValue() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.GroupType 中的方法
获取类型值
getValue() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.OperatingState 中的方法
获取值
getValue() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.ResourceType 中的方法
获取资源类型值
getValue() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.State 中的方法
获取值
getValue() - 接口 com.github.dactiv.showcase.common.enumeration.ValueEnum 中的方法
获取值
getValue() - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
获取资源操作URL
getValue() - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
获取值
getVariables(SystemDictionaryCode, String...) - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
通过字典类别代码获取数据字典集合
getVariables(Class<? extends Enum<? extends ValueEnum<?>>>, Object...) - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
通过字典枚举获取数据字典集合
globalException(Throwable) - 类 com.github.dactiv.showcase.web.SystemExceptionController 中的方法
出现任何异常拦截的控制器(除了BindException和ServiceException),返回exception/global-exception.html
Group - com.github.dactiv.showcase.entity.account 中的 类
组实体
Group() - 类 com.github.dactiv.showcase.entity.account.Group 的构造方法
构造方法
GroupController - com.github.dactiv.showcase.web.account 中的 类
组管理Controller
GroupController() - 类 com.github.dactiv.showcase.web.account.GroupController 的构造方法
 
GroupDao - com.github.dactiv.showcase.dao.account 中的 类
组数据访问
GroupDao() - 类 com.github.dactiv.showcase.dao.account.GroupDao 的构造方法
 
GroupType - com.github.dactiv.showcase.common.enumeration.entity 中的 枚举
组类型

I

id - 类 com.github.dactiv.showcase.entity.IdEntity 中的变量
 
IdEntity - com.github.dactiv.showcase.entity 中的 类
UUID主键父类
IdEntity() - 类 com.github.dactiv.showcase.entity.IdEntity 的构造方法
 
index() - 类 com.github.dactiv.showcase.web.SystemCommonController 中的方法
默认进入首页的C
insert(User, List<String>, RedirectAttributes) - 类 com.github.dactiv.showcase.web.account.UserController 中的方法
创建用户,创建成功后重定向到:account/user/view
insertOperatingRecord(OperatingRecord) - 类 com.github.dactiv.showcase.service.foundation.SystemAuditManager 中的方法
插入操作记录
insertUser(User) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
新增用户
isAuthenticated() - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的静态方法
判断当前会话是否登录
isSingleton() - 类 com.github.dactiv.showcase.service.account.ChainDefinitionSectionMetaSource 中的方法
 
isUsernameUnique(String) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
是否唯一的登录帐号,如果是返回true,否则返回false.
isUsernameUnique(String) - 类 com.github.dactiv.showcase.web.account.UserController 中的方法
判断用户帐号是否唯一,在新建时使用,如果存在用户返回"true",否则返回"false"

J

JdbcAuthenticationRealm - com.github.dactiv.showcase.service.account 中的 类
apache shiro 的身份验证类
JdbcAuthenticationRealm() - 类 com.github.dactiv.showcase.service.account.JdbcAuthenticationRealm 的构造方法
 

L

login() - 类 com.github.dactiv.showcase.web.SystemCommonController 中的方法
登录C,返回登录页面。

M

mergeResourcesToParent(List<Resource>, ResourceType) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
并合子类资源到父类中,返回一个新的资源集合
mergeToParent(List<Resource>, ResourceType) - 类 com.github.dactiv.showcase.dao.account.ResourceDao 中的方法
并合子类资源到父类中,返回一个新的资源集合

O

onLoginFailure(AuthenticationToken, AuthenticationException, ServletRequest, ServletResponse) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
重写父类方法,当登录失败后,将allowIncorrectNumber(允许登错误录次) + 1
onLoginSuccess(AuthenticationToken, Subject, ServletRequest, ServletResponse) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
重写父类方法,当登录成功后,将allowIncorrectNumber(允许登错误录次)设置为0,重置下一次登录的状态
OperatingAudit - com.github.dactiv.showcase.common.annotation 中的 注释类型
操作审计注解,通过该注解,在类或方法中使用,当调用到该方法时 会引起一次aop,就是OperatingRecordAspect类,通过该类在调用 之后都会做一次记录,并个把所有的记录存储在TB_OPERATING_RECORD 表中,详细例子:UserController
OperatingRecord - com.github.dactiv.showcase.entity.foundation.audit 中的 类
操作记录实体,记录用户的操作信息
OperatingRecord() - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 的构造方法
构造方法
OperatingRecordAspect - com.github.dactiv.showcase.service.foundation 中的 类
操作记录Aspect,当执行某个Controller时会判断该Controller是否存在OperatingAudit 注解,如果存在表示该Controller需要执行操作记录,当执行完成后,会在TB_OPERATING_RECORD 表中插入一条数据,当某个Controller需要做操作记录但又重定向到另外一个也是需要做操作记录 时,会在TB_OPERATING_RECORDD表中插入两条数据,以此类推。
OperatingRecordAspect() - 类 com.github.dactiv.showcase.service.foundation.OperatingRecordAspect 的构造方法
 
OperatingRecordController - com.github.dactiv.showcase.web.foundation.audit 中的 类
操作记录管理Controller
OperatingRecordController() - 类 com.github.dactiv.showcase.web.foundation.audit.OperatingRecordController 的构造方法
 
OperatingRecordDao - com.github.dactiv.showcase.dao.foundation.audit 中的 类
操作记录数据访问
OperatingRecordDao() - 类 com.github.dactiv.showcase.dao.foundation.audit.OperatingRecordDao 的构造方法
 
OperatingState - com.github.dactiv.showcase.common.enumeration.entity 中的 枚举
操作状态

R

read(String, Model) - 类 com.github.dactiv.showcase.web.account.GroupController 中的方法
读取组信息,返回account/group/read.html页面
read(String, Model, Resource) - 类 com.github.dactiv.showcase.web.account.ResourceController 中的方法
读取资源信息,返回account/resource/read.html页面
read(String, Model) - 类 com.github.dactiv.showcase.web.account.UserController 中的方法
创建和更新使用的方法签名.如果链接没有?
read(Model, String) - 类 com.github.dactiv.showcase.web.foundation.audit.OperatingRecordController 中的方法
读取操作记录,返回foundation/audit/operating-record/read.html页面
read(String, Model) - 类 com.github.dactiv.showcase.web.foundation.variable.DataDictionaryController 中的方法
读取数据字典,返回foundation/variable/data-dictionary/read.html页面
read(String, Model) - 类 com.github.dactiv.showcase.web.foundation.variable.DictionaryCategoryController 中的方法
读取字典类别,返回foundation/variable/dictionary-category/read.html页面
Resource - com.github.dactiv.showcase.entity.account 中的 类
安全资源(包括菜单)实体
Resource() - 类 com.github.dactiv.showcase.entity.account.Resource 的构造方法
构造方法
ResourceController - com.github.dactiv.showcase.web.account 中的 类
资源管理Controller
ResourceController() - 类 com.github.dactiv.showcase.web.account.ResourceController 的构造方法
 
ResourceDao - com.github.dactiv.showcase.dao.account 中的 类
资源数据访问
ResourceDao() - 类 com.github.dactiv.showcase.dao.account.ResourceDao 的构造方法
 
ResourceType - com.github.dactiv.showcase.common.enumeration.entity 中的 枚举
资源类型枚举

S

save(Group, HttpServletRequest, RedirectAttributes) - 类 com.github.dactiv.showcase.web.account.GroupController 中的方法
保存或更新组,保存成功后重定向到:account/group/view
save(Resource, String, RedirectAttributes) - 类 com.github.dactiv.showcase.web.account.ResourceController 中的方法
保存或更新资源,保存成功后重定向到:account/resource/view
save(DataDictionary, String, RedirectAttributes) - 类 com.github.dactiv.showcase.web.foundation.variable.DataDictionaryController 中的方法
保存或更新数据字典,保存成功后重定向到:foundation/variable/data-dictionary/view
save(DictionaryCategory, String, RedirectAttributes) - 类 com.github.dactiv.showcase.web.foundation.variable.DictionaryCategoryController 中的方法
保存或更新字典类别,保存成功后重定向到:foundation/variable/dictionary-category/view
saveDataDictionary(DataDictionary) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
保存数据字典
saveDictionaryCategory(DictionaryCategory) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
保存字典类别
saveGroup(Group) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
保存组实体
saveResource(Resource) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
保存资源实体
searchDataDictionaryPage(PageRequest, List<PropertyFilter>) - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 中的方法
获取数据字典分页对象
searchOperatingRecordPage(PageRequest, List<PropertyFilter>) - 类 com.github.dactiv.showcase.service.foundation.SystemAuditManager 中的方法
获取操作记录分页对象
searchUserPage(PageRequest, List<PropertyFilter>) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
通过属性过滤器查询用户分页
sendError(String) - 类 com.github.dactiv.showcase.web.foundation.audit.OperatingRecordController 中的方法
发送错误报告
ServiceException - com.github.dactiv.showcase.service 中的 异常
业务层的异常类
ServiceException() - 异常 com.github.dactiv.showcase.service.ServiceException 的构造方法
 
ServiceException(String) - 异常 com.github.dactiv.showcase.service.ServiceException 的构造方法
 
ServiceException(Throwable) - 异常 com.github.dactiv.showcase.service.ServiceException 的构造方法
 
ServiceException(String, Throwable) - 异常 com.github.dactiv.showcase.service.ServiceException 的构造方法
 
serviceException(ServiceException) - 类 com.github.dactiv.showcase.web.SystemExceptionController 中的方法
出现service异常拦截的控制器,返回exception/service-exception.html
SessionVariable - com.github.dactiv.showcase.common 中的 类
系统常用Session变量实体
SessionVariable() - 类 com.github.dactiv.showcase.common.SessionVariable 的构造方法
 
SessionVariable(User) - 类 com.github.dactiv.showcase.common.SessionVariable 的构造方法
 
SessionVariable(User, List<Resource>, List<Resource>) - 类 com.github.dactiv.showcase.common.SessionVariable 的构造方法
 
setAllowIncorrectNumber(Integer) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
设置允许登录次数,当登录次数大于该数值时,会在页面中显示验证码
setAuthorizationInfo(List<Resource>) - 类 com.github.dactiv.showcase.common.SessionVariable 中的方法
设置当前用户的所有授权资源集合
setCaptchaParam(String) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
设置验证码提交的参数名称
setCategory(DictionaryCategory) - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
设置所属类别
setChildren(List<Group>) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置下级组集合
setChildren(List<Resource>) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置子类资源
setChildren(List<DictionaryCategory>) - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
设置叶子节点
setCode(String) - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
设置代码
setDataDictionariesList(List<DataDictionary>) - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
设置拥有的数据字典集合
setDefaultPermission(List<String>) - 类 com.github.dactiv.showcase.service.account.AuthorizationRealm 中的方法
设置默认permission
setDefaultPermissionString(String) - 类 com.github.dactiv.showcase.service.account.AuthorizationRealm 中的方法
设置默认permission
setEmail(String) - 类 com.github.dactiv.showcase.entity.account.User 中的方法
设置邮件
setEndDate(Date) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置操作结束时间
setFailureAttribute(ServletRequest, AuthenticationException) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
重写父类方法,当登录失败将异常信息设置到request的attribute中
setFilterChainDefinitions(String) - 类 com.github.dactiv.showcase.service.account.ChainDefinitionSectionMetaSource 中的方法
通过filterChainDefinitions对默认的链接过滤定义
setFkUserId(String) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置操作人主键ID
setFunction(String) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置功能名称
setGroupsList(List<Group>) - 类 com.github.dactiv.showcase.common.SessionVariable 中的方法
设置当前用户所在的组集合
setGroupsList(List<Group>) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置该资源对应的组集合
setGroupsList(List<Group>) - 类 com.github.dactiv.showcase.entity.account.User 中的方法
设置用户所在的组
setIcon(String) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置资源图标
setId(String) - 类 com.github.dactiv.showcase.entity.IdEntity 中的方法
设置主键ID,
setIp(String) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置id地址
setLeaf(Boolean) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置当前实体是否包含子节点
setLeaf(Boolean) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置当前资源是否包含叶子节点,
setLeaf(Boolean) - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
设置是否包含叶子节点
setLoginIncorrectNumberKeyAttribute(String) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
设置登录错误次数的key属性名称
setMembersList(List<User>) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置组成员
setMenusList(List<Resource>) - 类 com.github.dactiv.showcase.common.SessionVariable 中的方法
设置当前用户拥有的菜单集合
setMethod(String) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置操作的java方法
setModule(String) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置模块名称
setName(String) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置组名称
setName(String) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置资源名称
setName(String) - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
设置名称
setName(String) - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
设置名称
setOperatingTarget(String) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置操作目标
setParent(Group) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置上级组
setParent(Resource) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置父类资源
setParent(DictionaryCategory) - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
设置父类节点
setPassword(String) - 类 com.github.dactiv.showcase.entity.account.User 中的方法
设置登录密码
setPermission(String) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置permission字符串
setPortrait(String) - 类 com.github.dactiv.showcase.entity.account.User 中的方法
设置用户头像
setRealname(String) - 类 com.github.dactiv.showcase.entity.account.User 中的方法
设置真实名称
setRemark(String) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置备注
setRemark(String) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置备注
setRemark(String) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置描述
setRemark(String) - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
设置备注
setRemark(String) - 类 com.github.dactiv.showcase.entity.foundation.variable.DictionaryCategory 中的方法
设置备注
setResourcesList(List<Resource>) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置该组的操作资源
setSessionCaptchaKeyAttribute(String) - 类 com.github.dactiv.showcase.service.account.CaptchaAuthenticationFilter 中的方法
设置在session中的存储验证码的key名称
setSort(Long) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置顺序值
setStartDate(Date) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置开始操作时间
setState(Integer) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置组状态
setState(Integer) - 类 com.github.dactiv.showcase.entity.account.User 中的方法
设置用户状态
setState(Integer) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置执行状态
setSystemVariableManager(SystemVariableManager) - 类 com.github.dactiv.showcase.common.SystemVariableUtils 中的方法
 
setType(String) - 类 com.github.dactiv.showcase.entity.account.Group 中的方法
设置组类型
setType(String) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置资源类型
setType(String) - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
设置值类型
setUser(User) - 类 com.github.dactiv.showcase.common.SessionVariable 中的方法
设置当前用户
setUsername(String) - 类 com.github.dactiv.showcase.entity.account.User 中的方法
设置登录名称
setUsername(String) - 类 com.github.dactiv.showcase.entity.foundation.audit.OperatingRecord 中的方法
设置操作人名称
setValue(String) - 类 com.github.dactiv.showcase.entity.account.Resource 中的方法
设置资源操作URL
setValue(String) - 类 com.github.dactiv.showcase.entity.foundation.variable.DataDictionary 中的方法
设置值
State - com.github.dactiv.showcase.common.enumeration.entity 中的 枚举
状态枚举
SystemAuditManager - com.github.dactiv.showcase.service.foundation 中的 类
系统审计业务逻辑
SystemAuditManager() - 类 com.github.dactiv.showcase.service.foundation.SystemAuditManager 的构造方法
 
SystemCommonController - com.github.dactiv.showcase.web 中的 类
系统安全控制器
SystemCommonController() - 类 com.github.dactiv.showcase.web.SystemCommonController 的构造方法
 
SystemDictionaryCode - com.github.dactiv.showcase.common.enumeration 中的 枚举
字典类型枚举
SystemExceptionController - com.github.dactiv.showcase.web 中的 类
系统异常控制器
SystemExceptionController() - 类 com.github.dactiv.showcase.web.SystemExceptionController 的构造方法
 
SystemVariableManager - com.github.dactiv.showcase.service.foundation 中的 类
系统字典管理业务逻辑
SystemVariableManager() - 类 com.github.dactiv.showcase.service.foundation.SystemVariableManager 的构造方法
 
SystemVariableUtils - com.github.dactiv.showcase.common 中的 类
系统变量工具类
SystemVariableUtils() - 类 com.github.dactiv.showcase.common.SystemVariableUtils 的构造方法
 

U

unauthorized() - 类 com.github.dactiv.showcase.web.SystemExceptionController 中的方法
没有权限控制器,返回exception/unauthorized.html
update(User, List<String>, RedirectAttributes) - 类 com.github.dactiv.showcase.web.account.UserController 中的方法
更新用户,更新成功后重定向到:account/user/view
updatePassword(String, String) - 类 com.github.dactiv.showcase.dao.account.UserDao 中的方法
通过用户id更新用户密码
UpdatePassword - 类 com.github.dactiv.showcase.entity.account.User 中的静态变量
更新用户密码NamedQuery
updateUser(User) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
更新用户
updateUserPassword(String, String) - 类 com.github.dactiv.showcase.service.account.AccountManager 中的方法
更新当前用户密码
User - com.github.dactiv.showcase.entity.account 中的 类
用户实体
User() - 类 com.github.dactiv.showcase.entity.account.User 的构造方法
构造方法
UserController - com.github.dactiv.showcase.web.account 中的 类
用户管理Controller
UserController() - 类 com.github.dactiv.showcase.web.account.UserController 的构造方法
 
UserDao - com.github.dactiv.showcase.dao.account 中的 类
用户数据访问
UserDao() - 类 com.github.dactiv.showcase.dao.account.UserDao 的构造方法
 
UserResources - 类 com.github.dactiv.showcase.entity.account.Resource 中的静态变量
通过用户id和资源类型获取该用户下的所有资源

V

ValueEnum<V> - com.github.dactiv.showcase.common.enumeration 中的 接口
针对键为String值为任意Object类型的枚举接口父类
valueOf(String) - 枚举 com.github.dactiv.showcase.common.enumeration.entity.GroupType 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.github.dactiv.showcase.common.enumeration.entity.OperatingState 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.github.dactiv.showcase.common.enumeration.entity.ResourceType 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.github.dactiv.showcase.common.enumeration.entity.State 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 com.github.dactiv.showcase.common.enumeration.SystemDictionaryCode 中的静态方法
返回带有指定名称的该类型的枚举常量。
values() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.GroupType 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.OperatingState 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.ResourceType 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.github.dactiv.showcase.common.enumeration.entity.State 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
values() - 枚举 com.github.dactiv.showcase.common.enumeration.SystemDictionaryCode 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
view() - 类 com.github.dactiv.showcase.web.account.GroupController 中的方法
获取组列表,返回account/group/view.html页面
view() - 类 com.github.dactiv.showcase.web.account.ResourceController 中的方法
获取资源列表,返回account/resource/view.html页面
view(PageRequest, HttpServletRequest) - 类 com.github.dactiv.showcase.web.account.UserController 中的方法
获取用户列表,返回account/user/view.html页面
view(PageRequest, HttpServletRequest) - 类 com.github.dactiv.showcase.web.foundation.audit.OperatingRecordController 中的方法
获取操作记录列表
view(PageRequest, HttpServletRequest) - 类 com.github.dactiv.showcase.web.foundation.variable.DataDictionaryController 中的方法
获取数据字典列表,返回foundation/variable/data-dictionary/view.html页面
view() - 类 com.github.dactiv.showcase.web.foundation.variable.DictionaryCategoryController 中的方法
获取字典类别列表,返回foundation/variable/data-dictionary/view.html页面

A B C D E G I J L M O R S U V

Copyright © 2014. All rights reserved.