org.jclouds.vcloud.director.v1_5.binders
Class BindUserOrgAndPasswordAsBasicAuthorizationHeader
java.lang.Object
org.jclouds.vcloud.director.v1_5.binders.BindUserOrgAndPasswordAsBasicAuthorizationHeader
- All Implemented Interfaces:
- org.jclouds.rest.Binder, org.jclouds.rest.MapBinder
@Singleton
public class BindUserOrgAndPasswordAsBasicAuthorizationHeader
- extends Object
- implements org.jclouds.rest.MapBinder
Uses Basic Authentication to sign the request.
- Author:
- Adrian Cole
- See Also:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindUserOrgAndPasswordAsBasicAuthorizationHeader
public BindUserOrgAndPasswordAsBasicAuthorizationHeader()
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
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object input)
- Specified by:
bindToRequest in interface org.jclouds.rest.Binder
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.