CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码

文件名称:shiro-example

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-09-01
  • 文件大小:
    10.86mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

shiro-example,使用apache shiro完成安全框架,其中包含了部分oauth2的集成-shiro example
(系统自动生成,下载前可以参看下载内容)

下载文件列表

shiro-example/
shiro-example/.git/
shiro-example/.git/branches/
shiro-example/.git/config
shiro-example/.git/description
shiro-example/.git/HEAD
shiro-example/.git/hooks/
shiro-example/.git/hooks/applypatch-msg.sample
shiro-example/.git/hooks/commit-msg.sample
shiro-example/.git/hooks/post-update.sample
shiro-example/.git/hooks/pre-applypatch.sample
shiro-example/.git/hooks/pre-commit.sample
shiro-example/.git/hooks/pre-push.sample
shiro-example/.git/hooks/pre-rebase.sample
shiro-example/.git/hooks/prepare-commit-msg.sample
shiro-example/.git/hooks/update.sample
shiro-example/.git/index
shiro-example/.git/info/
shiro-example/.git/info/exclude
shiro-example/.git/logs/
shiro-example/.git/logs/HEAD
shiro-example/.git/logs/refs/
shiro-example/.git/logs/refs/heads/
shiro-example/.git/logs/refs/heads/master
shiro-example/.git/logs/refs/remotes/
shiro-example/.git/logs/refs/remotes/origin/
shiro-example/.git/logs/refs/remotes/origin/HEAD
shiro-example/.git/objects/
shiro-example/.git/objects/info/
shiro-example/.git/objects/pack/
shiro-example/.git/objects/pack/pack-9dc1f377827e3b07358f5ce404d7e58321898061.idx
shiro-example/.git/objects/pack/pack-9dc1f377827e3b07358f5ce404d7e58321898061.pack
shiro-example/.git/packed-refs
shiro-example/.git/refs/
shiro-example/.git/refs/heads/
shiro-example/.git/refs/heads/master
shiro-example/.git/refs/remotes/
shiro-example/.git/refs/remotes/origin/
shiro-example/.git/refs/remotes/origin/HEAD
shiro-example/.git/refs/tags/
shiro-example/.gitignore
shiro-example/pom.xml
shiro-example/README.md
shiro-example/shiro-example-chapter10/
shiro-example/shiro-example-chapter10/pom.xml
shiro-example/shiro-example-chapter10/src/
shiro-example/shiro-example-chapter10/src/main/
shiro-example/shiro-example-chapter10/src/main/java/
shiro-example/shiro-example-chapter10/src/main/java/com/
shiro-example/shiro-example-chapter10/src/main/java/com/github/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/JdbcTemplateUtils.java
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/SerializableUtils.java
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/session/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/session/dao/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/session/dao/MySessionDao.java
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/session/scheduler/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/session/scheduler/MySessionValidationScheduler.java
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/web/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/web/listener/
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/web/listener/MySessionListener1.java
shiro-example/shiro-example-chapter10/src/main/java/com/github/zhangkaitao/shiro/chapter10/web/listener/MySessionListener2.java
shiro-example/shiro-example-chapter10/src/main/java/org/
shiro-example/shiro-example-chapter10/src/main/java/org/apache/
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/session/
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/session/filter/
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/session/filter/OnlineSessionFilter.java
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/session/mgt/
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/session/mgt/IpUtils.java
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/session/mgt/OnlineSession.java
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/session/mgt/OnlineSessionFactory.java
shiro-example/shiro-example-chapter10/src/main/java/org/apache/shiro/ShiroConstants.java
shiro-example/shiro-example-chapter10/src/main/resources/
shiro-example/shiro-example-chapter10/src/main/resources/ehcache.xml
shiro-example/shiro-example-chapter10/src/main/resources/shiro-web.ini
shiro-example/shiro-example-chapter10/src/main/webapp/
shiro-example/shiro-example-chapter10/src/main/webapp/index.jsp
shiro-example/shiro-example-chapter10/src/main/webapp/invalidSession.jsp
shiro-example/shiro-example-chapter10/src/main/webapp/login.jsp
shiro-example/shiro-example-chapter10/src/main/webapp/WEB-INF/
shiro-example/shiro-example-chapter10/src/main/webapp/WEB-INF/web.xml
shiro-example/shiro-example-chapter10/src/sql/
shiro-example/shiro-example-chapter10/src/sql/shiro.sql
shiro-example/shiro-example-chapter10/src/test/
shiro-example/shiro-example-chapter10/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com