aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/json/search_policy.json
blob: ab8d0e3c8bc7ba4704a1663730c582c40ecdb6b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "roles": [{
    "name": "testRole",
    "functions": [{
      "name": "testFunction",
      "methods": [{
        "name": "GET"
      }, {
        "name": "DELETE"
      }, {
        "name": "PUT"
      }
      ]
    }
    ],
    "users": [{
      "username": "testUser"
    }
    ]
  }, {
    "name": "testBasicAuth",
    "functions": [{
      "name": "testBasicAuthFuncyion",
      "methods": [{
        "name": "GET"
      }
      ]
    }
    ],
    "users": [{
      "user": "testBasicAuthUser",
      "pass": "OBF:1ytc1vu91v2p1rxf1mqh1v8s1z0d1msn1san1mqf1z0h1v9u1msl1rvf1v1p1vv11yta"
    }
    ]
  }
  ]
}