Commit b0d8ad71db01c407711a3ae530abb8c393e759f3

Authored by Cleverson Sacramento
1 parent 0af07128
Exists in master

Inclusão do LoggedInInterceptor

archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/beans.xml
@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd"> 2 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
3 3
4 <interceptors> 4 <interceptors>
  5 + <class>br.gov.frameworkdemoiselle.security.LoggedInInterceptor</class>
5 <class>br.gov.frameworkdemoiselle.security.RequiredPermissionInterceptor</class> 6 <class>br.gov.frameworkdemoiselle.security.RequiredPermissionInterceptor</class>
6 <class>br.gov.frameworkdemoiselle.security.RequiredRoleInterceptor</class> 7 <class>br.gov.frameworkdemoiselle.security.RequiredRoleInterceptor</class>
7 <class>br.gov.frameworkdemoiselle.validation.ValidateInterceptor</class> 8 <class>br.gov.frameworkdemoiselle.validation.ValidateInterceptor</class>