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

com.alibaba.ageiport.security.auth.defaults.GetCredentialsFunction Maven / Gradle / Ivy

package com.alibaba.ageiport.security.auth.defaults;

import com.alibaba.ageiport.security.auth.Credentials;

/**
 * @author lingyi
 */
@FunctionalInterface
public interface GetCredentialsFunction {
    Credentials find(String accessKeyId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy