[keycloak-dev] model to representation in flows

Vlasta Ramik vramik at redhat.com
Thu Oct 15 05:06:30 EDT 2015


Ok,

I've created https://issues.jboss.org/browse/KEYCLOAK-1966 for this.

Vlasta

On 10/14/2015 06:23 PM, Bill Burke wrote:
> 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
>>



More information about the keycloak-dev mailing list