接口 ISecurityKey

所有已知实现类:
BasicSecurityKey, LimitedTimeSecurityKey

public interface ISecurityKey
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns the access key for this securityKey.
    Returns the secret key for this securityKey.
    Returns the security token for this securityKey.
  • 方法详细资料

    • getAccessKey

      String getAccessKey()
      Returns the access key for this securityKey.
    • getSecretKey

      String getSecretKey()
      Returns the secret key for this securityKey.
    • getSecurityToken

      String getSecurityToken()
      Returns the security token for this securityKey.