You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oltu.apache.org by "Stein Welberg (JIRA)" <ji...@apache.org> on 2014/09/12 13:23:33 UTC

[jira] [Commented] (OLTU-140) Returning resource from Resource server to oltu client

    [ https://issues.apache.org/jira/browse/OLTU-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131421#comment-14131421 ] 

Stein Welberg commented on OLTU-140:
------------------------------------

This is documentation issue and should be fixed on the wiki.

> Returning resource from Resource server to oltu client
> ------------------------------------------------------
>
>                 Key: OLTU-140
>                 URL: https://issues.apache.org/jira/browse/OLTU-140
>             Project: Apache Oltu
>          Issue Type: Improvement
>          Components: oauth2-resourceserver
>            Reporter: abishkar
>
> How to return resource from resource server to client? In OAuthASResponse there are OAuthTokenResponseBuilder and OAuthAuthorizationResponseBuilder inner class.Using that inner class i am unable to send my json resource to client from ResourceEndpoint.As,there is not setter method to set for my json resource.
> OAuthResponse response = OAuthASResponse.setResource(json) 
> .buildJSONMessage();
> OAuthASResponse.setResource(json)// this is what i needed 
> so that from client i can easily retrieve as 
> oar=OAuthAuthzResponse.oauthCodeAuthzResponse(request);
> String json= oar.getResource(); // my json string .This is what i need in client.
> So,i am trying to extend it.But,inner class being used i am unable to do it?Is 
> there way to extend  OAuthASResponse so that i can set for resource and retrieve that from client?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)