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

com.aliyun.kms.secretsmanager.plugin.ons.ProxyOnsTransactionProducerBuilder 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.transaction.LocalTransactionChecker;
import com.aliyun.openservices.ons.api.transaction.TransactionProducer;
import com.aliyuncs.kms.secretsmanager.client.exception.CacheSecretException;

import java.util.Properties;

public class ProxyOnsTransactionProducerBuilder {

    public TransactionProducer build(Properties properties, LocalTransactionChecker checker, String secretName) {
        try {
            return SecretsManagerOnsPluginManager.createOnsTransactionProducer(properties, checker, secretName);
        } catch (CacheSecretException e) {
            throw new RuntimeException(e);
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy