All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.datahub.client.auth.Account Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.client.auth;

import com.aliyun.datahub.client.http.HttpRequest;

/**
 * Used to specify user access information, and now only support {@link AliyunAccount}
 */
public interface Account {
    String genAuthSignature(HttpRequest request);

    void addAuthHeaders(HttpRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy