[keycloak-user] Java Keycloak REST API Wrapper

Stian Thorgersen stian at redhat.com
Thu Jul 3 04:36:51 EDT 2014


How are you getting along with this?

BTW Don't use the model API as I suggested, that's an internal API so wouldn't make much sense. Extending the *Representation classes sounds like a good option.

----- Original Message -----
> From: "Stian Thorgersen" <stian at redhat.com>
> To: "Rodrigo Sasaki" <rodrigopsasaki at gmail.com>
> Cc: keycloak-user at lists.jboss.org
> Sent: Monday, 23 June, 2014 9:42:44 AM
> Subject: Re: [keycloak-user] Java Keycloak REST API Wrapper
> 
> That's great! Absolutely something we want. Once it's in a usable state I'd
> like to pull it in to our main Keycloak repo and include it as part of our
> build and release.
> 
> ----- Original Message -----
> > From: "Rodrigo Sasaki" <rodrigopsasaki at gmail.com>
> > To: keycloak-user at lists.jboss.org
> > Sent: Friday, 20 June, 2014 9:00:57 PM
> > Subject: [keycloak-user] Java Keycloak REST API Wrapper
> > 
> > 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
> > 
> > _______________________________________________
> > keycloak-user mailing list
> > keycloak-user at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/keycloak-user
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
> 


More information about the keycloak-user mailing list