类 BasicSecurityKey
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.security.BasicSecurityKey
- 所有已实现的接口:
ISecurityKey
- 直接已知子类:
LimitedTimeSecurityKey
-
字段概要
字段 -
构造器概要
构造器构造器说明BasicSecurityKey(String accessKey, String secretKey) BasicSecurityKey(String accessKey, String secretKey, String securityToken) -
方法概要
修饰符和类型方法说明Returns the access key for this securityKey.Returns the secret key for this securityKey.Returns the security token for this securityKey.
-
字段详细资料
-
accessKey
-
secretKey
-
securityToken
-
-
构造器详细资料
-
BasicSecurityKey
-
BasicSecurityKey
-
-
方法详细资料
-
getAccessKey
从接口复制的说明:ISecurityKeyReturns the access key for this securityKey.- 指定者:
getAccessKey在接口中ISecurityKey
-
getSecretKey
从接口复制的说明:ISecurityKeyReturns the secret key for this securityKey.- 指定者:
getSecretKey在接口中ISecurityKey
-
getSecurityToken
从接口复制的说明:ISecurityKeyReturns the security token for this securityKey.- 指定者:
getSecurityToken在接口中ISecurityKey
-