You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/10/05 19:36:41 UTC

shiro-site git commit: Updating integrations page

Repository: shiro-site
Updated Branches:
  refs/heads/master 6bbb799e9 -> a76655011


Updating integrations page


Project: http://git-wip-us.apache.org/repos/asf/shiro-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro-site/commit/a7665501
Tree: http://git-wip-us.apache.org/repos/asf/shiro-site/tree/a7665501
Diff: http://git-wip-us.apache.org/repos/asf/shiro-site/diff/a7665501

Branch: refs/heads/master
Commit: a76655011d4438728518f526df85e69686ea88f0
Parents: 6bbb799
Author: Brian Demers <bd...@apache.org>
Authored: Wed Oct 5 15:36:32 2016 -0400
Committer: Brian Demers <bd...@apache.org>
Committed: Wed Oct 5 15:36:32 2016 -0400

----------------------------------------------------------------------
 integration.md | 32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro-site/blob/a7665501/integration.md
----------------------------------------------------------------------
diff --git a/integration.md b/integration.md
index ee0c86d..9e4c303 100644
--- a/integration.md
+++ b/integration.md
@@ -15,7 +15,7 @@ These integrations are supported by the Apache Shiro Development team. Want to h
 * **[CAS SSO server](cas.html)** Protect your WebApp with a Jasig CAS SSO server. 
 
 
-##Open Source Community Integrations
+## Open Source Community Integrations
 
 * **[Stormpath User Management](http://www.stormpath.com/blog/user-management-java-web-apps-stormpath-and-apache-shiro)** from [Stormpath](http://www.stormpath.com/)
 Pairing Apache Shiro with Stormpath gives you a full application security and user management system, with little to no coding.
@@ -23,6 +23,9 @@ Pairing Apache Shiro with Stormpath gives you a full application security and us
 * **[Grails](http://grails.org/plugins/shiro)** from [Pivotal](http://grails.org/) and [@pledbrook](https://twitter.com/@pledbrook)
 Very up-to-date Grails/Shiro Integration, including Grails 2.0 and Shiro 1.2. Adds easy authentication and access control to Grails applications. 
 
+* **[Apache Isis](http://isis.apache.org)** from [Apache](http://apache.org/) 
+Apache Isis is a full-stack framework for rapidly developing domain driven apps and RESTful APIs in Java.  [It uses Apache Shiro](http://isis.apache.org/documentation.html#security) 1.2.x for authentication and authorization.
+
 * **[Oauth](https://github.com/FeedTheCoffers/shiro-oauth)** from [@JimmiDyson](https://twitter.com/@JimmiDyson)
 Source code for an OAuth module for Apache Shiro based on Scribe
 
@@ -38,6 +41,31 @@ A nifty set of tools and libraries for enhancing productivity with the Apache Wi
 * **[Lift](https://github.com/timperrett/lift-shiro)** from [@timperrett](https://twitter.com/@timperrett)
 Integration between Shiro and the Lift Web framework. Uses Lift\u2019s sitemap Locs instead of Shiro\u2019s built in web.xml resource filters to control access to URLs. 
 
+* **[Redis Cache Manager](https://github.com/alexxiyang/shiro-redis)** from [@alexxiyang](https://github.com/alexxiyang)
+A [Redis](http://redis.io/) Cache Manager implementation.
+
+* **[Memcached Cache Manager](https://github.com/mythfish/shiro-memcached)** from [@mythfish](https://github.com/mythfish)
+A [Memcached](https://memcached.org/) Cache Manager implementation.
+
+* **[JAX-RS](https://github.com/silb/shiro-jersey)** from [@silb](https://github.com/silb)
+Apache Shiro support for the Jersey JAX-RS implementation.
+
+* **[Dropwizard](https://github.com/silb/dropwizard-shiro)** from [@silb](https://github.com/silb)
+A bundle for securing [Dropwizard](http://www.dropwizard.io/) with Apache Shiro.
+
+* **[Thymeleaf](https://github.com/theborakompanioni/thymeleaf-extras-shiro)** from [@theborakompanioni](https://github.com/theborakompanioni)
+A [Thymeleaf](http://www.thymeleaf.org/) dialect for [Apache Shiro](https://shiro.apache.org) [tags](https://shiro.apache.org/tags).
+
+* **[Krail](https://github.com/davidsowerby/krail)** from [@davidsowerby](https://github.com/davidsowerby)
+Krail provides a framework for rapid Java web development by combining Vaadin, Guice, Apache Shiro, Apache Commons Configuration and others.
+
+## Ports
+
+* **[Turnstile](https://github.com/stormpath/Turnstile)** - Swift
+
+* **[Yosai](https://github.com/YosaiProject/yosai)** - Python
+
+* **[Angular](https://github.com/gnavarro77/angular-shiro)** - Angular
 
 ##Got An Integration?
-Have an integration you want listed? Use Subversion (SVN) to pull down a copy of this page, and participate in Shiro development! [Learn more about contributing to Apache Shiro](how-to-contribute.html).
\ No newline at end of file
+Have an integration you want listed? Send us a pull request of [this page](https://github.com/apache/shiro-site/blob/master/integration.md), and participate in Shiro development! [Learn more about contributing to Apache Shiro](how-to-contribute.html).
\ No newline at end of file