类 HttpBasicAuth
java.lang.Object
com.easemob.im.auth.HttpBasicAuth
- 所有已实现的接口:
Authentication
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
HttpBasicAuth
public HttpBasicAuth()
-
-
方法详细资料
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
applyToParams
public void applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, throws ApiExceptionString> cookieParams, String payload, String method, URI uri) 从接口复制的说明:AuthenticationApply authentication settings to header and query params.- 指定者:
applyToParams在接口中Authentication- 参数:
queryParams- List of query parametersheaderParams- Map of header parameterscookieParams- Map of cookie parameterspayload- HTTP request bodymethod- HTTP methoduri- URI- 抛出:
ApiException- if failed to update the parameters
-