Uses of Interface
org.dcache.xrootd.plugins.AuthenticationHandler
-
Packages that use AuthenticationHandler Package Description org.dcache.xrootd.core org.dcache.xrootd.plugins org.dcache.xrootd.plugins.authn.none -
-
Uses of AuthenticationHandler in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core that return AuthenticationHandler Modifier and Type Method Description AuthenticationHandlerXrootdAuthenticationHandler. getHandler() -
Uses of AuthenticationHandler in org.dcache.xrootd.plugins
Methods in org.dcache.xrootd.plugins that return AuthenticationHandler Modifier and Type Method Description AuthenticationHandlerAuthenticationFactory. createHandler(ProxyDelegationClient client) -
Uses of AuthenticationHandler in org.dcache.xrootd.plugins.authn.none
Classes in org.dcache.xrootd.plugins.authn.none that implement AuthenticationHandler Modifier and Type Class Description classNoAuthenticationHandlerDummy authentication handler that accepts all authentication requests in authenticate.Methods in org.dcache.xrootd.plugins.authn.none that return AuthenticationHandler Modifier and Type Method Description AuthenticationHandlerNoAuthenticationFactory. createHandler(ProxyDelegationClient proxyDelegationClient)
-