Class BindAuthToJsonPayload<T>
- java.lang.Object
-
- org.jclouds.rest.binders.BindToJsonPayload
-
- org.jclouds.openstack.keystone.v3.binders.BindAuthToJsonPayload<T>
-
- Direct Known Subclasses:
BindPasswordAuthToJsonPayload,BindTokenAuthToJsonPayload
public abstract class BindAuthToJsonPayload<T> extends BindToJsonPayload implements MapBinder
-
-
Field Summary
-
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBindAuthToJsonPayload(Json jsonBinder)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Map<String,Object> postParams)creates and binds the POST payload to the request using parameters specified.protected abstract AuthbuildAuth(TenantOrDomainAndCredentials<T> credentials, Object scope)-
Methods inherited from class org.jclouds.rest.binders.BindToJsonPayload
bindToRequest
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jclouds.rest.Binder
bindToRequest
-
-
-
-
Constructor Detail
-
BindAuthToJsonPayload
protected BindAuthToJsonPayload(Json jsonBinder)
-
-
Method Detail
-
buildAuth
protected abstract Auth buildAuth(TenantOrDomainAndCredentials<T> credentials, Object scope)
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequestin interfaceMapBinder- Overrides:
bindToRequestin classBindToJsonPayload- See Also:
PayloadParam
-
-