Multidomain MDM
- Multidomain MDM 10.5 HotFix 3
- All Products
1 <security-constraint> 2 <web-resource-collection> 3 <web-resource-name>Process services</web-resource-name> 4 <description>Secures the process services and catalog</description> 5 <url-pattern>/services/*</url-pattern> 6 <url-pattern>/catalog/*</url-pattern> 7 <url-pattern>/endpoint_listing.jsp</url-pattern> 8 </web-resource-collection> 9 <!----> 10 <auth-constraint xmlns=http://java.sun.com/xml/ns/javaee/> 11 <!----> 12 <auth-constraint xmlns=http://java.sun.com/xml/ns/javaee> 13 <role-name>abServiceConsumer</role-name> 14 <role-name>abRestrictedServiceConsumer</role-name> 15 <role-name>abAdmin</role-name> 16 </auth-constraint> 17 <!----> 18 </security-constraint>