public class OauthPwdAuthRequest extends AbstractIccRequest<OauthPwdAuthResponse>
bodyParameters, form, httpRequest| 构造器和说明 |
|---|
OauthPwdAuthRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGrant_type() |
String |
getPassword() |
Class<OauthPwdAuthResponse> |
getResponseClass()
返回结果对象
|
String |
getUsername() |
void |
setGrant_type(String grant_type) |
void |
setPassword(String password) |
void |
setUsername(String username) |
putBodyParameter, setParameterbody, execute, executeResponse, form, form, get, getBody, getBodyParameters, getForm, getHeader, getHttpRequest, getMethod, getUrl, header, isNeedAuth, main, post, setBody, setForm, setHeader, setHttpRequest, setMethod, setNeedAuth, setUrlpublic OauthPwdAuthRequest()
throws ClientException
ClientExceptionpublic Class<OauthPwdAuthResponse> getResponseClass()
AbstractIccRequestgetResponseClass 在类中 AbstractIccRequest<OauthPwdAuthResponse>public String getGrant_type()
public void setGrant_type(String grant_type)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
Copyright © 2023. All rights reserved.