Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads WEB Code JSP/Java

shiro-example

  • Category : JSP/Java
  • Tags :
  • Update : 2017-07-07
  • Size : 25.47mb
  • Downloaded :0次
  • Author :蜗*****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
This is a demo about the Shiro authentication framework, which includes role management, user management, menu management, resource management, login (remember me), and so on.
Packet file list
(Preview for download)
shiro-example-chapter24\.idea\.name
shiro-example-chapter24\.idea\artifacts\shiro_example_chapter24_war.xml
shiro-example-chapter24\.idea\artifacts\shiro_example_chapter24_war_exploded.xml
shiro-example-chapter24\.idea\compiler.xml
shiro-example-chapter24\.idea\copyright\profiles_settings.xml
shiro-example-chapter24\.idea\libraries\Maven__aopalliance_aopalliance_1_0.xml
shiro-example-chapter24\.idea\libraries\Maven__commons_beanutils_commons_beanutils_1_8_3.xml
shiro-example-chapter24\.idea\libraries\Maven__commons_collections_commons_collections_3_2_1.xml
shiro-example-chapter24\.idea\libraries\Maven__commons_logging_commons_logging_1_1_3.xml
shiro-example-chapter24\.idea\libraries\Maven__com_alibaba_druid_0_2_23.xml
shiro-example-chapter24\.idea\libraries\Maven__javax_servlet_javax_servlet_api_3_0_1.xml
shiro-example-chapter24\.idea\libraries\Maven__javax_servlet_jsp_jsp_api_2_2.xml
shiro-example-chapter24\.idea\libraries\Maven__javax_servlet_jstl_1_2.xml
shiro-example-chapter24\.idea\libraries\Maven__junit_junit_4_9.xml
shiro-example-chapter24\.idea\libraries\Maven__mysql_mysql_connector_java_5_1_25.xml
shiro-example-chapter24\.idea\libraries\Maven__net_sf_ehcache_ehcache_core_2_5_0.xml
shiro-example-chapter24\.idea\libraries\Maven__org_apache_shiro_shiro_core_1_2_2.xml
shiro-example-chapter24\.idea\libraries\Maven__org_apache_shiro_shiro_ehcache_1_2_2.xml
shiro-example-chapter24\.idea\libraries\Maven__org_apache_shiro_shiro_quartz_1_2_2.xml
shiro-example-chapter24\.idea\libraries\Maven__org_apache_shiro_shiro_spring_1_2_2.xml
shiro-example-chapter24\.idea\libraries\Maven__org_apache_shiro_shiro_web_1_2_2.xml
shiro-example-chapter24\.idea\libraries\Maven__org_aspectj_aspectjrt_1_7_4.xml
shiro-example-chapter24\.idea\libraries\Maven__org_aspectj_aspectjweaver_1_7_4.xml
shiro-example-chapter24\.idea\libraries\Maven__org_hamcrest_hamcrest_core_1_1.xml
shiro-example-chapter24\.idea\libraries\Maven__org_opensymphony_quartz_quartz_1_6_1.xml
shiro-example-chapter24\.idea\libraries\Maven__org_slf4j_slf4j_api_1_6_4.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_aop_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_beans_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_context_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_context_support_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_core_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_expression_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_jdbc_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_tx_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_webmvc_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\libraries\Maven__org_springframework_spring_web_4_0_0_RELEASE.xml
shiro-example-chapter24\.idea\misc.xml
shiro-example-chapter24\.idea\modules.xml
shiro-example-chapter24\.idea\vcs.xml
shiro-example-chapter24\.idea\workspace.xml
shiro-example-chapter24\pom.xml
shiro-example-chapter24\shiro-example-chapter24.iml
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\Constants.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\credentials\RetryLimitHashedCredentialsMatcher.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\dao\OrganizationDao.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\dao\OrganizationDaoImpl.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\dao\ResourceDao.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\dao\ResourceDaoImpl.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\dao\RoleDao.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\dao\RoleDaoImpl.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\dao\UserDao.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\dao\UserDaoImpl.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\entity\Organization.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\entity\Resource.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\entity\Role.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\entity\User.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\realm\UserRealm.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\OrganizationService.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\OrganizationServiceImpl.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\PasswordHelper.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\ResourceService.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\ResourceServiceImpl.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\RoleService.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\RoleServiceImpl.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\UserService.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\service\UserServiceImpl.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\bind\annotation\CurrentUser.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\bind\method\CurrentUserMethodArgumentResolver.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\controller\IndexController.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\controller\LoginController.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\controller\OrganizationController.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\controller\ResourceController.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\controller\RoleController.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\controller\SessionController.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\controller\UserController.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\exception\DefaultExceptionHandler.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\shiro\filter\ForceLogoutFilter.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\shiro\filter\SysUserFilter.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\chapter24\web\taglib\Functions.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\spring\SpringCacheManagerWrapper.java
shiro-example-chapter24\src\main\java\com\github\zhangkaitao\shiro\spring\SpringUtils.java
shiro-example-chapter24\src\main\resources\ehcache\ehcache.xml
shiro-example-chapter24\src\main\resources\resources.properties
shiro-example-chapter24\src\main\resources\spring-config-cache.xml
shiro-example-chapter24\src\main\resources\spring-config-shiro.xml
shiro-example-chapter24\src\main\resources\spring-config.xml
shiro-example-chapter24\src\main\resources\spring-mvc-shiro.xml
shiro-example-chapter24\src\main\resources\spring-mvc.xml
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\index.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\login.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\organization\appendChild.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\organization\index.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\organization\maintain.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\organization\move.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\organization\success.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\organization\tree.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\resource\edit.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\resource\list.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\role\edit.jsp
shiro-example-chapter24\src\main\webapp\WEB-INF\jsp\role\list.jsp
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.