summaryrefslogtreecommitdiffstats
path: root/docs/xacml/swagger.json
AgeCommit message (Collapse)AuthorFilesLines
2021-07-19Add profile for generating Swagger documentsliamfallon1-2/+2
This commit adds a profile for generating Swagger documents and creating a tarball containing the swagger.json, swagger.html, and swagger.pdf files. The profile is triggered in any module when tsts are enabled (In other words when the skipTests flag is off), and when the following proerty is set: <swagger.generation.phase>post-integration-test</swagger.generation.phase> This profile assumes that a unit test exists that creates the following file: target/swagger/swagger.json If this file does not exist, the build will fail if the profile is invoked. Therefore, to generate the Swagger documentation tarball, a module must set the swagger.generation.phase propety AND have a unit test that generates the swagger.json file. Issue-ID: POLICY-3424 Change-Id: I8ff769e7a28bf0e00969d1bc677fee6908951d8a Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-03-20Updated documentation for Frankfurt changes to api and xacml-pdpChenfei Gao1-60/+802
Issue-ID: POLICY-2412 Change-Id: I3a3d6ed436e307ef20b2a41c7512478cb9c09e2f Signed-off-by: Chenfei Gao <cgao@research.att.com>
2019-10-18Updated swagger documentation to reflect abbreviated Monitor decision ↵HOCKLA1-0/+6
results feature (Policy-2126) Issue-ID: POLICY-2166 Change-Id: Ie84f6184801114b1115ae35e34279e98dad83205 Signed-off-by: HOCKLA <ah999m@att.com>
2019-06-05Add xacml PDP docPamela Dragosh1-0/+360
Add the XACML PDP documentation Issue-ID: POLICY-1679 Change-Id: I3f6078de35cae5402a3d0d901072fafb0f3129c8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>