DMAAP-MR - Sonar bug fixes
[dmaap/messagerouter/messageservice.git] / bundleconfig-csi / etc / appprops / AAFUserRoles.properties
index fd9df83..18cd07d 100644 (file)
 #read this file and protect the routes given with the AAF role defined.
 #For more information on AAF role based permissions, please contact AAF team.
 
-#The following example would protect the JAXRS echo example service provided with the archetype.
-#/services/${namespace}/v1/jaxrs-services/jaxrsExample/echo/*=com.att.ajsc.myper|mymachine|manage
 
-#The following example would protect ALL AJSC services running within your project.
-#/**=com.att.ajsc.myperm|mymachine|manage
-
-#The following example would protect ALL REST services utilizing the Camel restlet routes.
-#/rest/**=com.att.ajsc.myperm|mymachine|manage