Refactor auth classes and add tests
[aai/babel.git] / src / test / resources / appconfig / auth / auth_policy.json
1 {"roles": [
2     {
3         "name": "nofuncauth",
4         "functions": [{
5             "name": "nofuncutil"
6         }],        
7         "users": [{
8             "user": "aai",
9             "pass": "OBF:1u2a1t2v1vgb1s3g1s3m1vgj1t3b1u30"
10         }]
11     }    
12 ]}