Uses of Interface
org.dcache.xrootd.plugins.AuthorizationHandler
-
Packages that use AuthorizationHandler Package Description org.dcache.xrootd.plugins org.dcache.xrootd.plugins.authz.none -
-
Uses of AuthorizationHandler in org.dcache.xrootd.plugins
Methods in org.dcache.xrootd.plugins that return AuthorizationHandler Modifier and Type Method Description AuthorizationHandlerAuthorizationFactory. createHandler(io.netty.channel.ChannelHandlerContext ctx)Creates a new authorization handler. -
Uses of AuthorizationHandler in org.dcache.xrootd.plugins.authz.none
Classes in org.dcache.xrootd.plugins.authz.none that implement AuthorizationHandler Modifier and Type Class Description classNoAuthorizationHandlerMethods in org.dcache.xrootd.plugins.authz.none that return AuthorizationHandler Modifier and Type Method Description AuthorizationHandlerNoAuthorizationFactory. createHandler(io.netty.channel.ChannelHandlerContext ctx)
-