[keycloak-dev] model to representation in flows
Vlasta Ramik
vramik at redhat.com
Wed Oct 14 12:21:52 EDT 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-dev/attachments/20151014/7bf263db/attachment.html
More information about the keycloak-dev
mailing list