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
-
Field Summary
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Map<String, Object> postParams) protected TenantOrDomainAndCredentials<?>findCredentialsInArgs(org.jclouds.rest.internal.GeneratedHttpRequest gRequest) Methods inherited from class org.jclouds.rest.binders.BindToJsonPayload
bindToRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jclouds.rest.Binder
bindToRequest
-
Constructor Details
-
BindAuthToJsonPayload
@Inject public BindAuthToJsonPayload(org.jclouds.json.Json jsonBinder)
-
-
Method Details
-
findCredentialsInArgs
protected TenantOrDomainAndCredentials<?> findCredentialsInArgs(org.jclouds.rest.internal.GeneratedHttpRequest gRequest) -
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Map<String, Object> postParams) - Specified by:
bindToRequestin interfaceorg.jclouds.rest.MapBinder- Overrides:
bindToRequestin classorg.jclouds.rest.binders.BindToJsonPayload
-