public abstract class BindAuthToJsonPayload<T> extends BindToJsonPayload implements MapBinder
jsonBinder
Modifier | Constructor and Description |
---|---|
protected |
BindAuthToJsonPayload(Json jsonBinder) |
Modifier and Type | Method and Description |
---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
protected abstract Auth |
buildAuth(TenantOrDomainAndCredentials<T> credentials,
Object scope) |
bindToRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindToRequest
protected BindAuthToJsonPayload(Json jsonBinder)
protected abstract Auth buildAuth(TenantOrDomainAndCredentials<T> credentials, Object scope)
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinder
bindToRequest
in interface MapBinder
bindToRequest
in class BindToJsonPayload
PayloadParam
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.