Uses of Interface
org.dcache.xrootd.plugins.ProxyDelegationClient
-
Packages that use ProxyDelegationClient Package Description org.dcache.xrootd.core org.dcache.xrootd.plugins org.dcache.xrootd.plugins.authn.gsi org.dcache.xrootd.plugins.authn.none -
-
Uses of ProxyDelegationClient in org.dcache.xrootd.core
Constructors in org.dcache.xrootd.core with parameters of type ProxyDelegationClient Constructor Description XrootdAuthenticationHandler(java.lang.String name, AuthenticationFactory authenticationFactory, ProxyDelegationClient proxyDelegationClient)XrootdAuthenticationHandlerFactory(java.lang.String name, AuthenticationFactory authenticationFactory, ProxyDelegationClient proxyDelegationClient) -
Uses of ProxyDelegationClient in org.dcache.xrootd.plugins
Classes in org.dcache.xrootd.plugins with type parameters of type ProxyDelegationClient Modifier and Type Interface Description interfaceProxyDelegationClientFactory<C extends ProxyDelegationClient>A factory class for ProxyDelegationClientFactory.Methods in org.dcache.xrootd.plugins with parameters of type ProxyDelegationClient Modifier and Type Method Description AuthenticationHandlerAuthenticationFactory. createHandler(ProxyDelegationClient client) -
Uses of ProxyDelegationClient in org.dcache.xrootd.plugins.authn.gsi
Classes in org.dcache.xrootd.plugins.authn.gsi that implement ProxyDelegationClient Modifier and Type Class Description classX509ProxyDelegationClientImplementation specific to X509 credentials. -
Uses of ProxyDelegationClient in org.dcache.xrootd.plugins.authn.none
Methods in org.dcache.xrootd.plugins.authn.none with parameters of type ProxyDelegationClient Modifier and Type Method Description AuthenticationHandlerNoAuthenticationFactory. createHandler(ProxyDelegationClient proxyDelegationClient)
-