├── .github └── workflows │ ├── codeql.yml │ └── main.yml ├── .gitignore ├── LICENSE ├── README.md ├── _config.yml ├── pom.xml ├── xacml-conformance-tests ├── pom.xml └── src │ └── test │ ├── java │ └── org │ │ └── xacml4j │ │ └── v20 │ │ ├── RSA2008InteropTest.java │ │ ├── RSA2008PerformanceTestCase.java │ │ ├── Xacml20ConformanceAttributeResolver.java │ │ ├── Xacml20ConformanceTest.java │ │ └── XacmlExampleTest.java │ └── resources │ ├── Example_1 │ ├── Request.xml │ ├── Response.xml │ └── Rule_1.xml │ ├── Example_2 │ ├── Barts_record.xml │ ├── Policy_set.xml │ ├── Request.xml │ ├── Response.xml │ ├── Rule_1.xml │ ├── Rule_2.xml │ ├── Rule_3.xml │ ├── Rule_4.xml │ └── record.xsd │ ├── logback-test.xml │ ├── oasis-xacml20-compat-test │ ├── ConformanceTests.html │ ├── IIA001Policy.xml │ ├── IIA001Request.xml │ ├── IIA001Response.xml │ ├── IIA002Policy.xml │ ├── IIA002Request.xml │ ├── IIA002Response.xml │ ├── IIA002Special.txt │ ├── IIA003Policy.xml │ ├── IIA003Request.xml │ ├── IIA003Response.xml │ ├── IIA004Policy.xml │ ├── IIA004Request.xml │ ├── IIA004Response.xml │ ├── IIA004Special.txt │ ├── IIA005Policy.xml │ ├── IIA005Request.xml │ ├── IIA005Response.xml │ ├── IIA006Policy.xml │ ├── IIA006Request.xml │ ├── IIA006Response.xml │ ├── IIA007Policy.xml │ ├── IIA007Request.xml │ ├── IIA007Response.xml │ ├── IIA008Policy.xml │ ├── IIA008Request.xml │ ├── IIA008Response.xml │ ├── IIA009Policy.xml │ ├── IIA009Request.xml │ ├── IIA009Response.xml │ ├── IIA010Policy.xml │ ├── IIA010Request.xml │ ├── IIA010Response.xml │ ├── IIA011Policy.xml │ ├── IIA011Request.xml │ ├── IIA011Response.xml │ ├── IIA012Policy.xml │ ├── IIA012Request.xml │ ├── IIA012Response.xml │ ├── IIA013Policy.xml │ ├── IIA013Request.xml │ ├── IIA013Response.xml │ ├── IIA014Policy.xml │ ├── IIA014Request.xml │ ├── IIA014Response.xml │ ├── IIA015Policy.xml │ ├── IIA015Request.xml │ ├── IIA015Response.xml │ ├── IIA016Policy.xml │ ├── IIA016Request.xml │ ├── IIA016Response.xml │ ├── IIA017Policy.xml │ ├── IIA017Request.xml │ ├── IIA017Response.xml │ ├── IIA018Policy.xml │ ├── IIA018Request.xml │ ├── IIA018Response.xml │ ├── IIA019Policy.xml │ ├── IIA019Request.xml │ ├── IIA019Response.xml │ ├── IIA020Policy.xml │ ├── IIA020Request.xml │ ├── IIA020Response.xml │ ├── IIA021Policy.xml │ ├── IIA021Request.xml │ ├── IIA021Response.xml │ ├── IIB001Policy.xml │ ├── IIB001Request.xml │ ├── IIB001Response.xml │ ├── IIB002Policy.xml │ ├── IIB002Request.xml │ ├── IIB002Response.xml │ ├── IIB003Policy.xml │ ├── IIB003Request.xml │ ├── IIB003Response.xml │ ├── IIB004Policy.xml │ ├── IIB004Request.xml │ ├── IIB004Response.xml │ ├── IIB005Policy.xml │ ├── IIB005Request.xml │ ├── IIB005Response.xml │ ├── IIB006Policy.xml │ ├── IIB006Request.xml │ ├── IIB006Response.xml │ ├── IIB007Policy.xml │ ├── IIB007Request.xml │ ├── IIB007Response.xml │ ├── IIB008Policy.xml │ ├── IIB008Request.xml │ ├── IIB008Response.xml │ ├── IIB009Policy.xml │ ├── IIB009Request.xml │ ├── IIB009Response.xml │ ├── IIB010Policy.xml │ ├── IIB010Request.xml │ ├── IIB010Response.xml │ ├── IIB011Policy.xml │ ├── IIB011Request.xml │ ├── IIB011Response.xml │ ├── IIB012Policy.xml │ ├── IIB012Request.xml │ ├── IIB012Response.xml │ ├── IIB013Policy.xml │ ├── IIB013Request.xml │ ├── IIB013Response.xml │ ├── IIB014Policy.xml │ ├── IIB014Request.xml │ ├── IIB014Response.xml │ ├── IIB015Policy.xml │ ├── IIB015Request.xml │ ├── IIB015Response.xml │ ├── IIB016Policy.xml │ ├── IIB016Request.xml │ ├── IIB016Response.xml │ ├── IIB017Policy.xml │ ├── IIB017Request.xml │ ├── IIB017Response.xml │ ├── IIB018Policy.xml │ ├── IIB018Request.xml │ ├── IIB018Response.xml │ ├── IIB019Policy.xml │ ├── IIB019Request.xml │ ├── IIB019Response.xml │ ├── IIB020Policy.xml │ ├── IIB020Request.xml │ ├── IIB020Response.xml │ ├── IIB021Policy.xml │ ├── IIB021Request.xml │ ├── IIB021Response.xml │ ├── IIB022Policy.xml │ ├── IIB022Request.xml │ ├── IIB022Response.xml │ ├── IIB023Policy.xml │ ├── IIB023Request.xml │ ├── IIB023Response.xml │ ├── IIB024Policy.xml │ ├── IIB024Request.xml │ ├── IIB024Response.xml │ ├── IIB025Policy.xml │ ├── IIB025Request.xml │ ├── IIB025Response.xml │ ├── IIB026Policy.xml │ ├── IIB026Request.xml │ ├── IIB026Response.xml │ ├── IIB027Policy.xml │ ├── IIB027Request.xml │ ├── IIB027Response.xml │ ├── IIB028Policy.xml │ ├── IIB028Request.xml │ ├── IIB028Response.xml │ ├── IIB029Policy.xml │ ├── IIB029Request.xml │ ├── IIB029Response.xml │ ├── IIB030Policy.xml │ ├── IIB030Request.xml │ ├── IIB030Response.xml │ ├── IIB031Policy.xml │ ├── IIB031Request.xml │ ├── IIB031Response.xml │ ├── IIB032Policy.xml │ ├── IIB032Request.xml │ ├── IIB032Response.xml │ ├── IIB033Policy.xml │ ├── IIB033Request.xml │ ├── IIB033Response.xml │ ├── IIB034Policy.xml │ ├── IIB034Request.xml │ ├── IIB034Response.xml │ ├── IIB035Policy.xml │ ├── IIB035Request.xml │ ├── IIB035Response.xml │ ├── IIB036Policy.xml │ ├── IIB036Request.xml │ ├── IIB036Response.xml │ ├── IIB037Policy.xml │ ├── IIB037Request.xml │ ├── IIB037Response.xml │ ├── IIB038Policy.xml │ ├── IIB038Request.xml │ ├── IIB038Response.xml │ ├── IIB039Policy.xml │ ├── IIB039Request.xml │ ├── IIB039Response.xml │ ├── IIB040Policy.xml │ ├── IIB040Request.xml │ ├── IIB040Response.xml │ ├── IIB041Policy.xml │ ├── IIB041Request.xml │ ├── IIB041Response.xml │ ├── IIB042Policy.xml │ ├── IIB042Request.xml │ ├── IIB042Response.xml │ ├── IIB043Policy.xml │ ├── IIB043Request.xml │ ├── IIB043Response.xml │ ├── IIB044Policy.xml │ ├── IIB044Request.xml │ ├── IIB044Response.xml │ ├── IIB045Policy.xml │ ├── IIB045Request.xml │ ├── IIB045Response.xml │ ├── IIB046Policy.xml │ ├── IIB046Request.xml │ ├── IIB046Response.xml │ ├── IIB047Policy.xml │ ├── IIB047Request.xml │ ├── IIB047Response.xml │ ├── IIB048Policy.xml │ ├── IIB048Request.xml │ ├── IIB048Response.xml │ ├── IIB049Policy.xml │ ├── IIB049Request.xml │ ├── IIB049Response.xml │ ├── IIB050Policy.xml │ ├── IIB050Request.xml │ ├── IIB050Response.xml │ ├── IIB051Policy.xml │ ├── IIB051Request.xml │ ├── IIB051Response.xml │ ├── IIB052Policy.xml │ ├── IIB052Request.xml │ ├── IIB052Response.xml │ ├── IIB053Policy.xml │ ├── IIB053Request.xml │ ├── IIB053Response.xml │ ├── IIC001Policy.xml │ ├── IIC001Request.xml │ ├── IIC001Response.xml │ ├── IIC002Policy.xml │ ├── IIC002Request.xml │ ├── IIC002Response.xml │ ├── IIC003Policy.xml │ ├── IIC003Request.xml │ ├── IIC003Response.xml │ ├── IIC003Special.txt │ ├── IIC004Policy.xml │ ├── IIC004Request.xml │ ├── IIC004Response.xml │ ├── IIC005Policy.xml │ ├── IIC005Request.xml │ ├── IIC005Response.xml │ ├── IIC006Policy.xml │ ├── IIC006Request.xml │ ├── IIC006Response.xml │ ├── IIC007Policy.xml │ ├── IIC007Request.xml │ ├── IIC007Response.xml │ ├── IIC008Policy.xml │ ├── IIC008Request.xml │ ├── IIC008Response.xml │ ├── IIC009Policy.xml │ ├── IIC009Request.xml │ ├── IIC009Response.xml │ ├── IIC010Policy.xml │ ├── IIC010Request.xml │ ├── IIC010Response.xml │ ├── IIC011Policy.xml │ ├── IIC011Request.xml │ ├── IIC011Response.xml │ ├── IIC012Policy.xml │ ├── IIC012Request.xml │ ├── IIC012Response.xml │ ├── IIC012Special.txt │ ├── IIC013Policy.xml │ ├── IIC013Request.xml │ ├── IIC013Response.xml │ ├── IIC014Policy.xml │ ├── IIC014Request.xml │ ├── IIC014Response.xml │ ├── IIC014Special.txt │ ├── IIC015Policy.xml │ ├── IIC015Request.xml │ ├── IIC015Response.xml │ ├── IIC016Policy.xml │ ├── IIC016Request.xml │ ├── IIC016Response.xml │ ├── IIC017Policy.xml │ ├── IIC017Request.xml │ ├── IIC017Response.xml │ ├── IIC018Policy.xml │ ├── IIC018Request.xml │ ├── IIC018Response.xml │ ├── IIC019Policy.xml │ ├── IIC019Request.xml │ ├── IIC019Response.xml │ ├── IIC020Policy.xml │ ├── IIC020Request.xml │ ├── IIC020Response.xml │ ├── IIC021Policy.xml │ ├── IIC021Request.xml │ ├── IIC021Response.xml │ ├── IIC022Policy.xml │ ├── IIC022Request.xml │ ├── IIC022Response.xml │ ├── IIC024Policy.xml │ ├── IIC024Request.xml │ ├── IIC024Response.xml │ ├── IIC025Policy.xml │ ├── IIC025Request.xml │ ├── IIC025Response.xml │ ├── IIC026Policy.xml │ ├── IIC026Request.xml │ ├── IIC026Response.xml │ ├── IIC027Policy.xml │ ├── IIC027Request.xml │ ├── IIC027Response.xml │ ├── IIC028Policy.xml │ ├── IIC028Request.xml │ ├── IIC028Response.xml │ ├── IIC029Policy.xml │ ├── IIC029Request.xml │ ├── IIC029Response.xml │ ├── IIC030Policy.xml │ ├── IIC030Request.xml │ ├── IIC030Response.xml │ ├── IIC031Policy.xml │ ├── IIC031Request.xml │ ├── IIC031Response.xml │ ├── IIC032Policy.xml │ ├── IIC032Request.xml │ ├── IIC032Response.xml │ ├── IIC033Policy.xml │ ├── IIC033Request.xml │ ├── IIC033Response.xml │ ├── IIC034Policy.xml │ ├── IIC034Request.xml │ ├── IIC034Response.xml │ ├── IIC035Policy.xml │ ├── IIC035Request.xml │ ├── IIC035Response.xml │ ├── IIC036Policy.xml │ ├── IIC036Request.xml │ ├── IIC036Response.xml │ ├── IIC037Policy.xml │ ├── IIC037Request.xml │ ├── IIC037Response.xml │ ├── IIC038Policy.xml │ ├── IIC038Request.xml │ ├── IIC038Response.xml │ ├── IIC039Policy.xml │ ├── IIC039Request.xml │ ├── IIC039Response.xml │ ├── IIC040Policy.xml │ ├── IIC040Request.xml │ ├── IIC040Response.xml │ ├── IIC041Policy.xml │ ├── IIC041Request.xml │ ├── IIC041Response.xml │ ├── IIC042Policy.xml │ ├── IIC042Request.xml │ ├── IIC042Response.xml │ ├── IIC043Policy.xml │ ├── IIC043Request.xml │ ├── IIC043Response.xml │ ├── IIC044Policy.xml │ ├── IIC044Request.xml │ ├── IIC044Response.xml │ ├── IIC045Policy.xml │ ├── IIC045Request.xml │ ├── IIC045Response.xml │ ├── IIC046Policy.xml │ ├── IIC046Request.xml │ ├── IIC046Response.xml │ ├── IIC047Policy.xml │ ├── IIC047Request.xml │ ├── IIC047Response.xml │ ├── IIC048Policy.xml │ ├── IIC048Request.xml │ ├── IIC048Response.xml │ ├── IIC049Policy.xml │ ├── IIC049Request.xml │ ├── IIC049Response.xml │ ├── IIC050Policy.xml │ ├── IIC050Request.xml │ ├── IIC050Response.xml │ ├── IIC051Policy.xml │ ├── IIC051Request.xml │ ├── IIC051Response.xml │ ├── IIC052Policy.xml │ ├── IIC052Request.xml │ ├── IIC052Response.xml │ ├── IIC053Policy.xml │ ├── IIC053Request.xml │ ├── IIC053Response.xml │ ├── IIC056Policy.xml │ ├── IIC056Request.xml │ ├── IIC056Response.xml │ ├── IIC057Policy.xml │ ├── IIC057Request.xml │ ├── IIC057Response.xml │ ├── IIC058Policy.xml │ ├── IIC058Request.xml │ ├── IIC058Response.xml │ ├── IIC059Policy.xml │ ├── IIC059Request.xml │ ├── IIC059Response.xml │ ├── IIC060Policy.xml │ ├── IIC060Request.xml │ ├── IIC060Response.xml │ ├── IIC061Policy.xml │ ├── IIC061Request.xml │ ├── IIC061Response.xml │ ├── IIC062Policy.xml │ ├── IIC062Request.xml │ ├── IIC062Response.xml │ ├── IIC063Policy.xml │ ├── IIC063Request.xml │ ├── IIC063Response.xml │ ├── IIC064Policy.xml │ ├── IIC064Request.xml │ ├── IIC064Response.xml │ ├── IIC065Policy.xml │ ├── IIC065Request.xml │ ├── IIC065Response.xml │ ├── IIC066Policy.xml │ ├── IIC066Request.xml │ ├── IIC066Response.xml │ ├── IIC067Policy.xml │ ├── IIC067Request.xml │ ├── IIC067Response.xml │ ├── IIC068Policy.xml │ ├── IIC068Request.xml │ ├── IIC068Response.xml │ ├── IIC069Policy.xml │ ├── IIC069Request.xml │ ├── IIC069Response.xml │ ├── IIC070Policy.xml │ ├── IIC070Request.xml │ ├── IIC070Response.xml │ ├── IIC071Policy.xml │ ├── IIC071Request.xml │ ├── IIC071Response.xml │ ├── IIC072Policy.xml │ ├── IIC072Request.xml │ ├── IIC072Response.xml │ ├── IIC073Policy.xml │ ├── IIC073Request.xml │ ├── IIC073Response.xml │ ├── IIC074Policy.xml │ ├── IIC074Request.xml │ ├── IIC074Response.xml │ ├── IIC075Policy.xml │ ├── IIC075Request.xml │ ├── IIC075Response.xml │ ├── IIC076Policy.xml │ ├── IIC076Request.xml │ ├── IIC076Response.xml │ ├── IIC077Policy.xml │ ├── IIC077Request.xml │ ├── IIC077Response.xml │ ├── IIC078Policy.xml │ ├── IIC078Request.xml │ ├── IIC078Response.xml │ ├── IIC079Policy.xml │ ├── IIC079Request.xml │ ├── IIC079Response.xml │ ├── IIC080Policy.xml │ ├── IIC080Request.xml │ ├── IIC080Response.xml │ ├── IIC081Policy.xml │ ├── IIC081Request.xml │ ├── IIC081Response.xml │ ├── IIC082Policy.xml │ ├── IIC082Request.xml │ ├── IIC082Response.xml │ ├── IIC083Policy.xml │ ├── IIC083Request.xml │ ├── IIC083Response.xml │ ├── IIC084Policy.xml │ ├── IIC084Request.xml │ ├── IIC084Response.xml │ ├── IIC085Policy.xml │ ├── IIC085Request.xml │ ├── IIC085Response.xml │ ├── IIC086Policy.xml │ ├── IIC086Request.xml │ ├── IIC086Response.xml │ ├── IIC087Policy.xml │ ├── IIC087Request.xml │ ├── IIC087Response.xml │ ├── IIC090Policy.xml │ ├── IIC090Request.xml │ ├── IIC090Response.xml │ ├── IIC091Policy.xml │ ├── IIC091Request.xml │ ├── IIC091Response.xml │ ├── IIC094Policy.xml │ ├── IIC094Request.xml │ ├── IIC094Response.xml │ ├── IIC095Policy.xml │ ├── IIC095Request.xml │ ├── IIC095Response.xml │ ├── IIC096Policy.xml │ ├── IIC096Request.xml │ ├── IIC096Response.xml │ ├── IIC097Policy.xml │ ├── IIC097Request.xml │ ├── IIC097Response.xml │ ├── IIC100Policy.xml │ ├── IIC100Request.xml │ ├── IIC100Response.xml │ ├── IIC101Policy.xml │ ├── IIC101Request.xml │ ├── IIC101Response.xml │ ├── IIC102Policy.xml │ ├── IIC102Request.xml │ ├── IIC102Response.xml │ ├── IIC103Policy.xml │ ├── IIC103Request.xml │ ├── IIC103Response.xml │ ├── IIC104Policy.xml │ ├── IIC104Request.xml │ ├── IIC104Response.xml │ ├── IIC105Policy.xml │ ├── IIC105Request.xml │ ├── IIC105Response.xml │ ├── IIC106Policy.xml │ ├── IIC106Request.xml │ ├── IIC106Response.xml │ ├── IIC107Policy.xml │ ├── IIC107Request.xml │ ├── IIC107Response.xml │ ├── IIC108Policy.xml │ ├── IIC108Request.xml │ ├── IIC108Response.xml │ ├── IIC109Policy.xml │ ├── IIC109Request.xml │ ├── IIC109Response.xml │ ├── IIC110Policy.xml │ ├── IIC110Request.xml │ ├── IIC110Response.xml │ ├── IIC111Policy.xml │ ├── IIC111Request.xml │ ├── IIC111Response.xml │ ├── IIC112Policy.xml │ ├── IIC112Request.xml │ ├── IIC112Response.xml │ ├── IIC113Policy.xml │ ├── IIC113Request.xml │ ├── IIC113Response.xml │ ├── IIC114Policy.xml │ ├── IIC114Request.xml │ ├── IIC114Response.xml │ ├── IIC115Policy.xml │ ├── IIC115Request.xml │ ├── IIC115Response.xml │ ├── IIC116Policy.xml │ ├── IIC116Request.xml │ ├── IIC116Response.xml │ ├── IIC117Policy.xml │ ├── IIC117Request.xml │ ├── IIC117Response.xml │ ├── IIC118Policy.xml │ ├── IIC118Request.xml │ ├── IIC118Response.xml │ ├── IIC119Policy.xml │ ├── IIC119Request.xml │ ├── IIC119Response.xml │ ├── IIC120Policy.xml │ ├── IIC120Request.xml │ ├── IIC120Response.xml │ ├── IIC121Policy.xml │ ├── IIC121Request.xml │ ├── IIC121Response.xml │ ├── IIC122Policy.xml │ ├── IIC122Request.xml │ ├── IIC122Response.xml │ ├── IIC123Policy.xml │ ├── IIC123Request.xml │ ├── IIC123Response.xml │ ├── IIC124Policy.xml │ ├── IIC124Request.xml │ ├── IIC124Response.xml │ ├── IIC125Policy.xml │ ├── IIC125Request.xml │ ├── IIC125Response.xml │ ├── IIC126Policy.xml │ ├── IIC126Request.xml │ ├── IIC126Response.xml │ ├── IIC127Policy.xml │ ├── IIC127Request.xml │ ├── IIC127Response.xml │ ├── IIC128Policy.xml │ ├── IIC128Request.xml │ ├── IIC128Response.xml │ ├── IIC129Policy.xml │ ├── IIC129Request.xml │ ├── IIC129Response.xml │ ├── IIC130Policy.xml │ ├── IIC130Request.xml │ ├── IIC130Response.xml │ ├── IIC131Policy.xml │ ├── IIC131Request.xml │ ├── IIC131Response.xml │ ├── IIC132Policy.xml │ ├── IIC132Request.xml │ ├── IIC132Response.xml │ ├── IIC133Policy.xml │ ├── IIC133Request.xml │ ├── IIC133Response.xml │ ├── IIC134Policy.xml │ ├── IIC134Request.xml │ ├── IIC134Response.xml │ ├── IIC135Policy.xml │ ├── IIC135Request.xml │ ├── IIC135Response.xml │ ├── IIC136Policy.xml │ ├── IIC136Request.xml │ ├── IIC136Response.xml │ ├── IIC137Policy.xml │ ├── IIC137Request.xml │ ├── IIC137Response.xml │ ├── IIC138Policy.xml │ ├── IIC138Request.xml │ ├── IIC138Response.xml │ ├── IIC139Policy.xml │ ├── IIC139Request.xml │ ├── IIC139Response.xml │ ├── IIC140Policy.xml │ ├── IIC140Request.xml │ ├── IIC140Response.xml │ ├── IIC141Policy.xml │ ├── IIC141Request.xml │ ├── IIC141Response.xml │ ├── IIC142Policy.xml │ ├── IIC142Request.xml │ ├── IIC142Response.xml │ ├── IIC143Policy.xml │ ├── IIC143Request.xml │ ├── IIC143Response.xml │ ├── IIC144Policy.xml │ ├── IIC144Request.xml │ ├── IIC144Response.xml │ ├── IIC145Policy.xml │ ├── IIC145Request.xml │ ├── IIC145Response.xml │ ├── IIC146Policy.xml │ ├── IIC146Request.xml │ ├── IIC146Response.xml │ ├── IIC147Policy.xml │ ├── IIC147Request.xml │ ├── IIC147Response.xml │ ├── IIC148Policy.xml │ ├── IIC148Request.xml │ ├── IIC148Response.xml │ ├── IIC149Policy.xml │ ├── IIC149Request.xml │ ├── IIC149Response.xml │ ├── IIC150Policy.xml │ ├── IIC150Request.xml │ ├── IIC150Response.xml │ ├── IIC151Policy.xml │ ├── IIC151Request.xml │ ├── IIC151Response.xml │ ├── IIC152Policy.xml │ ├── IIC152Request.xml │ ├── IIC152Response.xml │ ├── IIC153Policy.xml │ ├── IIC153Request.xml │ ├── IIC153Response.xml │ ├── IIC154Policy.xml │ ├── IIC154Request.xml │ ├── IIC154Response.xml │ ├── IIC155Policy.xml │ ├── IIC155Request.xml │ ├── IIC155Response.xml │ ├── IIC156Policy.xml │ ├── IIC156Request.xml │ ├── IIC156Response.xml │ ├── IIC157Policy.xml │ ├── IIC157Request.xml │ ├── IIC157Response.xml │ ├── IIC158Policy.xml │ ├── IIC158Request.xml │ ├── IIC158Response.xml │ ├── IIC159Policy.xml │ ├── IIC159Request.xml │ ├── IIC159Response.xml │ ├── IIC160Policy.xml │ ├── IIC160Request.xml │ ├── IIC160Response.xml │ ├── IIC161Policy.xml │ ├── IIC161Request.xml │ ├── IIC161Response.xml │ ├── IIC162Policy.xml │ ├── IIC162Request.xml │ ├── IIC162Response.xml │ ├── IIC163Policy.xml │ ├── IIC163Request.xml │ ├── IIC163Response.xml │ ├── IIC164Policy.xml │ ├── IIC164Request.xml │ ├── IIC164Response.xml │ ├── IIC165Policy.xml │ ├── IIC165Request.xml │ ├── IIC165Response.xml │ ├── IIC166Policy.xml │ ├── IIC166Request.xml │ ├── IIC166Response.xml │ ├── IIC167Policy.xml │ ├── IIC167Request.xml │ ├── IIC167Response.xml │ ├── IIC168Policy.xml │ ├── IIC168Request.xml │ ├── IIC168Response.xml │ ├── IIC169Policy.xml │ ├── IIC169Request.xml │ ├── IIC169Response.xml │ ├── IIC170Policy.xml │ ├── IIC170Request.xml │ ├── IIC170Response.xml │ ├── IIC171Policy.xml │ ├── IIC171Request.xml │ ├── IIC171Response.xml │ ├── IIC172Policy.xml │ ├── IIC172Request.xml │ ├── IIC172Response.xml │ ├── IIC173Policy.xml │ ├── IIC173Request.xml │ ├── IIC173Response.xml │ ├── IIC174Policy.xml │ ├── IIC174Request.xml │ ├── IIC174Response.xml │ ├── IIC175Policy.xml │ ├── IIC175Request.xml │ ├── IIC175Response.xml │ ├── IIC176Policy.xml │ ├── IIC176Request.xml │ ├── IIC176Response.xml │ ├── IIC177Policy.xml │ ├── IIC177Request.xml │ ├── IIC177Response.xml │ ├── IIC178Policy.xml │ ├── IIC178Request.xml │ ├── IIC178Response.xml │ ├── IIC179Policy.xml │ ├── IIC179Request.xml │ ├── IIC179Response.xml │ ├── IIC180Policy.xml │ ├── IIC180Request.xml │ ├── IIC180Response.xml │ ├── IIC181Policy.xml │ ├── IIC181Request.xml │ ├── IIC181Response.xml │ ├── IIC182Policy.xml │ ├── IIC182Request.xml │ ├── IIC182Response.xml │ ├── IIC183Policy.xml │ ├── IIC183Request.xml │ ├── IIC183Response.xml │ ├── IIC184Policy.xml │ ├── IIC184Request.xml │ ├── IIC184Response.xml │ ├── IIC185Policy.xml │ ├── IIC185Request.xml │ ├── IIC185Response.xml │ ├── IIC186Policy.xml │ ├── IIC186Request.xml │ ├── IIC186Response.xml │ ├── IIC187Policy.xml │ ├── IIC187Request.xml │ ├── IIC187Response.xml │ ├── IIC188Policy.xml │ ├── IIC188Request.xml │ ├── IIC188Response.xml │ ├── IIC189Policy.xml │ ├── IIC189Request.xml │ ├── IIC189Response.xml │ ├── IIC190Policy.xml │ ├── IIC190Request.xml │ ├── IIC190Response.xml │ ├── IIC191Policy.xml │ ├── IIC191Request.xml │ ├── IIC191Response.xml │ ├── IIC192Policy.xml │ ├── IIC192Request.xml │ ├── IIC192Response.xml │ ├── IIC193Policy.xml │ ├── IIC193Request.xml │ ├── IIC193Response.xml │ ├── IIC194Policy.xml │ ├── IIC194Request.xml │ ├── IIC194Response.xml │ ├── IIC195Policy.xml │ ├── IIC195Request.xml │ ├── IIC195Response.xml │ ├── IIC196Policy.xml │ ├── IIC196Request.xml │ ├── IIC196Response.xml │ ├── IIC197Policy.xml │ ├── IIC197Request.xml │ ├── IIC197Response.xml │ ├── IIC198Policy.xml │ ├── IIC198Request.xml │ ├── IIC198Response.xml │ ├── IIC199Policy.xml │ ├── IIC199Request.xml │ ├── IIC199Response.xml │ ├── IIC200Policy.xml │ ├── IIC200Request.xml │ ├── IIC200Response.xml │ ├── IIC201Policy.xml │ ├── IIC201Request.xml │ ├── IIC201Response.xml │ ├── IIC202Policy.xml │ ├── IIC202Request.xml │ ├── IIC202Response.xml │ ├── IIC203Policy.xml │ ├── IIC203Request.xml │ ├── IIC203Response.xml │ ├── IIC204Policy.xml │ ├── IIC204Request.xml │ ├── IIC204Response.xml │ ├── IIC205Policy.xml │ ├── IIC205Request.xml │ ├── IIC205Response.xml │ ├── IIC206Policy.xml │ ├── IIC206Request.xml │ ├── IIC206Response.xml │ ├── IIC207Policy.xml │ ├── IIC207Request.xml │ ├── IIC207Response.xml │ ├── IIC208Policy.xml │ ├── IIC208Request.xml │ ├── IIC208Response.xml │ ├── IIC209Policy.xml │ ├── IIC209Request.xml │ ├── IIC209Response.xml │ ├── IIC210Policy.xml │ ├── IIC210Request.xml │ ├── IIC210Response.xml │ ├── IIC211Policy.xml │ ├── IIC211Request.xml │ ├── IIC211Response.xml │ ├── IIC212Policy.xml │ ├── IIC212Request.xml │ ├── IIC212Response.xml │ ├── IIC213Policy.xml │ ├── IIC213Request.xml │ ├── IIC213Response.xml │ ├── IIC214Policy.xml │ ├── IIC214Request.xml │ ├── IIC214Response.xml │ ├── IIC215Policy.xml │ ├── IIC215Request.xml │ ├── IIC215Response.xml │ ├── IIC216Policy.xml │ ├── IIC216Request.xml │ ├── IIC216Response.xml │ ├── IIC217Policy.xml │ ├── IIC217Request.xml │ ├── IIC217Response.xml │ ├── IIC218Policy.xml │ ├── IIC218Request.xml │ ├── IIC218Response.xml │ ├── IIC219Policy.xml │ ├── IIC219Request.xml │ ├── IIC219Response.xml │ ├── IIC220Policy.xml │ ├── IIC220Request.xml │ ├── IIC220Response.xml │ ├── IIC221Policy.xml │ ├── IIC221Request.xml │ ├── IIC221Response.xml │ ├── IIC222Policy.xml │ ├── IIC222Request.xml │ ├── IIC222Response.xml │ ├── IIC223Policy.xml │ ├── IIC223Request.xml │ ├── IIC223Response.xml │ ├── IIC224Policy.xml │ ├── IIC224Request.xml │ ├── IIC224Response.xml │ ├── IIC225Policy.xml │ ├── IIC225Request.xml │ ├── IIC225Response.xml │ ├── IIC226Policy.xml │ ├── IIC226Request.xml │ ├── IIC226Response.xml │ ├── IIC227Policy.xml │ ├── IIC227Request.xml │ ├── IIC227Response.xml │ ├── IIC228Policy.xml │ ├── IIC228Request.xml │ ├── IIC228Response.xml │ ├── IIC229Policy.xml │ ├── IIC229Request.xml │ ├── IIC229Response.xml │ ├── IIC230Policy.xml │ ├── IIC230Request.xml │ ├── IIC230Response.xml │ ├── IIC231Policy.xml │ ├── IIC231Request.xml │ ├── IIC231Response.xml │ ├── IIC232Policy.xml │ ├── IIC232Request.xml │ ├── IIC232Response.xml │ ├── IID001Policy.xml │ ├── IID001Request.xml │ ├── IID001Response.xml │ ├── IID002Policy.xml │ ├── IID002Request.xml │ ├── IID002Response.xml │ ├── IID003Policy.xml │ ├── IID003Request.xml │ ├── IID003Response.xml │ ├── IID004Policy.xml │ ├── IID004Request.xml │ ├── IID004Response.xml │ ├── IID005Policy.xml │ ├── IID005Request.xml │ ├── IID005Response.xml │ ├── IID006Policy.xml │ ├── IID006Request.xml │ ├── IID006Response.xml │ ├── IID007Policy.xml │ ├── IID007Request.xml │ ├── IID007Response.xml │ ├── IID008Policy.xml │ ├── IID008Request.xml │ ├── IID008Response.xml │ ├── IID009Policy.xml │ ├── IID009Request.xml │ ├── IID009Response.xml │ ├── IID010Policy.xml │ ├── IID010Request.xml │ ├── IID010Response.xml │ ├── IID011Policy.xml │ ├── IID011Request.xml │ ├── IID011Response.xml │ ├── IID012Policy.xml │ ├── IID012Request.xml │ ├── IID012Response.xml │ ├── IID013Policy.xml │ ├── IID013Request.xml │ ├── IID013Response.xml │ ├── IID014Policy.xml │ ├── IID014Request.xml │ ├── IID014Response.xml │ ├── IID015Policy.xml │ ├── IID015Request.xml │ ├── IID015Response.xml │ ├── IID016Policy.xml │ ├── IID016Request.xml │ ├── IID016Response.xml │ ├── IID017Policy.xml │ ├── IID017Request.xml │ ├── IID017Response.xml │ ├── IID018Policy.xml │ ├── IID018Request.xml │ ├── IID018Response.xml │ ├── IID019Policy.xml │ ├── IID019Request.xml │ ├── IID019Response.xml │ ├── IID020Policy.xml │ ├── IID020Request.xml │ ├── IID020Response.xml │ ├── IID021Policy.xml │ ├── IID021Request.xml │ ├── IID021Response.xml │ ├── IID022Policy.xml │ ├── IID022Request.xml │ ├── IID022Response.xml │ ├── IID023Policy.xml │ ├── IID023Request.xml │ ├── IID023Response.xml │ ├── IID024Policy.xml │ ├── IID024Request.xml │ ├── IID024Response.xml │ ├── IID025Policy.xml │ ├── IID025Request.xml │ ├── IID025Response.xml │ ├── IID026Policy.xml │ ├── IID026Request.xml │ ├── IID026Response.xml │ ├── IID027Policy.xml │ ├── IID027Request.xml │ ├── IID027Response.xml │ ├── IID028Policy.xml │ ├── IID028Request.xml │ ├── IID028Response.xml │ ├── IID029Policy1.xml │ ├── IID029Policy2.xml │ ├── IID029Request.xml │ ├── IID029Response.xml │ ├── IID029Special.txt │ ├── IID030Policy1.xml │ ├── IID030Policy2.xml │ ├── IID030Request.xml │ ├── IID030Response.xml │ ├── IID030Special.txt │ ├── IIE001Policy.xml │ ├── IIE001PolicyId1.xml │ ├── IIE001PolicySetId1.xml │ ├── IIE001Request.xml │ ├── IIE001Response.xml │ ├── IIE001Special.txt │ ├── IIE002Policy.xml │ ├── IIE002PolicyId1.xml │ ├── IIE002PolicySetId1.xml │ ├── IIE002Request.xml │ ├── IIE002Response.xml │ ├── IIE002Special.txt │ ├── IIE003Policy.xml │ ├── IIE003PolicyId1.xml │ ├── IIE003PolicyId2.xml │ ├── IIE003Request.xml │ ├── IIE003Response.xml │ ├── IIE003Special.txt │ ├── IIIA001Policy.xml │ ├── IIIA001Request.xml │ ├── IIIA001Response.xml │ ├── IIIA002Policy.xml │ ├── IIIA002Request.xml │ ├── IIIA002Response.xml │ ├── IIIA003Policy.xml │ ├── IIIA003Request.xml │ ├── IIIA003Response.xml │ ├── IIIA004Policy.xml │ ├── IIIA004Request.xml │ ├── IIIA004Response.xml │ ├── IIIA005Policy.xml │ ├── IIIA005Request.xml │ ├── IIIA005Response.xml │ ├── IIIA006Policy.xml │ ├── IIIA006Request.xml │ ├── IIIA006Response.xml │ ├── IIIA007Policy.xml │ ├── IIIA007Request.xml │ ├── IIIA007Response.xml │ ├── IIIA008Policy.xml │ ├── IIIA008Request.xml │ ├── IIIA008Response.xml │ ├── IIIA009Policy.xml │ ├── IIIA009Request.xml │ ├── IIIA009Response.xml │ ├── IIIA010Policy.xml │ ├── IIIA010Request.xml │ ├── IIIA010Response.xml │ ├── IIIA011Policy.xml │ ├── IIIA011Request.xml │ ├── IIIA011Response.xml │ ├── IIIA012Policy.xml │ ├── IIIA012Request.xml │ ├── IIIA012Response.xml │ ├── IIIA013Policy.xml │ ├── IIIA013Request.xml │ ├── IIIA013Response.xml │ ├── IIIA014Policy.xml │ ├── IIIA014Request.xml │ ├── IIIA014Response.xml │ ├── IIIA015Policy.xml │ ├── IIIA015Request.xml │ ├── IIIA015Response.xml │ ├── IIIA016Policy.xml │ ├── IIIA016Request.xml │ ├── IIIA016Response.xml │ ├── IIIA017Policy.xml │ ├── IIIA017Request.xml │ ├── IIIA017Response.xml │ ├── IIIA018Policy.xml │ ├── IIIA018Request.xml │ ├── IIIA018Response.xml │ ├── IIIA019Policy.xml │ ├── IIIA019Request.xml │ ├── IIIA019Response.xml │ ├── IIIA020Policy.xml │ ├── IIIA020Request.xml │ ├── IIIA020Response.xml │ ├── IIIA021Policy.xml │ ├── IIIA021Request.xml │ ├── IIIA021Response.xml │ ├── IIIA022Policy.xml │ ├── IIIA022Request.xml │ ├── IIIA022Response.xml │ ├── IIIA023Policy.xml │ ├── IIIA023Request.xml │ ├── IIIA023Response.xml │ ├── IIIA024Policy.xml │ ├── IIIA024Request.xml │ ├── IIIA024Response.xml │ ├── IIIA025Policy.xml │ ├── IIIA025Request.xml │ ├── IIIA025Response.xml │ ├── IIIA026Policy.xml │ ├── IIIA026Request.xml │ ├── IIIA026Response.xml │ ├── IIIA027Policy.xml │ ├── IIIA027Request.xml │ ├── IIIA027Response.xml │ ├── IIIA028Policy.xml │ ├── IIIA028Request.xml │ ├── IIIA028Response.xml │ ├── IIIC001Policy.xml │ ├── IIIC001Request.xml │ ├── IIIC001Response.xml │ ├── IIIC002Policy.xml │ ├── IIIC002Request.xml │ ├── IIIC002Response.xml │ ├── IIIC003Policy.xml │ ├── IIIC003Request.xml │ ├── IIIC003Response.xml │ ├── IIICSpecial.txt │ ├── IIIF001Policy.xml │ ├── IIIF001Request.xml │ ├── IIIF001Response.xml │ ├── IIIF002Policy.xml │ ├── IIIF002Request.xml │ ├── IIIF002Response.xml │ ├── IIIF003Policy.xml │ ├── IIIF003Request.xml │ ├── IIIF003Response.xml │ ├── IIIF004Policy.xml │ ├── IIIF004Request.xml │ ├── IIIF004Response.xml │ ├── IIIF005Policy.xml │ ├── IIIF005Request.xml │ ├── IIIF005Response.xml │ ├── IIIF006Policy.xml │ ├── IIIF006Request.xml │ ├── IIIF006Response.xml │ ├── IIIF007Policy.xml │ ├── IIIF007Request.xml │ ├── IIIF007Response.xml │ ├── IIIFSpecial.txt │ ├── IIIG001Policy.xml │ ├── IIIG001Request.xml │ ├── IIIG001Response.xml │ ├── IIIG002Policy.xml │ ├── IIIG002Request.xml │ ├── IIIG002Response.xml │ ├── IIIG003Policy.xml │ ├── IIIG003Request.xml │ ├── IIIG003Response.xml │ ├── IIIG004Policy.xml │ ├── IIIG004Request.xml │ ├── IIIG004Response.xml │ ├── IIIG005Policy.xml │ ├── IIIG005Request.xml │ ├── IIIG005Response.xml │ ├── IIIG006Policy.xml │ ├── IIIG006Request.xml │ └── IIIG006Response.xml │ └── rsa2008-interop │ ├── XacmlPolicySet-01-top-level.xml │ ├── XacmlPolicySet-02a-CDA.xml │ ├── XacmlPolicySet-02b-N.xml │ ├── XacmlPolicySet-02c-N-PermCollections.xml │ ├── XacmlPolicySet-02d-prog-note.xml │ ├── XacmlPolicySet-02e-MA.xml │ ├── XacmlPolicySet-02f-emergency.xml │ ├── XacmlPolicySet-03-N-RPS-med-rec-vrole.xml │ ├── XacmlPolicySet-04-N-PPS-PRD-004.xml │ ├── XacmlRequest-01-01.xml │ ├── XacmlRequest-01-02.xml │ ├── XacmlRequest-01-03.xml │ ├── XacmlRequest-01-04.xml │ ├── XacmlRequest-02-01.xml │ ├── XacmlRequest-02-02.xml │ ├── XacmlRequest-02-03.xml │ ├── XacmlRequest-02-04.xml │ ├── XacmlRequest-03-01.xml │ ├── XacmlRequest-03-02.xml │ ├── XacmlRequest-03-03.xml │ ├── XacmlRequest-04-01.xml │ ├── XacmlRequest-04-02.xml │ ├── XacmlRequest-04-03.xml │ ├── XacmlRequest-04-04.xml │ ├── XacmlRequest-05-01.xml │ ├── XacmlRequest-05-02.xml │ ├── XacmlResponse-01-01.xml │ ├── XacmlResponse-01-02.xml │ ├── XacmlResponse-01-03.xml │ ├── XacmlResponse-01-04.xml │ ├── XacmlResponse-02-01.xml │ ├── XacmlResponse-02-02.xml │ ├── XacmlResponse-02-03.xml │ ├── XacmlResponse-02-04.xml │ ├── XacmlResponse-03-01.xml │ ├── XacmlResponse-03-02.xml │ ├── XacmlResponse-03-03.xml │ ├── XacmlResponse-04-01.xml │ ├── XacmlResponse-04-02.xml │ ├── XacmlResponse-04-03.xml │ ├── XacmlResponse-04-04.xml │ ├── XacmlResponse-05-01.xml │ └── XacmlResponse-05-02.xml ├── xacml-core ├── pom.xml └── src │ ├── main │ ├── java │ │ └── org │ │ │ └── xacml4j │ │ │ ├── util │ │ │ ├── Base64.java │ │ │ ├── Base64DecoderException.java │ │ │ ├── CglibInvocationFactory.java │ │ │ ├── DOMUtil.java │ │ │ ├── DefaultInvocationFactory.java │ │ │ ├── IPAddressUtils.java │ │ │ ├── Invocation.java │ │ │ ├── InvocationFactory.java │ │ │ ├── NodeNamespaceContext.java │ │ │ ├── Pair.java │ │ │ ├── Reflections.java │ │ │ ├── SimpleNamespaceContext.java │ │ │ └── Xacml20XPathTo30Transformer.java │ │ │ └── v30 │ │ │ ├── Advice.java │ │ │ ├── Attribute.java │ │ │ ├── AttributeAssignment.java │ │ │ ├── AttributeContainer.java │ │ │ ├── AttributeDesignatorKey.java │ │ │ ├── AttributeExp.java │ │ │ ├── AttributeExpType.java │ │ │ ├── AttributeReferenceKey.java │ │ │ ├── AttributeSelectorKey.java │ │ │ ├── BagOfAttributeExp.java │ │ │ ├── BagOfAttributeExpType.java │ │ │ ├── BaseCalendar.java │ │ │ ├── BaseDecisionRuleResponse.java │ │ │ ├── BaseDuration.java │ │ │ ├── BinaryValue.java │ │ │ ├── Categories.java │ │ │ ├── Category.java │ │ │ ├── CategoryId.java │ │ │ ├── CategoryReference.java │ │ │ ├── CompositeDecisionRule.java │ │ │ ├── CompositeDecisionRuleIDReference.java │ │ │ ├── DNSName.java │ │ │ ├── Date.java │ │ │ ├── DateTime.java │ │ │ ├── DayTimeDuration.java │ │ │ ├── Decision.java │ │ │ ├── DecisionRule.java │ │ │ ├── DecisionRuleIDReference.java │ │ │ ├── EUI48.java │ │ │ ├── Effect.java │ │ │ ├── Entity.java │ │ │ ├── EnvironmentAttributeCallback.java │ │ │ ├── EvaluationContext.java │ │ │ ├── EvaluationContextFactory.java │ │ │ ├── EvaluationException.java │ │ │ ├── Expression.java │ │ │ ├── ExpressionVisitor.java │ │ │ ├── IPAddress.java │ │ │ ├── MatchResult.java │ │ │ ├── Obligation.java │ │ │ ├── PolicyResolutionException.java │ │ │ ├── PortRange.java │ │ │ ├── RFC822Name.java │ │ │ ├── RequestContext.java │ │ │ ├── RequestDefaults.java │ │ │ ├── RequestReference.java │ │ │ ├── ResourceAttributes.java │ │ │ ├── ResponseContext.java │ │ │ ├── Result.java │ │ │ ├── Status.java │ │ │ ├── StatusCode.java │ │ │ ├── StatusCodeId.java │ │ │ ├── StatusCodeIds.java │ │ │ ├── StatusDetail.java │ │ │ ├── SubjectAttributes.java │ │ │ ├── Time.java │ │ │ ├── ValueExpression.java │ │ │ ├── ValueType.java │ │ │ ├── Version.java │ │ │ ├── VersionMatch.java │ │ │ ├── XPathExpression.java │ │ │ ├── XPathVersion.java │ │ │ ├── XacmlSyntaxException.java │ │ │ ├── YearMonthDuration.java │ │ │ ├── marshal │ │ │ ├── Marshaller.java │ │ │ ├── PolicyMarshaller.java │ │ │ ├── PolicyUnmarshaller.java │ │ │ ├── PolicyUnmarshallerSupport.java │ │ │ ├── RequestMarshaller.java │ │ │ ├── RequestUnmarshaller.java │ │ │ ├── ResponseMarshaller.java │ │ │ ├── ResponseUnmarshaller.java │ │ │ ├── Unmarshaller.java │ │ │ ├── UnmarshallerSupport.java │ │ │ └── jaxb │ │ │ │ ├── BaseJAXBMarshaller.java │ │ │ │ ├── BaseJAXBUnmarshaller.java │ │ │ │ ├── ExpressionTypeBuilder.java │ │ │ │ ├── JAXBContextUtil.java │ │ │ │ ├── TypeToXacml30.java │ │ │ │ ├── VariableManager.java │ │ │ │ ├── Xacml20PolicyFromJaxbToObjectModelMapper.java │ │ │ │ ├── Xacml20RequestContextUnmarshaller.java │ │ │ │ ├── Xacml20ResponseContextMarshaller.java │ │ │ │ ├── Xacml20ResponseContextUnmarshaller.java │ │ │ │ ├── Xacml30PolicyFromJaxbToObjectModelMapper.java │ │ │ │ ├── Xacml30PolicyFromObjectModelToJaxbMapper.java │ │ │ │ ├── Xacml30PolicyMarshaller.java │ │ │ │ ├── Xacml30RequestContextFromJaxbToObjectModelMapper.java │ │ │ │ ├── Xacml30RequestContextMarshaller.java │ │ │ │ ├── Xacml30RequestContextUnmarshaller.java │ │ │ │ ├── Xacml30ResponseContextMarshaller.java │ │ │ │ ├── Xacml30ResponseContextUnmarshaller.java │ │ │ │ └── XacmlPolicyUnmarshaller.java │ │ │ ├── pdp │ │ │ ├── AbstractRequestContextHandler.java │ │ │ ├── AdviceExpression.java │ │ │ ├── Apply.java │ │ │ ├── AttributeAssignmentExpression.java │ │ │ ├── AttributeDesignator.java │ │ │ ├── AttributeReference.java │ │ │ ├── AttributeReferenceEvaluationException.java │ │ │ ├── AttributeSelector.java │ │ │ ├── BaseCompositeDecisionRule.java │ │ │ ├── BaseCompositeDecisionRuleDefaults.java │ │ │ ├── BaseCompositeDecisionRuleIDReference.java │ │ │ ├── BaseDecisionRule.java │ │ │ ├── BaseDecisionRuleResponseExpression.java │ │ │ ├── CombinerParameter.java │ │ │ ├── Condition.java │ │ │ ├── ConditionResult.java │ │ │ ├── DecisionCombiningAlgorithm.java │ │ │ ├── DefaultEvaluationContextHandler.java │ │ │ ├── DefaultExpressionVisitor.java │ │ │ ├── DefaultPolicyDecisionPoint.java │ │ │ ├── DefaultPolicyDecisionPointContextFactory.java │ │ │ ├── DefaultRequestContextCallback.java │ │ │ ├── DelegatingEvaluationContext.java │ │ │ ├── EvaluationContextHandler.java │ │ │ ├── FunctionInvocationException.java │ │ │ ├── FunctionParamSpec.java │ │ │ ├── FunctionReference.java │ │ │ ├── FunctionSpec.java │ │ │ ├── MDCSupport.java │ │ │ ├── Match.java │ │ │ ├── MatchAllOf.java │ │ │ ├── MatchAnyOf.java │ │ │ ├── Matchable.java │ │ │ ├── MetricsSupport.java │ │ │ ├── ObligationExpression.java │ │ │ ├── Policy.java │ │ │ ├── PolicyDecisionCallback.java │ │ │ ├── PolicyDecisionPoint.java │ │ │ ├── PolicyDecisionPointBuilder.java │ │ │ ├── PolicyDecisionPointContext.java │ │ │ ├── PolicyDecisionPointContextFactory.java │ │ │ ├── PolicyDecisionPointMBean.java │ │ │ ├── PolicyDefaults.java │ │ │ ├── PolicyElement.java │ │ │ ├── PolicyIDReference.java │ │ │ ├── PolicySet.java │ │ │ ├── PolicySetDefaults.java │ │ │ ├── PolicySetIDReference.java │ │ │ ├── PolicyVisitor.java │ │ │ ├── PolicyVisitorSupport.java │ │ │ ├── ReferenceableDecisionRule.java │ │ │ ├── RequestContextCallback.java │ │ │ ├── RequestSyntaxException.java │ │ │ ├── ResponseSyntaxException.java │ │ │ ├── RootEvaluationContext.java │ │ │ ├── Rule.java │ │ │ ├── Target.java │ │ │ ├── VariableDefinition.java │ │ │ ├── VariableReference.java │ │ │ ├── Versionable.java │ │ │ ├── XPathEvaluationException.java │ │ │ ├── XacmlException.java │ │ │ ├── XacmlPolicySyntaxException.java │ │ │ └── profiles │ │ │ │ ├── MultipleResourcesHandler.java │ │ │ │ ├── MultipleResourcesResolver.java │ │ │ │ ├── MultipleResourcesViaRepeatingAttributesHandler.java │ │ │ │ ├── MultipleResourcesViaRequestReferencesHandler.java │ │ │ │ ├── MultipleResourcesViaXPathExpressionHandler.java │ │ │ │ └── MultipleResourcesViaXPathExpressionLegacyHandler.java │ │ │ ├── policy │ │ │ ├── combine │ │ │ │ ├── DenyOverrides.java │ │ │ │ ├── DenyOverridesPolicyCombiningAlgorithm.java │ │ │ │ ├── DenyOverridesPolicyOrderedCombiningAlgorithm.java │ │ │ │ ├── DenyOverridesRuleCombiningAlgorithm.java │ │ │ │ ├── DenyOverridesRuleOrderedCombiningAlgorithm.java │ │ │ │ ├── DenyUnlessPermit.java │ │ │ │ ├── DenyUnlessPermitPolicyCombiningAlgorithm.java │ │ │ │ ├── DenyUnlessPermitRuleCombiningAlgorithm.java │ │ │ │ ├── FirstApplicable.java │ │ │ │ ├── FirstApplicablePolicyCombiningAlgorithm.java │ │ │ │ ├── FirstApplicableRuleCombiningAlgorithm.java │ │ │ │ ├── LegacyDenyOverridesPolicyCombineAlgorithm.java │ │ │ │ ├── LegacyDenyOverridesRuleCombineAlgorithm.java │ │ │ │ ├── LegacyOrderedDenyOverridesPolicyCombineAlgorithm.java │ │ │ │ ├── LegacyOrderedDenyOverridesRuleCombineAlgorithm.java │ │ │ │ ├── LegacyOrderedPermitOverridesPolicyCombineAlgorithm.java │ │ │ │ ├── LegacyOrderedPermitOverridesRuleCombineAlgorithm.java │ │ │ │ ├── LegacyPermitOverridesPolicyCombineAlgorithm.java │ │ │ │ ├── LegacyPermitOverridesRuleCombineAlgorithm.java │ │ │ │ ├── OnPermitApplySecondPolicyCombiningAlgorithm.java │ │ │ │ ├── OnlyOneApplicablePolicyCombiningAlgorithm.java │ │ │ │ ├── PermitOverrides.java │ │ │ │ ├── PermitOverridesPolicyCombineAlgorithm.java │ │ │ │ ├── PermitOverridesPolicyOrderedCombineAlgorithm.java │ │ │ │ ├── PermitOverridesRuleCombineAlgorithm.java │ │ │ │ ├── PermitOverridesRuleOrderedCombiningAlgorithm.java │ │ │ │ ├── PermitUnlessDeny.java │ │ │ │ ├── PermitUnlessDenyPolicyCombiningAlgorithm.java │ │ │ │ └── PermitUnlessDenyRuleCombiningAlgorithm.java │ │ │ └── function │ │ │ │ ├── ArithmeticFunctions.java │ │ │ │ ├── AttributeDesignatorFunctions.java │ │ │ │ ├── BagFunctions.java │ │ │ │ ├── DateTimeArithmeticFunctions.java │ │ │ │ ├── EqualityPredicates.java │ │ │ │ ├── HigherOrderFunctions.java │ │ │ │ ├── LogicalFunctions.java │ │ │ │ ├── NonNumericComparisonFunctions.java │ │ │ │ ├── NumericComparisonFunctions.java │ │ │ │ ├── NumericConversionFunctions.java │ │ │ │ ├── RegularExpressionFunctions.java │ │ │ │ ├── SetFunctions.java │ │ │ │ ├── SpecialMatchFunctions.java │ │ │ │ ├── StringConversionFunctions.java │ │ │ │ ├── StringFunctions.java │ │ │ │ └── XPathFunctions.java │ │ │ ├── spi │ │ │ ├── audit │ │ │ │ ├── BasePolicyDecisionAuditor.java │ │ │ │ ├── NoAuditPolicyDecisionPointAuditor.java │ │ │ │ └── PolicyDecisionAuditor.java │ │ │ ├── combine │ │ │ │ ├── AggregatingDecisionCombiningAlgorithmProvider.java │ │ │ │ ├── AnnotatedDecisionCombiningAlgorithmProviderFactory.java │ │ │ │ ├── BaseDecisionCombiningAlgorithm.java │ │ │ │ ├── DecisionCombiningAlgorithmProvider.java │ │ │ │ ├── DecisionCombiningAlgorithmProviderBuilder.java │ │ │ │ ├── DecisionCombiningAlgorithmProviderImpl.java │ │ │ │ ├── DecisionCombiningAlgorithms.java │ │ │ │ ├── DefaultXacml30DecisionCombiningAlgorithms.java │ │ │ │ ├── XacmlPolicyDecisionCombiningAlgorithm.java │ │ │ │ └── XacmlRuleDecisionCombiningAlgorithm.java │ │ │ ├── function │ │ │ │ ├── AggregatingFunctionProvider.java │ │ │ │ ├── AnnotationBasedFunctionProvider.java │ │ │ │ ├── BaseFunctionParamSpec.java │ │ │ │ ├── BaseFunctionProvider.java │ │ │ │ ├── DefaultFunctionInvocation.java │ │ │ │ ├── FunctionInvocation.java │ │ │ │ ├── FunctionParamAnyAttributeSpec.java │ │ │ │ ├── FunctionParamAnyBagSpec.java │ │ │ │ ├── FunctionParamFuncReferenceSpec.java │ │ │ │ ├── FunctionParamSpecVisitor.java │ │ │ │ ├── FunctionParamValueTypeSequenceSpec.java │ │ │ │ ├── FunctionParamValueTypeSpec.java │ │ │ │ ├── FunctionParametersValidator.java │ │ │ │ ├── FunctionProvider.java │ │ │ │ ├── FunctionProviderBuilder.java │ │ │ │ ├── FunctionReturnTypeResolver.java │ │ │ │ ├── FunctionSpecBuilder.java │ │ │ │ ├── JavaMethodToFunctionSpecConverter.java │ │ │ │ ├── StaticFunctionReturnTypeResolver.java │ │ │ │ ├── XacmlFuncParam.java │ │ │ │ ├── XacmlFuncParamAnyAttribute.java │ │ │ │ ├── XacmlFuncParamAnyBag.java │ │ │ │ ├── XacmlFuncParamEvaluationContext.java │ │ │ │ ├── XacmlFuncParamFunctionReference.java │ │ │ │ ├── XacmlFuncParamOptional.java │ │ │ │ ├── XacmlFuncParamValidator.java │ │ │ │ ├── XacmlFuncParamVarArg.java │ │ │ │ ├── XacmlFuncReturnType.java │ │ │ │ ├── XacmlFuncReturnTypeResolver.java │ │ │ │ ├── XacmlFuncSpec.java │ │ │ │ ├── XacmlFunctionProvider.java │ │ │ │ └── XacmlLegacyFunc.java │ │ │ ├── pdp │ │ │ │ ├── BasePolicyDecisionCache.java │ │ │ │ ├── NoCachePolicyDecisionCache.java │ │ │ │ ├── PolicyDecisionCache.java │ │ │ │ ├── PolicyDecisionCacheMBean.java │ │ │ │ ├── RequestContextHandler.java │ │ │ │ ├── RequestContextHandlerChain.java │ │ │ │ └── RequestContextHandlerChainBuilder.java │ │ │ ├── pip │ │ │ │ ├── AnnotatedResolverFactory.java │ │ │ │ ├── AttributeDescriptor.java │ │ │ │ ├── AttributeResolver.java │ │ │ │ ├── AttributeResolverDescriptor.java │ │ │ │ ├── AttributeResolverDescriptorBuilder.java │ │ │ │ ├── AttributeResolverDescriptorDelegate.java │ │ │ │ ├── AttributeResolverMBean.java │ │ │ │ ├── AttributeSet.java │ │ │ │ ├── BaseAttributeResolver.java │ │ │ │ ├── BaseContentResolver.java │ │ │ │ ├── BasePolicyInformationPointCacheProvider.java │ │ │ │ ├── BaseResolverDescriptor.java │ │ │ │ ├── Content.java │ │ │ │ ├── ContentResolver.java │ │ │ │ ├── ContentResolverDescriptor.java │ │ │ │ ├── ContentResolverDescriptorBuilder.java │ │ │ │ ├── ContentResolverDescriptorDelegate.java │ │ │ │ ├── ContentResolverMBean.java │ │ │ │ ├── DefaultEnvironmentAttributeResolver.java │ │ │ │ ├── DefaultPolicyInformationPoint.java │ │ │ │ ├── DefaultPolicyInformationPointCacheProvider.java │ │ │ │ ├── DefaultResolverContext.java │ │ │ │ ├── DefaultResolverRegistry.java │ │ │ │ ├── PolicyInformationPoint.java │ │ │ │ ├── PolicyInformationPointBuilder.java │ │ │ │ ├── PolicyInformationPointCacheProvider.java │ │ │ │ ├── ResolverCacheKey.java │ │ │ │ ├── ResolverContext.java │ │ │ │ ├── ResolverDescriptor.java │ │ │ │ ├── ResolverDescriptorDelegate.java │ │ │ │ ├── ResolverMBean.java │ │ │ │ ├── ResolverRegistry.java │ │ │ │ ├── ResolverRegistryBuilder.java │ │ │ │ ├── XacmlAttributeDescriptor.java │ │ │ │ ├── XacmlAttributeDesignator.java │ │ │ │ ├── XacmlAttributeResolverDescriptor.java │ │ │ │ ├── XacmlAttributeSelector.java │ │ │ │ └── XacmlContentResolverDescriptor.java │ │ │ ├── repository │ │ │ │ ├── AbstractPolicyRepository.java │ │ │ │ ├── DefaultPolicyReferenceResolver.java │ │ │ │ ├── InMemoryPolicyRepository.java │ │ │ │ ├── PolicyReferenceResolver.java │ │ │ │ ├── PolicyRepository.java │ │ │ │ └── PolicyRepositoryListener.java │ │ │ └── xpath │ │ │ │ ├── DefaultXPathProvider.java │ │ │ │ ├── XPathEvaluationException.java │ │ │ │ └── XPathProvider.java │ │ │ └── types │ │ │ ├── AnyURIExp.java │ │ │ ├── Base64BinaryExp.java │ │ │ ├── BaseAttributeExp.java │ │ │ ├── BooleanExp.java │ │ │ ├── DNSNameExp.java │ │ │ ├── DateExp.java │ │ │ ├── DateTimeExp.java │ │ │ ├── DayTimeDurationExp.java │ │ │ ├── DoubleExp.java │ │ │ ├── EntityExp.java │ │ │ ├── HexBinaryExp.java │ │ │ ├── IPAddressExp.java │ │ │ ├── IntegerExp.java │ │ │ ├── RFC822NameExp.java │ │ │ ├── StringExp.java │ │ │ ├── TimeExp.java │ │ │ ├── TypeCapability.java │ │ │ ├── TypeToString.java │ │ │ ├── X500NameExp.java │ │ │ ├── XPathExp.java │ │ │ ├── XacmlTypes.java │ │ │ └── YearMonthDurationExp.java │ ├── proto │ │ └── xacml30.proto │ ├── wsdl │ │ ├── xacml20.wsdl │ │ └── xacml30.wsdl │ └── xsd │ │ ├── access_control-xacml-2.0-context-schema-os.xsd │ │ ├── access_control-xacml-2.0-policy-schema-os.xsd │ │ ├── xacml-core-v3-schema-wd-17.xsd │ │ ├── xacml.xjb │ │ └── xml.xsd │ └── test │ ├── java │ └── org │ │ └── xacml4j │ │ ├── util │ │ ├── CglibInvocationFactoryTest.java │ │ ├── DOMUtilTest.java │ │ ├── DefaultInvocationFactoryTest.java │ │ ├── InvocationBenchmark.java │ │ ├── TestObject.java │ │ └── Xacml20XPathTo30TransformerTest.java │ │ └── v30 │ │ ├── AttributeTest.java │ │ ├── BinaryValueTest.java │ │ ├── DNSNameTest.java │ │ ├── DayTimeDurationTest.java │ │ ├── EUI48Test.java │ │ ├── EntityTest.java │ │ ├── IPAddressTest.java │ │ ├── ObligationTest.java │ │ ├── PortRangeTest.java │ │ ├── RFC822NameTest.java │ │ ├── TimeTest.java │ │ ├── YearMonthDurationTest.java │ │ ├── marshal │ │ └── jaxb │ │ │ ├── ExpressionBuilderTest.java │ │ │ ├── Xacml20RequestContextUnmarshallerTest.java │ │ │ ├── Xacml20ResponseContextMarshallerTest.java │ │ │ ├── Xacml20ResponseContextUnmarshallerTest.java │ │ │ ├── Xacml30AttributeValueMarshalingTest.java │ │ │ ├── Xacml30ResponseContextUnmarshallerTest.java │ │ │ └── XacmlPolicyUnmarshallerTest.java │ │ ├── pdp │ │ ├── AdviceExpressionTest.java │ │ ├── AdviceTest.java │ │ ├── ApplyTest.java │ │ ├── AttributeAssignmentTest.java │ │ ├── AttributeCategoriesTest.java │ │ ├── AttributeDesignatorTest.java │ │ ├── AttributeSelectorTest.java │ │ ├── AttributesTest.java │ │ ├── BagOfAttributesTest.java │ │ ├── CombinerParameterTest.java │ │ ├── ConditionTest.java │ │ ├── DecisionTest.java │ │ ├── DefaultEvaluationContextHandlerTest.java │ │ ├── DefaultPolicyDecisionPointTest.java │ │ ├── MatchAllOfTest.java │ │ ├── MatchAnyOfTest.java │ │ ├── MatchTest.java │ │ ├── ObligationExpressionTest.java │ │ ├── PolicyDefaultsTest.java │ │ ├── PolicyIDReferenceTest.java │ │ ├── PolicySetIDReferenceTest.java │ │ ├── PolicySetTest.java │ │ ├── PolicyTest.java │ │ ├── RequestTest.java │ │ ├── ResultTest.java │ │ ├── RootEvaluationContextTest.java │ │ ├── RuleTest.java │ │ ├── StatusCodeIdTest.java │ │ ├── TargetTest.java │ │ ├── VariableDefinitionTest.java │ │ ├── VariableReferenceTest.java │ │ ├── VersionMatchTest.java │ │ ├── VersionTest.java │ │ ├── XPathTest.java │ │ └── profiles │ │ │ ├── MultipleResourcesHandlerTest.java │ │ │ ├── MultipleResourcesViaRepeatingAttributesHandlerTest.java │ │ │ ├── MultipleResourcesViaRequestReferencesHandlerTest.java │ │ │ └── MultipleResourcesViaXPathExpressionHandlerTest.java │ │ ├── policy │ │ ├── combine │ │ │ ├── DenyOverridesTest.java │ │ │ ├── DenyUnlessPermitTest.java │ │ │ ├── FirstApplicableTest.java │ │ │ ├── OnPermitApplySecondPolicyTest.java │ │ │ ├── OnlyOneApplicablePolicyCombiningAlgorithmTest.java │ │ │ ├── PermitOverridesTest.java │ │ │ └── PermitUnlessDenyTest.java │ │ └── function │ │ │ ├── ArtimeticFunctionsTest.java │ │ │ ├── AttributeDesignatorFunctionTest.java │ │ │ ├── BagFunctionsTest.java │ │ │ ├── DateTimeArithmeticFunctionTest.java │ │ │ ├── HigherOrderFunctionsTest.java │ │ │ ├── LogicalFunctionsTest.java │ │ │ ├── NonNumericComparisionFunctionTest.java │ │ │ ├── NumericComparisonFunctionTest.java │ │ │ ├── RegularExpressionFunctionsTest.java │ │ │ ├── SetFunctionTest.java │ │ │ ├── SpecialMatchFunctionsTest.java │ │ │ └── XPathFunctionsTest.java │ │ ├── spi │ │ ├── combine │ │ │ └── AnnotatedDecisionCombiningAlgorithmProviderFactoryTest.java │ │ ├── function │ │ │ ├── AnnotationBasedFunctionFactoryTest.java │ │ │ ├── DefaultFunctionInvocationTest.java │ │ │ ├── DefaultFunctionSpecTest.java │ │ │ ├── FunctionSpecBuilderTest.java │ │ │ ├── JavaMethodToFunctionSpecTest.java │ │ │ ├── JavaMethodToFunctionSpecTestFunctions.java │ │ │ ├── ParamSingleTypeSpecTest.java │ │ │ ├── ParamTypeSequenceTest.java │ │ │ ├── TestFunctions.java │ │ │ └── TestInstanceFunctions.java │ │ ├── pdp │ │ │ └── RequestContextHandlerChainTest.java │ │ ├── pip │ │ │ ├── AnnotatedResolverFactoryTest.java │ │ │ ├── AttributeResolverDescriptorBuilderTest.java │ │ │ ├── AttributeSetTest.java │ │ │ ├── BaseAttributeResolverTest.java │ │ │ ├── ContentResolverDescriptorBuilderTest.java │ │ │ ├── DefaultEnvironmentAttributesResolverTest.java │ │ │ ├── DefaultPolicyInformationPointTest.java │ │ │ ├── DefaultResolverRegistryTest.java │ │ │ └── ResolverRegistryBuilderTest.java │ │ ├── repository │ │ │ ├── DefaultPolicyReferenceResolverTest.java │ │ │ └── InMemoryPolicyRepositoryTest.java │ │ └── xpath │ │ │ └── DefaultXPathFactoryTest.java │ │ └── types │ │ ├── AnyURITypeTest.java │ │ ├── Base64BinaryTypeTest.java │ │ ├── BooleanTypeTest.java │ │ ├── DNSNameTypeTest.java │ │ ├── DateTimeTypeTest.java │ │ ├── DateTypeTest.java │ │ ├── DayTimeDurationTypeTest.java │ │ ├── DoubleTypeTest.java │ │ ├── HexTypeTest.java │ │ ├── IPAddressTypeTest.java │ │ ├── IntegerTypeTest.java │ │ ├── RFC822NameTypeTest.java │ │ ├── StringTypeTest.java │ │ ├── TimeTypeTest.java │ │ ├── XPathExpressionTypeTest.java │ │ └── YearMonthDurationTypeTest.java │ └── resources │ ├── 001A-Request.xml │ ├── 001B-Policy.xml │ ├── 002B-Policy.xml │ ├── 003B-Policy.xml │ ├── IIA013Request.xml │ ├── IIB028Request.xml │ ├── IIB030Request.xml │ ├── IIC231Policy.xml │ ├── IIIF005Policy.xml │ ├── IIIF005Request.xml │ ├── IIIF005Response.xml │ ├── IIIF006Policy.xml │ ├── IIIF007Policy.xml │ ├── MarshallerTestPolicy.xml │ ├── MarshallerTestRequest.xml │ ├── MultiResource-Request.xml │ ├── Policy1.xml │ ├── Policy2.xml │ ├── PolicySet1.xml │ ├── delegated-policy.xml │ ├── logback-test.xml │ ├── media-rss.xml │ ├── test-response.xml │ ├── testContentXPathFunctions.xml │ ├── v30-policy-with-variables-1.xml │ ├── v30-policy-with-variables-2.xml │ ├── v30-policy-with-variables-3.xml │ ├── v30-test-policy.xml │ ├── v30Response.xml │ └── xacml2.0-policy-with-obligations.xml ├── xacml-json ├── pom.xml └── src │ ├── main │ └── java │ │ └── org │ │ └── xacml4j │ │ └── v30 │ │ └── marshal │ │ └── json │ │ ├── AttributeAssignmentDeserializer.java │ │ ├── AttributeAssignmentSerializer.java │ │ ├── AttributeDeserializer.java │ │ ├── AttributeSerializer.java │ │ ├── AttributesReferenceAdapter.java │ │ ├── CategoryAdapter.java │ │ ├── GsonUtil.java │ │ ├── IdReferenceAdapter.java │ │ ├── JsonProperties.java │ │ ├── JsonRequestContextMarshaller.java │ │ ├── JsonRequestContextUnmarshaller.java │ │ ├── JsonResponseContextMarshaller.java │ │ ├── JsonResponseContextUnmarshaller.java │ │ ├── ObligationOrAdviceAdapter.java │ │ ├── RequestContextAdapter.java │ │ ├── RequestReferenceAdapter.java │ │ ├── ResponseContextAdapter.java │ │ ├── ResultAdapter.java │ │ ├── StatusAdapter.java │ │ ├── StatusCodeAdapter.java │ │ └── TypeToGSon.java │ └── test │ ├── java │ └── org │ │ └── xacml4j │ │ └── v30 │ │ └── marshal │ │ └── json │ │ ├── JsonEntityMarshallingTest.java │ │ ├── JsonRequestUnmarshallerTest.java │ │ ├── JsonResponseContextMarshallerTest.java │ │ └── JsonResponseContextUnmarshallerTest.java │ └── resources │ ├── logback-test.xml │ ├── xacml30-req.json │ ├── xacml30-res.json │ └── xacml30-response.json └── xacml-test ├── pom.xml └── src ├── main └── java │ └── org │ └── xacml4j │ ├── v20 │ └── Xacml20TestUtility.java │ └── v30 │ ├── AttributeResolverTestSupport.java │ ├── ExpectedAttributeResolverBuilder.java │ └── XacmlPolicyTestSupport.java └── test ├── java └── org │ └── xacml4j │ ├── v20 │ └── Xacml20SamplePolicyTest.java │ └── v30 │ ├── AttributeResolverTestSupportTest.java │ └── Xacml30SamplePolicyTest.java └── resources ├── logback-test.xml ├── v20-policy-test ├── test-policy.xml ├── test-req.xml └── test-res.xml └── v30-policy-test ├── test-deny-req.xml ├── test-deny-resp.xml ├── test-permit-req.xml ├── test-permit-resp.xml └── test-policy.xml /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-slate -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/Example_1/Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | NotApplicable 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/Example_2/Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | NotApplicable 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA001Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA002Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA003Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA006Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA008Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA010Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA012Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA014Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA015Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA016Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA017Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA018Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA019Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA020Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIA021Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB001Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB002Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB003Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB004Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB005Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB006Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB007Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB008Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB009Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB010Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB011Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB012Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB013Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB014Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB015Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB016Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB017Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB018Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB019Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB020Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB021Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB022Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB023Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB024Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB025Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB026Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB027Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB028Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB029Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB030Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB031Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB032Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB033Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB034Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB035Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB036Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB037Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB038Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB039Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB040Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB041Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB042Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB043Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB044Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB045Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB046Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB047Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB048Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB049Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB050Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB051Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB052Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIB053Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC001Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC002Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC004Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC005Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC006Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC007Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC008Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC009Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC010Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC011Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC013Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC015Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC016Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC017Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC018Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC019Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC020Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC021Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC022Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC024Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC025Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC026Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC027Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC028Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC029Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC030Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC031Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC032Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC033Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC034Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC035Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC036Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC037Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC038Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC039Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC040Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC041Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC042Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC043Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC044Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC045Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC046Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC047Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC048Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC049Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | NotApplicable 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC050Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC052Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC056Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC058Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC060Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC062Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC064Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC066Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC068Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC070Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC072Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC074Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC076Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC078Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC080Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC082Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC084Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC086Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC090Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC094Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC096Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC100Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC101Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC102Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC103Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC104Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC105Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC106Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC107Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC108Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC109Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC110Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC111Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC112Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC113Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC114Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC115Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC116Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC117Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC118Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC119Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC120Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC121Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC122Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC123Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC124Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC125Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC126Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC127Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC128Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC129Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC130Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC131Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC132Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC133Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC134Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC135Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC136Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC137Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC138Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC139Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC140Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC141Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC142Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC143Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC144Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC145Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC146Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC147Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC148Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC149Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC150Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC151Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC152Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC153Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC154Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC155Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC156Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC157Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC158Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC159Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC160Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC161Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC162Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC163Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC164Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC165Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC166Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC167Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC168Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC169Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC170Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC171Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC172Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC173Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC174Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC175Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC176Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC177Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC178Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC179Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC180Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC181Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC182Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC183Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC184Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC185Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC186Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC187Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC188Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC189Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC190Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC191Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC192Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC193Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC194Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC195Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC196Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC197Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC198Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC199Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC200Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC201Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC202Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC203Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC204Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC205Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC206Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC207Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC208Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC209Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC210Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC211Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC212Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC213Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC214Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC215Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC216Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC217Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC218Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC219Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC220Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC221Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC222Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC223Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC224Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC225Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC226Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC227Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC228Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC229Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC230Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC231Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIC232Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID001Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID002Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Deny 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID005Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID006Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Deny 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID008Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Deny 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID009Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID010Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Deny 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID013Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID014Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Deny 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID017Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID018Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Deny 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID021Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID022Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Deny 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID025Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID026Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Deny 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID029Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID029Special.txt: -------------------------------------------------------------------------------- 1 | Test IID029 applies only to PDPs that retrieve their initial 2 | policies from a repository, where multiple initial policies might 3 | be obtained based on matching. IID029Policy1.xml and 4 | IID029Policy2.xml must be stored in the repository, such that 5 | both policies will be considered for application to the Request 6 | in IID029Request.xml. 7 | 8 | Any PDP that has only one initial policy, regardless of the 9 | Request, does not need to pass this test. 10 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IID030Special.txt: -------------------------------------------------------------------------------- 1 | Test IID030 applies only to PDPs that retrieve their initial 2 | policies from a repository, where multiple initial policies might 3 | be obtained based on matching. IID030Policy1.xml and 4 | IID030Policy2.xml must be stored in the repository, such that 5 | both policies will be considered for application to the Request 6 | in IID030Request.xml. 7 | 8 | Any PDP that has only one initial policy, regardless of the 9 | Request, does not need to pass this test. 10 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIE001Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIE002Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIE003Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIICSpecial.txt: -------------------------------------------------------------------------------- 1 | Test IIIC001, 002, and 003 use hierarchical resources. 2 | 3 | The root resource is identified by "urn:root" and 4 | has two child resources identified by 5 | "urn:root:child1" and "urn:root:child2". 6 | 7 | The first child resource has two child resources identified by 8 | "urn:root:child1:descendant1" and "urn:root:child1:descendant2". 9 | 10 | The second child resource has two child resources identified by 11 | "urn:root:child2:descendant1" and "urn:root:child2:descendant2". 12 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIIF001Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIIF003Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIIF006Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIIF007Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIIG001Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIIG002Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIIG004Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /xacml-conformance-tests/src/test/resources/oasis-xacml20-compat-test/IIIG006Response.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | Permit 9 | 10 | 12 | 13 | 14 | 15 | --------------------------------------------------------------------------------