org.jclouds.openstack.keystone.v2_0.binders
Class BindAuthToJsonPayload
java.lang.Object
org.jclouds.rest.binders.BindToJsonPayload
org.jclouds.openstack.keystone.v2_0.binders.BindAuthToJsonPayload
- All Implemented Interfaces:
- org.jclouds.rest.Binder, org.jclouds.rest.MapBinder
@Singleton
public class BindAuthToJsonPayload
- extends org.jclouds.rest.binders.BindToJsonPayload
- implements org.jclouds.rest.MapBinder
- Author:
- Adrian Cole
| Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload |
jsonBinder |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindAuthToJsonPayload
@Inject
public BindAuthToJsonPayload(org.jclouds.json.Json jsonBinder)
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object toBind)
- Specified by:
bindToRequest in interface org.jclouds.rest.Binder- Overrides:
bindToRequest in class org.jclouds.rest.binders.BindToJsonPayload
addCredentialsInArgsOrNull
protected void addCredentialsInArgsOrNull(org.jclouds.rest.internal.GeneratedHttpRequest gRequest,
com.google.common.collect.ImmutableMap.Builder<String,Object> builder)
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Map<String,Object> postParams)
- Specified by:
bindToRequest in interface org.jclouds.rest.MapBinder- Overrides:
bindToRequest in class org.jclouds.rest.binders.BindToJsonPayload
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.