[keycloak-user] Java Keycloak REST API Wrapper
Rodrigo Sasaki
rodrigopsasaki at gmail.com
Fri Jun 20 16:00:57 EDT 2014
Hi,
I'm working on a Java-based wrapper for the REST API, to make it look more
OO, abstracting the access to servers.
It uses methods such as
User bill = realm.getUser("bburke")
List<RoleRepresentation> roles =
bill.getApplicationRoleMappings("customer-portal");
It's still in it's early stages, but if you find it interesting, I'd be
happy to create a repo for other Java users to use it, and adapt it based
on suggestions aswell.
Best regards,
--
Rodrigo Sasaki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20140620/d8051372/attachment.html
More information about the keycloak-user
mailing list