Class NoAuthorizationFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AuthorizationHandler createHandler​(io.netty.channel.ChannelHandlerContext ctx)
      Creates a new authorization handler.
      java.lang.String getDescription()
      Returns a human readable description of the authorization plugin.
      java.lang.String getName()
      Returns the name under which this plugin can be loaded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoAuthorizationFactory

        public NoAuthorizationFactory()
    • Method Detail

      • createHandler

        public AuthorizationHandler createHandler​(io.netty.channel.ChannelHandlerContext ctx)
        Description copied from interface: AuthorizationFactory
        Creates a new authorization handler. The authorization handler is only valid for a single request.
        Specified by:
        createHandler in interface AuthorizationFactory
        Parameters:
        ctx - channel handler context
        Returns:
        the new authorization handler instance