Class XrootdAuthenticationHandlerProvider

    • Constructor Detail

      • XrootdAuthenticationHandlerProvider

        public XrootdAuthenticationHandlerProvider()
    • Method Detail

      • setPluginClassLoader

        public static void setPluginClassLoader​(java.lang.ClassLoader classLoader)
      • createFactory

        public ChannelHandlerFactory createFactory​(java.lang.String plugin,
                                                   java.util.Properties properties)
                                            throws java.lang.Exception
        Description copied from interface: ChannelHandlerProvider
        Creates and returns a new ChannelHandlerFactory.
        Specified by:
        createFactory in interface ChannelHandlerProvider
        Parameters:
        plugin - name identifying a particular type of ChannelHandlerFactory
        properties - configuration values
        Returns:
        ChannelHandlerFactory instance or null if the provider does not provide a matching ChannelHandlerFactory
        Throws:
        java.lang.Exception