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 AuthorizationGrant
getAuthorizationGrant()
boolean
isRfc8628()
Response
process(Server server)
Process the requestvoid
setAuthorizationGrant(AuthorizationGrant authorizationGrant)
void
setRfc8628(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)
Description copied from interface:Request
Process the request- Specified by:
process
in interfaceRequest
- Overrides:
process
in classBasicRequest
- Returns:
-
getAuthorizationGrant
public AuthorizationGrant getAuthorizationGrant()
-
setAuthorizationGrant
public void setAuthorizationGrant(AuthorizationGrant authorizationGrant)
-
isRfc8628
public boolean isRfc8628()
-
setRfc8628
public void setRfc8628(boolean rfc8628)
-
-