Class GetRoleService

    • Constructor Detail

      • GetRoleService

        public GetRoleService()
    • Method Detail

      • init

        public void init​(Map<String,​Object> confArgs)
        init the service
        Parameters:
        confArgs -
      • handle

        public void handle​(io.undertow.server.HttpServerExchange exchange)
                    throws Exception
        Handles the request.
        Specified by:
        handle in interface HandlingPlugin
        Parameters:
        exchange -
        Throws:
        Exception