Uses of Interface
org.dcache.xrootd.plugins.AuthorizationFactory
-
Packages that use AuthorizationFactory Package Description org.dcache.xrootd.core org.dcache.xrootd.plugins org.dcache.xrootd.plugins.authz.none -
-
Uses of AuthorizationFactory in org.dcache.xrootd.core
Constructors in org.dcache.xrootd.core with parameters of type AuthorizationFactory Constructor Description XrootdAuthorizationHandler(AuthorizationFactory authorizationFactory)XrootdAuthorizationHandlerFactory(AuthorizationFactory factory) -
Uses of AuthorizationFactory in org.dcache.xrootd.plugins
Methods in org.dcache.xrootd.plugins that return AuthorizationFactory Modifier and Type Method Description AuthorizationFactoryAuthorizationProvider. createFactory(java.lang.String plugin, java.util.Properties properties)Creates and returns a new AuthorizationFactory. -
Uses of AuthorizationFactory in org.dcache.xrootd.plugins.authz.none
Classes in org.dcache.xrootd.plugins.authz.none that implement AuthorizationFactory Modifier and Type Class Description classNoAuthorizationFactoryMethods in org.dcache.xrootd.plugins.authz.none that return AuthorizationFactory Modifier and Type Method Description AuthorizationFactoryNoAuthorizationProvider. createFactory(java.lang.String plugin, java.util.Properties properties)
-