diff options
author | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2018-03-27 16:46:32 -0400 |
---|---|---|
committer | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2018-03-27 17:09:31 -0400 |
commit | 5da95c0df892b635db68550a3321e0e48c9e78f8 (patch) | |
tree | 7ede3891637e2d9032da2141b5952b36cc0cda33 /bundleconfig-local/etc/appprops/AAFUserRoles.properties | |
parent | 047ade94d55a1b6d8c352168652140f3579198ac (diff) |
Moving data-router to Springboot for security
Change-Id: I7a02720c4e0a79619ed6b309ff1f65f4d755c364
Issue-ID: AAI-590
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'bundleconfig-local/etc/appprops/AAFUserRoles.properties')
-rw-r--r-- | bundleconfig-local/etc/appprops/AAFUserRoles.properties | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/bundleconfig-local/etc/appprops/AAFUserRoles.properties b/bundleconfig-local/etc/appprops/AAFUserRoles.properties deleted file mode 100644 index adb7a10..0000000 --- a/bundleconfig-local/etc/appprops/AAFUserRoles.properties +++ /dev/null @@ -1,13 +0,0 @@ -#Copyright (c) 2016 AT&T Intellectual Property. All rights reserved. - -#If using AAF for Role based authentication/authorization, define your routes/services which will utilize AAF. The AJSC will -#read this file and protect the routes given with the AAF role defined. - -#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 |