public class SessionCredentials extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AccessKey |
static Charset |
CHARSET |
static String |
KeyFile |
static String |
ONSChannelKey |
static String |
SecretKey |
static String |
Signature |
static String |
SignatureMethod |
| 构造器和说明 |
|---|
SessionCredentials() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getAccessKey() |
ONSChannel |
getOnsChannel() |
String |
getSecretKey() |
String |
getSignature() |
String |
getSignatureMethod() |
int |
hashCode() |
void |
setAccessKey(String accessKey) |
void |
setOnsChannel(ONSChannel onsChannel) |
void |
setSecretKey(String secretKey) |
void |
setSignature(String signature) |
void |
setSignatureMethod(String signatureMethod) |
String |
toString() |
void |
updateContent(Properties prop) |
public void updateContent(Properties prop)
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getSignature()
public void setSignature(String signature)
public String getSignatureMethod()
public void setSignatureMethod(String signatureMethod)
public ONSChannel getOnsChannel()
public void setOnsChannel(ONSChannel onsChannel)
Copyright © 2012-2016. All Rights Reserved.