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

com.aliyun.kms.secretsmanager.plugin.ons.ProxyOnsOrderedConsumerBeanBuilder Maven / Gradle / Ivy

Go to download

Managed Credentials Provider for ONS Java Client Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

The newest version!
package com.aliyun.kms.secretsmanager.plugin.ons;

import com.aliyun.openservices.ons.api.bean.OrderConsumerBean;
import com.aliyuncs.kms.secretsmanager.client.exception.CacheSecretException;

import java.util.Properties;

public class ProxyOnsOrderedConsumerBeanBuilder {

    public OrderConsumerBean build(Properties properties, String secretName) {
        try {
            return SecretsManagerOnsPluginManager.createOnsOrderedConsumerBean(properties, secretName);
        } catch (CacheSecretException e) {
            throw new RuntimeException(e);
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy