Class BindCredentialsToJsonPayload
- java.lang.Object
-
- org.jclouds.rest.binders.BindToJsonPayload
-
- org.jclouds.openstack.keystone.v1_1.binders.BindCredentialsToJsonPayload
-
@Singleton public class BindCredentialsToJsonPayload extends BindToJsonPayload implements MapBinder
-
-
Field Summary
-
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder
-
-
Constructor Summary
Constructors Constructor Description BindCredentialsToJsonPayload(Json jsonBinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object toBind)
<R extends HttpRequest>
RbindToRequest(R request, Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
-
-
-
Constructor Detail
-
BindCredentialsToJsonPayload
@Inject public BindCredentialsToJsonPayload(Json jsonBinder)
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
- Specified by:
bindToRequest
in interfaceBinder
- Overrides:
bindToRequest
in classBindToJsonPayload
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- Overrides:
bindToRequest
in classBindToJsonPayload
- See Also:
PayloadParam
-
-