From 7064ccc90d9f13ba8d1e1ebc59eb7b1400e548a6 Mon Sep 17 00:00:00 2001 From: Joshua Bellamy-Henn Date: Thu, 10 Jul 2014 14:13:17 -0600 Subject: [PATCH 1/3] Add Keycloak + Picketlink --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20a6f63..c9288d1 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,8 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ *Libraries that handle role/rights with associated permissions* * [Apache Shiro](http://shiro.apache.org/) +* [Keycloak](http://keycloak.jboss.org/) +* [PicketLink](http://picketlink.org/) ## Template Engine From ca569b05d1c8b21765ef2e085eeb1774fe00d8a7 Mon Sep 17 00:00:00 2001 From: Joshua Bellamy-Henn Date: Thu, 10 Jul 2014 14:18:00 -0600 Subject: [PATCH 2/3] Add description for resteasy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eea7634..953b282 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications, includes Jetty, Jackson, Jersey and Metrics * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation +* [RestEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification # Resources From d2a84de06c20efdd6f6866b8167b8e87204b79ae Mon Sep 17 00:00:00 2001 From: Joshua Bellamy-Henn Date: Thu, 10 Jul 2014 14:19:25 -0600 Subject: [PATCH 3/3] Add descriptions for keycloak + picketlink --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 953b282..e959af9 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,8 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ *Libraries that handle role/rights with associated permissions* * [Apache Shiro](http://shiro.apache.org/) -* [Keycloak](http://keycloak.jboss.org/) -* [PicketLink](http://picketlink.org/) +* [Keycloak](http://keycloak.jboss.org/) - Integrated SSO and IDM for browser apps and RESTful web services +* [PicketLink](http://picketlink.org/) - PicketLink is an umbrella project for security and identity management for Java Applications ## Server