Class Authentication

    • Constructor Detail

      • Authentication

        public Authentication()
      • Authentication

        public Authentication​(Authentication source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getScene

        public String getScene()
        Get 授权场景,例如COS
        Returns:
        Scene 授权场景,例如COS
      • setScene

        public void setScene​(String Scene)
        Set 授权场景,例如COS
        Parameters:
        Scene - 授权场景,例如COS
      • getSecretId

        public String getSecretId()
        Get SecretId
        Returns:
        SecretId SecretId
      • setSecretId

        public void setSecretId​(String SecretId)
        Set SecretId
        Parameters:
        SecretId - SecretId
      • getSecretKey

        public String getSecretKey()
        Get SecretKey
        Returns:
        SecretKey SecretKey
      • setSecretKey

        public void setSecretKey​(String SecretKey)
        Set SecretKey
        Parameters:
        SecretKey - SecretKey