Class ATRequest
- java.lang.Object
-
- org.oa4mp.delegation.client.request.BasicRequest
-
- org.oa4mp.delegation.client.request.ATRequest
-
- All Implemented Interfaces:
Request
public class ATRequest extends BasicRequest
Created by Jeff Gaynor
on Apr 13, 2011 at 4:02:13 PM
-
-
Constructor Summary
Constructors Constructor Description ATRequest()ATRequest(DelegatedAssetRequest dar)Pending removal of OAuth 1 stuff, this is about the best we are going to do.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizationGrantgetAuthorizationGrant()booleanisRfc8628()Responseprocess(Server server)voidsetAuthorizationGrant(AuthorizationGrant authorizationGrant)voidsetRfc8628(boolean rfc8628)-
Methods inherited from class org.oa4mp.delegation.client.request.BasicRequest
getClient, getKeyID, getParameters, hasKeyID, setClient, setKeyID, setParameters
-
-
-
-
Constructor Detail
-
ATRequest
public ATRequest()
-
ATRequest
public ATRequest(DelegatedAssetRequest dar)
Pending removal of OAuth 1 stuff, this is about the best we are going to do. Have to stick stuff inside classes and use facades to pass newer parameters...- Parameters:
dar-
-
-
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)
-
isRfc8628
public boolean isRfc8628()
-
setRfc8628
public void setRfc8628(boolean rfc8628)
-
-