From b0d8ad71db01c407711a3ae530abb8c393e759f3 Mon Sep 17 00:00:00 2001 From: Cleverson Sacramento Date: Tue, 3 Jun 2014 11:54:15 -0300 Subject: [PATCH] Inclusão do LoggedInInterceptor --- archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/beans.xml | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/beans.xml b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/beans.xml index 11febdb..c80a5d8 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/beans.xml +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/beans.xml @@ -2,6 +2,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd"> + br.gov.frameworkdemoiselle.security.LoggedInInterceptor br.gov.frameworkdemoiselle.security.RequiredPermissionInterceptor br.gov.frameworkdemoiselle.security.RequiredRoleInterceptor br.gov.frameworkdemoiselle.validation.ValidateInterceptor -- libgit2 0.21.2