Class DelegatedAssetRequest
- java.lang.Object
-
- org.oa4mp.delegation.client.request.BasicRequest
-
- org.oa4mp.delegation.client.request.DelegatedAssetRequest
-
- All Implemented Interfaces:
Request
public class DelegatedAssetRequest extends BasicRequest
Get an asset using delegation.Created by Jeff Gaynor
on Apr 15, 2011 at 11:12:03 AM
-
-
Constructor Summary
Constructors Constructor Description DelegatedAssetRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapgetAssetParameters()These are passed to the resource server in the protected asset request.AuthorizationGrantgetAuthorizationGrant()booleanisRfc8628()Responseprocess(Server server)voidsetAssetParameters(Map assetParameters)voidsetAuthorizationGrant(AuthorizationGrant authorizationGrant)voidsetRfc8628(boolean rfc8628)-
Methods inherited from class org.oa4mp.delegation.client.request.BasicRequest
getClient, getKeyID, getParameters, hasKeyID, setClient, setKeyID, setParameters
-
-
-
-
Method Detail
-
process
public Response process(Server server)
- Specified by:
processin interfaceRequest- Overrides:
processin classBasicRequest
-
getAuthorizationGrant
public AuthorizationGrant getAuthorizationGrant()
-
setAuthorizationGrant
public void setAuthorizationGrant(AuthorizationGrant authorizationGrant)
-
getAssetParameters
public Map getAssetParameters()
These are passed to the resource server in the protected asset request. TheBasicRequest.getParameters()are passed to the authorization server.- Returns:
-
setAssetParameters
public void setAssetParameters(Map assetParameters)
-
isRfc8628
public boolean isRfc8628()
-
setRfc8628
public void setRfc8628(boolean rfc8628)
-
-