[keycloak-dev] model to representation in flows

Bill Burke bburke at redhat.com
Wed Oct 14 12:23:29 EDT 2015


I was lazy.  didn't create a separate authenticationflow rep class. 
Jackson will just marshal the properties if there are no jackson 
annotations.

On 10/14/2015 12:21 PM, Vlasta Ramik wrote:
> Hi,
>
> In Keycloak REST Service there is List
> <http://docs.oracle.com/javase/7/docs/api/java/util/List.html><AuthenticationFlowModel
> <http://keycloak.github.io/docs/javadocs/org/keycloak/models/AuthenticationFlowModel.html>>
> as a return type when you call GET
> /admin/realms/{realm}/authentication/flows.
>
> When you call GET /admin/realms/{realm}/clients or GET
> /admin/realms/{realm}/users there is list of corresponding representation.
>
> Representations are created
> https://github.com/keycloak/keycloak/blob/master/services/src/main/java/org/keycloak/services/resources/admin/UsersResource.java#L268
> for users.
>
> Shouldn't be flows also converted from model to representation.
>
> Thanks,
> Vlasta
>
>
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the keycloak-dev mailing list