99dc91e71202777717ce92c0700958b552fcc80c
[aai/model-loader.git] / bundleconfig-local / etc / appprops / AAFUserRoles.properties
1 ###
2 #  ============LICENSE_START==========================================
3 #  org.onap.aai
4 #  ===================================================================
5 #  Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
6 #  Copyright © 2017-2018 Amdocs
7 #  ===================================================================
8 #  Licensed under the Apache License, Version 2.0 (the "License");
9 #  you may not use this file except in compliance with the License.
10 #  You may obtain a copy of the License at
11 #
12 #         http://www.apache.org/licenses/LICENSE-2.0
13 #
14 #  Unless required by applicable law or agreed to in writing, software
15 #  distributed under the License is distributed on an "AS IS" BASIS,
16 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 #  See the License for the specific language governing permissions and
18 #  limitations under the License.
19 #  ============LICENSE_END============================================
20 ###
21
22 #If using AAF for Role based authentication/authorization, define your routes/services which will utilize AAF. The AJSC will
23 #read this file and protect the routes given with the AAF role defined.
24
25 #The following example would protect the JAXRS echo example service provided with the archetype.
26 #/services/${namespace}/v1/jaxrs-services/jaxrsExample/echo/*=com.att.ajsc.myper|mymachine|manage
27
28 #The following example would protect ALL AJSC services running within your project.
29 #/**=com.att.ajsc.myperm|mymachine|manage
30
31 #The following example would protect ALL REST services utilizing the Camel restlet routes.
32 #/rest/**=com.att.ajsc.myperm|mymachine|manage