ProxyProviderFactory

The Proxy Provider Factory instantiates ProxyProvider objects according to their configuration

class DIRAC.Resources.ProxyProvider.ProxyProviderFactory.ProxyProviderFactory

Bases: object

__init__()

Standard constructor

getProxyProvider(proxyProvider)

This method returns a ProxyProvider instance corresponding to the supplied name.

Parameters:

proxyProvider (str) – the name of the Proxy Provider

Returns:

S_OK(ProxyProvider)/S_ERROR()