Uses of Interface
org.dcache.xrootd.plugins.AuthenticationFactory
-
Packages that use AuthenticationFactory Package Description org.dcache.xrootd.core org.dcache.xrootd.plugins org.dcache.xrootd.plugins.authn.none -
-
Uses of AuthenticationFactory in org.dcache.xrootd.core
Constructors in org.dcache.xrootd.core with parameters of type AuthenticationFactory Constructor Description XrootdAuthenticationHandler(java.lang.String name, AuthenticationFactory authenticationFactory, ProxyDelegationClient proxyDelegationClient)XrootdAuthenticationHandlerFactory(java.lang.String name, AuthenticationFactory authenticationFactory, ProxyDelegationClient proxyDelegationClient) -
Uses of AuthenticationFactory in org.dcache.xrootd.plugins
Methods in org.dcache.xrootd.plugins that return AuthenticationFactory Modifier and Type Method Description AuthenticationFactoryAuthenticationProvider. createFactory(java.lang.String plugin, java.util.Properties properties)Creates and returns a new AuthenticationFactory. -
Uses of AuthenticationFactory in org.dcache.xrootd.plugins.authn.none
Classes in org.dcache.xrootd.plugins.authn.none that implement AuthenticationFactory Modifier and Type Class Description classNoAuthenticationFactoryDummy authentication factory that creates an authentication handler which accepts all AuthenticationRequestsMethods in org.dcache.xrootd.plugins.authn.none that return AuthenticationFactory Modifier and Type Method Description AuthenticationFactoryNoAuthenticationProvider. createFactory(java.lang.String plugin, java.util.Properties properties)
-