From c6dad107077235b38a32b0fe403297205ab21ec9 Mon Sep 17 00:00:00 2001 From: andre guimaraes Date: Wed, 21 Mar 2018 16:44:54 +0000 Subject: [PATCH] Criação de perfil com acesso restrito às consultas. --- src/main/webapp/WEB-INF/web.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 5a89d85..d321e1d 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -72,6 +72,18 @@ RO_SEI_BROKER + + + Serviço Rest de Integração ao SEI + + Todos os serviços de consulta + /service/* + GET + + + RO_SEI_BROKER_CONSULTA + + Serviço Rest de Integração ao SEI @@ -105,6 +117,10 @@ RO_SEI_BROKER_ADM + + + RO_SEI_BROKER_CONSULTA + -- libgit2 0.21.2