http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-pep/target/test-classes/policies/TestPolicy002.xml ---------------------------------------------------------------------- diff --git a/openaz-pep/target/test-classes/policies/TestPolicy002.xml b/openaz-pep/target/test-classes/policies/TestPolicy002.xml deleted file mode 100644 index d0308c9..0000000 --- a/openaz-pep/target/test-classes/policies/TestPolicy002.xml +++ /dev/null @@ -1,125 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Policy - xmlns="urn:oasis:names:tc:xacml:2.0:policy:schema:os" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - PolicyId="urn:oasis:names:tc:xacml:1.0:conformance-test:IIA2:policy" - RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:deny-overrides"> - <Description> - Policy for Conformance Test IIA001. - </Description> - <Target/> - <Rule - RuleId="urn:oasis:names:tc:xacml:1.0:test-2:rule-1" - Effect="Permit"> - <Description> - Physicians can read or write Bart Simpson's medical record. - </Description> - <Target> - <Subjects> - <Subject> - <SubjectMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">Physician</AttributeValue> - <SubjectAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </SubjectMatch> - </Subject> - </Subjects> - <Resources> - <Resource> - <ResourceMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">http://medico.com/record/patient/BartSimpson</AttributeValue> - <ResourceAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ResourceMatch> - </Resource> - </Resources> - <Actions> - <Action> - <ActionMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> - <ActionAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ActionMatch> - </Action> - <Action> - <ActionMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">write</AttributeValue> - <ActionAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ActionMatch> - </Action> - </Actions> - </Target> - </Rule> - <Rule - RuleId="urn:oasis:names:tc:xacml:1.0:test-2:rule-2" - Effect="Permit"> - <Description> - Patient is allowed to read his/her medical record. - </Description> - <Target> - <Subjects> - <Subject> - <SubjectMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">Patient</AttributeValue> - <SubjectAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </SubjectMatch> - </Subject> - </Subjects> - <Resources> - <Resource> - <ResourceMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">http://medico.com/record/patient/BartSimpson</AttributeValue> - <ResourceAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ResourceMatch> - </Resource> - </Resources> - <Actions> - <Action> - <ActionMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> - <ActionAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ActionMatch> - </Action> - </Actions> - </Target> - <Condition> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only"> - <ResourceAttributeDesignator AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-owner" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" /> - </Apply> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only"> - <SubjectAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" - SubjectCategory="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" /> - </Apply> - </Apply> - </Condition> - </Rule> -</Policy>
http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-pep/target/test-classes/policies/TestPolicy003.xml ---------------------------------------------------------------------- diff --git a/openaz-pep/target/test-classes/policies/TestPolicy003.xml b/openaz-pep/target/test-classes/policies/TestPolicy003.xml deleted file mode 100644 index f730e34..0000000 --- a/openaz-pep/target/test-classes/policies/TestPolicy003.xml +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Policy xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" PolicyId="urn:oasis:names:tc:xacml:2.0:test003:policy" - RuleCombiningAlgId="urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-overrides" Version="1.0" xsi:schemaLocation="urn:oasis:names:tc:xacml:3.0:policy:schema:os access_control-xacml-2.0-policy-schema-os.xsd"> - <Description></Description> - <Target/> - <Rule RuleId="urn:oasis:names:tc:xacml:2.0:test003:rule1" Effect="Permit"> - <Target> - <AnyOf> - <AllOf> - <Match - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">John Smith</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match - MatchId="urn:oasis:names:tc:xacml:1.0:function:anyURI-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#anyURI">file://repository/classified/abc</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" - DataType="http://www.w3.org/2001/XMLSchema#anyURI" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">view</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action" - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - </Target> - </Rule> - <Rule RuleId="urn:oasis:names:tc:xacml:2.0:test003:rule2" Effect="Permit"> - <Target> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">John Smith</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:anyURI-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#anyURI">file://repository/classified/xyz</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" - DataType="http://www.w3.org/2001/XMLSchema#anyURI" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">view</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action" - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - </Target> - </Rule> - <Rule RuleId="urn:oasis:names:tc:xacml:1.0:conformance-test:IIA3:rule3" Effect="Permit"> - <Target> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">John Smith</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:integer-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#integer">101</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" - DataType="http://www.w3.org/2001/XMLSchema#integer" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">view</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action" - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - </Target> - </Rule> -</Policy> http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-pep/target/test-classes/policies/TestPolicy004.xml ---------------------------------------------------------------------- diff --git a/openaz-pep/target/test-classes/policies/TestPolicy004.xml b/openaz-pep/target/test-classes/policies/TestPolicy004.xml deleted file mode 100644 index 83ec917..0000000 --- a/openaz-pep/target/test-classes/policies/TestPolicy004.xml +++ /dev/null @@ -1,116 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<Policy xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" PolicyId="urn:oasis:names:tc:xacml:2.0:test004:policy" - RuleCombiningAlgId="urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:deny-overrides" Version="1.0" xsi:schemaLocation="urn:oasis:names:tc:xacml:3.0:policy:schema:os access_control-xacml-2.0-policy-schema-os.xsd"> - <Description></Description> - <Target/> - <Rule - RuleId="urn:oasis:names:tc:xacml:1.0:mapper-test:rule1" - Effect="Permit"> - <Description></Description> - <Target> - <AnyOf> - <AllOf> - <Match - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">ROLE_DOCUMENT_WRITER</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">Document</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-type" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">write</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action" - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - </Target> - <Condition> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" - AttributeId="jpmc:document:document-owner" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" /> - </Apply> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only"> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" /> - </Apply> - </Apply> - </Condition> - </Rule> - <Rule - RuleId="urn:oasis:names:tc:xacml:1.0:mapper-test:rule2" - Effect="Permit"> - <Description></Description> - <Target> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">ROLE_DOCUMENT_READER</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Document</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-type" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - <AnyOf> - <AllOf> - <Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> - <AttributeDesignator Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action" - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false"/> - </Match> - </AllOf> - </AnyOf> - </Target> - <Condition> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only"> - <AttributeDesignator AttributeId="jpmc:client:country-of-domicile" - Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" /> - </Apply> - <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-one-and-only"> - <AttributeDesignator AttributeId="jpmc:request-context:country" - Category="urn:oasis:names:tc:xacml:3.0:attribute-category:environment" - DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" /> - </Apply> - </Apply> - </Condition> - </Rule> -</Policy> http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-pep/target/test-classes/policies/TestPolicy005.xml ---------------------------------------------------------------------- diff --git a/openaz-pep/target/test-classes/policies/TestPolicy005.xml b/openaz-pep/target/test-classes/policies/TestPolicy005.xml deleted file mode 100644 index e8d43b5..0000000 --- a/openaz-pep/target/test-classes/policies/TestPolicy005.xml +++ /dev/null @@ -1,190 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<PolicySet - xmlns="urn:oasis:names:tc:xacml:2.0:policy:schema:os" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="urn:oasis:names:tc:xacml:2.0:policy:schema:os - access_control-xacml-2.0-policy-schema-os.xsd" - PolicySetId="urn:oasis:names:tc:xacml:2.0:test005:policyset" - PolicyCombiningAlgId="urn:oasis:names:tc:xacml:1.0:policy-combining-algorithm:first-applicable"> - <Description> - PolicySet for Test 005. - </Description> - <Target/> - <Policy PolicyId="urn:oasis:names:tc:xacml:2.0:test005:policy1" - RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:first-applicable"> - <Description> - Policy for Test 005. - </Description> - <Target/> - <Rule RuleId="urn:oasis:names:tc:xacml:2.0:test005:rule1" - Effect="Permit"> - <Target> - <Subjects> - <Subject> - <SubjectMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">Physician</AttributeValue> - <SubjectAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </SubjectMatch> - </Subject> - </Subjects> - <Resources> - <Resource> - <ResourceMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">PatientMedicalRecord</AttributeValue> - <ResourceAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-type" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ResourceMatch> - </Resource> - </Resources> - <Actions> - <Action> - <ActionMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> - <ActionAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ActionMatch> - </Action> - </Actions> - </Target> - </Rule> - <Obligations> - <Obligation - ObligationId="urn:oasis:names:tc:xacml:2.0:obligation:simpletest" - FulfillOn="Permit"> - <AttributeAssignment - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string">EVAL_SUBJECT_ATTRIBUTE</AttributeAssignment> - </Obligation> - </Obligations> - </Policy> - <Policy PolicyId="urn:oasis:names:tc:xacml:2.0:test005:policy2" - RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:first-applicable"> - <Description> - Policy for Test 005. - </Description> - <Target/> - <Rule RuleId="urn:oasis:names:tc:xacml:2.0:test005:rule2" - Effect="Permit"> - <Target> - <Subjects> - <Subject> - <SubjectMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">Patient</AttributeValue> - <SubjectAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </SubjectMatch> - </Subject> - </Subjects> - <Resources> - <Resource> - <ResourceMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">PatientMedicalRecord</AttributeValue> - <ResourceAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-type" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ResourceMatch> - </Resource> - </Resources> - <Actions> - <Action> - <ActionMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> - <ActionAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ActionMatch> - </Action> - </Actions> - </Target> - </Rule> - <Obligations> - <Obligation - ObligationId="urn:oasis:names:tc:xacml:2.0:obligation:age-restriction" - FulfillOn="Permit"> - <AttributeAssignment - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:age" - DataType="http://www.w3.org/2001/XMLSchema#string">EVAL_SUBJECT_ATTRIBUTE</AttributeAssignment> - </Obligation> - <Obligation - ObligationId="urn:oasis:names:tc:xacml:2.0:obligation:audit" - FulfillOn="Permit"/> - </Obligations> - </Policy> - <Policy PolicyId="urn:oasis:names:tc:xacml:2.0:test005:policy3" - RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:first-applicable"> - <Description> - Policy for Test 005. - </Description> - <Target/> - <Rule RuleId="urn:oasis:names:tc:xacml:2.0:test005:rule3" - Effect="Permit"> - <Target> - <Subjects> - <Subject> - <SubjectMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">InsuranceAgent</AttributeValue> - <SubjectAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:role-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </SubjectMatch> - </Subject> - </Subjects> - <Resources> - <Resource> - <ResourceMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">PatientMedicalRecord</AttributeValue> - <ResourceAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-type" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ResourceMatch> - </Resource> - </Resources> - <Actions> - <Action> - <ActionMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> - <ActionAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ActionMatch> - </Action> - </Actions> - </Target> - </Rule> - <Obligations> - <Obligation - ObligationId="urn:oasis:names:tc:xacml:2.0:obligation:access-restriction" - FulfillOn="Permit"> - <AttributeAssignment - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-access-group" - DataType="http://www.w3.org/2001/XMLSchema#string">EVAL_RESOURCE_ATTRIBUTE</AttributeAssignment> - <AttributeAssignment - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string">EVAL_SUBJECT_ATTRIBUTE</AttributeAssignment> - </Obligation> - </Obligations> - </Policy> -</PolicySet> http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-pep/target/test-classes/policies/TestPolicy006.xml ---------------------------------------------------------------------- diff --git a/openaz-pep/target/test-classes/policies/TestPolicy006.xml b/openaz-pep/target/test-classes/policies/TestPolicy006.xml deleted file mode 100644 index d609e58..0000000 --- a/openaz-pep/target/test-classes/policies/TestPolicy006.xml +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<PolicySet - xmlns="urn:oasis:names:tc:xacml:2.0:policy:schema:os" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="urn:oasis:names:tc:xacml:2.0:policy:schema:os - access_control-xacml-2.0-policy-schema-os.xsd" - PolicySetId="urn:oasis:names:tc:xacml:2.0:test005:policyset" - PolicyCombiningAlgId="urn:oasis:names:tc:xacml:1.0:policy-combining-algorithm:first-applicable"> - <Description> - PolicySet for Test 005. - </Description> - <Target/> - <Policy PolicyId="urn:oasis:names:tc:xacml:2.0:test005:policy1" - RuleCombiningAlgId="urn:oasis:names:tc:xacml:1.0:rule-combining-algorithm:first-applicable"> - <Description> - Policy for Test 005. - </Description> - <Target/> - <Rule RuleId="urn:oasis:names:tc:xacml:2.0:test005:rule1" - Effect="Permit"> - <Target> - <Subjects> - <Subject> - <SubjectMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">John Smith</AttributeValue> - <SubjectAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </SubjectMatch> - </Subject> - </Subjects> - <Resources> - <Resource> - <ResourceMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">resource1</AttributeValue> - <ResourceAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ResourceMatch> - </Resource> - </Resources> - <Actions> - <Action> - <ActionMatch - MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal"> - <AttributeValue - DataType="http://www.w3.org/2001/XMLSchema#string">view</AttributeValue> - <ActionAttributeDesignator - AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" - DataType="http://www.w3.org/2001/XMLSchema#string"/> - </ActionMatch> - </Action> - </Actions> - </Target> - </Rule> - <Obligations> - <Obligation - ObligationId="urn:oasis:names:tc:xacml:2.0:obligation:obligation-1" - FulfillOn="Permit"> - <AttributeAssignment - AttributeId="jpmc:obligation:obligation-type" - DataType="http://www.w3.org/2001/XMLSchema#string">Filtering</AttributeAssignment> - <AttributeAssignment - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" - DataType="http://www.w3.org/2001/XMLSchema#string">EVAL_SUBJECT_ATTRIBUTE</AttributeAssignment> - </Obligation> - <Obligation - ObligationId="urn:oasis:names:tc:xacml:2.0:obligation:obligation-2" - FulfillOn="Permit"> - <AttributeAssignment - AttributeId="urn:oasis:names:tc:xacml:1.0:subject:age" - DataType="http://www.w3.org/2001/XMLSchema#string">EVAL_SUBJECT_ATTRIBUTE</AttributeAssignment> - </Obligation> - </Obligations> - </Policy> -</PolicySet> http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-pep/target/test-classes/properties/testapi.xacml.properties ---------------------------------------------------------------------- diff --git a/openaz-pep/target/test-classes/properties/testapi.xacml.properties b/openaz-pep/target/test-classes/properties/testapi.xacml.properties deleted file mode 100644 index b45d2c1..0000000 --- a/openaz-pep/target/test-classes/properties/testapi.xacml.properties +++ /dev/null @@ -1,20 +0,0 @@ -# Default XACML Properties File -# Standard API Factories -# -xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory -xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory -xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory -xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory - -# AT&T PDP Implementation Factories -# -xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory -xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory -xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory -xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory - -xacml.rootPolicies=testPolicy -testPolicy.file=src/test/resources/policies/TestPolicy001.xml - -# If there is a standard policy for the engine: -# xacml.att.stdPolicyFinderFactory.rootPolicyFile=/etc/stdpolicyset.xml http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-pep/target/test-classes/properties/testdatatypes.xacml.properties ---------------------------------------------------------------------- diff --git a/openaz-pep/target/test-classes/properties/testdatatypes.xacml.properties b/openaz-pep/target/test-classes/properties/testdatatypes.xacml.properties deleted file mode 100644 index cb6d77b..0000000 --- a/openaz-pep/target/test-classes/properties/testdatatypes.xacml.properties +++ /dev/null @@ -1,20 +0,0 @@ -# Default XACML Properties File -# Standard API Factories -# -xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory -xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory -xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory -xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory - -# AT&T PDP Implementation Factories -# -xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory -xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory -xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory -xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory - -xacml.rootPolicies=testPolicy -testPolicy.file=src/test/resources/policies/TestPolicy003.xml - -# If there is a standard policy for the engine: -# xacml.att.stdPolicyFinderFactory.rootPolicyFile=/etc/stdpolicyset.xml http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-pep/target/test-classes/properties/testmapper.xacml.properties ---------------------------------------------------------------------- diff --git a/openaz-pep/target/test-classes/properties/testmapper.xacml.properties b/openaz-pep/target/test-classes/properties/testmapper.xacml.properties deleted file mode 100644 index 12e1754..0000000 --- a/openaz-pep/target/test-classes/properties/testmapper.xacml.properties +++ /dev/null @@ -1,24 +0,0 @@ -# Default XACML Properties File -# Standard API Factories -# -xacml.dataTypeFactory=com.att.research.xacml.std.StdDataTypeFactory -xacml.pdpEngineFactory=com.att.research.xacmlatt.pdp.ATTPDPEngineFactory -xacml.pepEngineFactory=com.att.research.xacml.std.pep.StdEngineFactory -xacml.pipFinderFactory=com.att.research.xacml.std.pip.StdPIPFinderFactory - -# AT&T PDP Implementation Factories -# -xacml.att.evaluationContextFactory=com.att.research.xacmlatt.pdp.std.StdEvaluationContextFactory -xacml.att.combiningAlgorithmFactory=com.att.research.xacmlatt.pdp.std.StdCombiningAlgorithmFactory -xacml.att.functionDefinitionFactory=com.att.research.xacmlatt.pdp.std.StdFunctionDefinitionFactory -xacml.att.policyFinderFactory=com.att.research.xacmlatt.pdp.std.StdPolicyFinderFactory - -xacml.rootPolicies=testPolicy -testPolicy.file=src/test/resources/policies/TestPolicy004.xml - -#pep properties -pep.issuer=test -pep.mapper.classes=org.openliberty.openaz.pepapi.std.test.mapper.BusinessRequestContextMapper,\ - org.openliberty.openaz.pepapi.std.test.mapper.DocumentMapper, \ - org.openliberty.openaz.pepapi.std.test.mapper.ClientMapper, \ - org.openliberty.openaz.pepapi.std.test.mapper.MedicalRecordMapper http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-admin/target/maven-archiver/pom.properties ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-admin/target/maven-archiver/pom.properties b/openaz-xacml-pap-admin/target/maven-archiver/pom.properties deleted file mode 100644 index d531585..0000000 --- a/openaz-xacml-pap-admin/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Tue Apr 07 07:42:37 EDT 2015 -version=0.0.1-SNAPSHOT -groupId=org.openliberty.openaz -artifactId=openaz-xacml-pap-admin http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/openaz-xacml-pap-admin/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-admin/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-admin/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/openaz-xacml-pap-admin/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-admin/target/openaz-xacml-pap-admin-0.0.1-SNAPSHOT.jar ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-admin/target/openaz-xacml-pap-admin-0.0.1-SNAPSHOT.jar b/openaz-xacml-pap-admin/target/openaz-xacml-pap-admin-0.0.1-SNAPSHOT.jar deleted file mode 100644 index 00bbf9f..0000000 Binary files a/openaz-xacml-pap-admin/target/openaz-xacml-pap-admin-0.0.1-SNAPSHOT.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$1.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$1.class b/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$1.class deleted file mode 100644 index 352e4c6..0000000 Binary files a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$1.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$Heartbeat.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$Heartbeat.class b/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$Heartbeat.class deleted file mode 100644 index aac4b91..0000000 Binary files a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$Heartbeat.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$NotifyACThread.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$NotifyACThread.class b/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$NotifyACThread.class deleted file mode 100644 index 3d756fd..0000000 Binary files a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$NotifyACThread.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$UpdatePDPThread.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$UpdatePDPThread.class b/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$UpdatePDPThread.class deleted file mode 100644 index ffd1592..0000000 Binary files a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet$UpdatePDPThread.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet.class b/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet.class deleted file mode 100644 index d8d63b5..0000000 Binary files a/openaz-xacml-pap-rest/target/classes/com/att/research/xacml/rest/XACMLPapServlet.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/classes/log4j.properties ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/classes/log4j.properties b/openaz-xacml-pap-rest/target/classes/log4j.properties deleted file mode 100644 index b45fa2f..0000000 --- a/openaz-xacml-pap-rest/target/classes/log4j.properties +++ /dev/null @@ -1,22 +0,0 @@ -# -# Use this properties for debugging and development. -# -# -# Set root logger level to DEBUG and its only appender to A1. -log4j.rootLogger=DEBUG, MAIN_LOG - -# A1 is set to be a ConsoleAppender. -log4j.appender.MAIN_LOG=org.apache.log4j.ConsoleAppender - -# A1 uses PatternLayout. -log4j.appender.MAIN_LOG.layout=org.apache.log4j.PatternLayout -log4j.appender.MAIN_LOG.layout.ConversionPattern=%d{yyyy_MM_dd_HH_mm_ss_SSS} [%t] %-5p %l- %m%n - -# -# This is specifically for Xacml request/response logging -# -log4j.logger.xacml.request=INFO, REQUEST_LOG - -log4j.appender.REQUEST_LOG=org.apache.log4j.ConsoleAppender -log4j.appender.REQUEST_LOG.layout=org.apache.log4j.PatternLayout -log4j.appender.REQUEST_LOG.layout.ConversionPattern=%d{yyyy_MM_dd_HH_mm_ss_SSS} %m%n \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/maven-archiver/pom.properties ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/maven-archiver/pom.properties b/openaz-xacml-pap-rest/target/maven-archiver/pom.properties deleted file mode 100644 index 022f696..0000000 --- a/openaz-xacml-pap-rest/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Tue Apr 07 07:42:37 EDT 2015 -version=0.0.1-SNAPSHOT -groupId=org.openliberty.openaz -artifactId=openaz-xacml-pap-rest http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 4cfb3ef..0000000 --- a/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,5 +0,0 @@ -com/att/research/xacml/rest/XACMLPapServlet$Heartbeat.class -com/att/research/xacml/rest/XACMLPapServlet$1.class -com/att/research/xacml/rest/XACMLPapServlet.class -com/att/research/xacml/rest/XACMLPapServlet$UpdatePDPThread.class -com/att/research/xacml/rest/XACMLPapServlet$NotifyACThread.class http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 9a51391..0000000 --- a/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -/Users/ajith/IdeaProjects/openaz/openaz-xacml-pap-rest/src/main/java/com/att/research/xacml/rest/XACMLPapServlet.java http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/openaz-xacml-pap-rest/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pap-rest/target/openaz-xacml-pap-rest-0.0.1-SNAPSHOT.jar ---------------------------------------------------------------------- diff --git a/openaz-xacml-pap-rest/target/openaz-xacml-pap-rest-0.0.1-SNAPSHOT.jar b/openaz-xacml-pap-rest/target/openaz-xacml-pap-rest-0.0.1-SNAPSHOT.jar deleted file mode 100644 index d8cdce7..0000000 Binary files a/openaz-xacml-pap-rest/target/openaz-xacml-pap-rest-0.0.1-SNAPSHOT.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpLoader.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpLoader.class b/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpLoader.class deleted file mode 100644 index 43eeb50..0000000 Binary files a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpLoader.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpRegisterThread.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpRegisterThread.class b/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpRegisterThread.class deleted file mode 100644 index b43d395..0000000 Binary files a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpRegisterThread.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpServlet$PutRequest.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpServlet$PutRequest.class b/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpServlet$PutRequest.class deleted file mode 100644 index 9809046..0000000 Binary files a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpServlet$PutRequest.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpServlet.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpServlet.class b/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpServlet.class deleted file mode 100644 index 59e6daa..0000000 Binary files a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/XACMLPdpServlet.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/impl/XACMLPdpPIPFinderFactory.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/impl/XACMLPdpPIPFinderFactory.class b/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/impl/XACMLPdpPIPFinderFactory.class deleted file mode 100644 index 54de986..0000000 Binary files a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/impl/XACMLPdpPIPFinderFactory.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/impl/XACMLPdpPolicyFinderFactory.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/impl/XACMLPdpPolicyFinderFactory.class b/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/impl/XACMLPdpPolicyFinderFactory.class deleted file mode 100644 index f9825d8..0000000 Binary files a/openaz-xacml-pdp-rest/target/classes/com/att/research/xacml/rest/impl/XACMLPdpPolicyFinderFactory.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/classes/log4j.properties ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/classes/log4j.properties b/openaz-xacml-pdp-rest/target/classes/log4j.properties deleted file mode 100644 index b45fa2f..0000000 --- a/openaz-xacml-pdp-rest/target/classes/log4j.properties +++ /dev/null @@ -1,22 +0,0 @@ -# -# Use this properties for debugging and development. -# -# -# Set root logger level to DEBUG and its only appender to A1. -log4j.rootLogger=DEBUG, MAIN_LOG - -# A1 is set to be a ConsoleAppender. -log4j.appender.MAIN_LOG=org.apache.log4j.ConsoleAppender - -# A1 uses PatternLayout. -log4j.appender.MAIN_LOG.layout=org.apache.log4j.PatternLayout -log4j.appender.MAIN_LOG.layout.ConversionPattern=%d{yyyy_MM_dd_HH_mm_ss_SSS} [%t] %-5p %l- %m%n - -# -# This is specifically for Xacml request/response logging -# -log4j.logger.xacml.request=INFO, REQUEST_LOG - -log4j.appender.REQUEST_LOG=org.apache.log4j.ConsoleAppender -log4j.appender.REQUEST_LOG.layout=org.apache.log4j.PatternLayout -log4j.appender.REQUEST_LOG.layout.ConversionPattern=%d{yyyy_MM_dd_HH_mm_ss_SSS} %m%n \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/maven-archiver/pom.properties ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/maven-archiver/pom.properties b/openaz-xacml-pdp-rest/target/maven-archiver/pom.properties deleted file mode 100644 index 5eebb03..0000000 --- a/openaz-xacml-pdp-rest/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Tue Apr 07 07:42:37 EDT 2015 -version=0.0.1-SNAPSHOT -groupId=org.openliberty.openaz -artifactId=openaz-xacml-pdp-rest http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index 667efe3..0000000 --- a/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1,6 +0,0 @@ -com/att/research/xacml/rest/impl/XACMLPdpPolicyFinderFactory.class -com/att/research/xacml/rest/XACMLPdpServlet$PutRequest.class -com/att/research/xacml/rest/XACMLPdpServlet.class -com/att/research/xacml/rest/XACMLPdpLoader.class -com/att/research/xacml/rest/impl/XACMLPdpPIPFinderFactory.class -com/att/research/xacml/rest/XACMLPdpRegisterThread.class http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 12a596f..0000000 --- a/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,5 +0,0 @@ -/Users/ajith/IdeaProjects/openaz/openaz-xacml-pdp-rest/src/main/java/com/att/research/xacml/rest/XACMLPdpLoader.java -/Users/ajith/IdeaProjects/openaz/openaz-xacml-pdp-rest/src/main/java/com/att/research/xacml/rest/impl/XACMLPdpPolicyFinderFactory.java -/Users/ajith/IdeaProjects/openaz/openaz-xacml-pdp-rest/src/main/java/com/att/research/xacml/rest/XACMLPdpServlet.java -/Users/ajith/IdeaProjects/openaz/openaz-xacml-pdp-rest/src/main/java/com/att/research/xacml/rest/impl/XACMLPdpPIPFinderFactory.java -/Users/ajith/IdeaProjects/openaz/openaz-xacml-pdp-rest/src/main/java/com/att/research/xacml/rest/XACMLPdpRegisterThread.java http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/openaz-xacml-pdp-rest/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp-rest/target/openaz-xacml-pdp-rest-0.0.1-SNAPSHOT.jar ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp-rest/target/openaz-xacml-pdp-rest-0.0.1-SNAPSHOT.jar b/openaz-xacml-pdp-rest/target/openaz-xacml-pdp-rest-0.0.1-SNAPSHOT.jar deleted file mode 100644 index 8eca8bd..0000000 Binary files a/openaz-xacml-pdp-rest/target/openaz-xacml-pdp-rest-0.0.1-SNAPSHOT.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngine$1.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngine$1.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngine$1.class deleted file mode 100644 index 61fbdd6..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngine$1.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngine.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngine.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngine.class deleted file mode 100644 index 56e339d..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngine.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngineFactory.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngineFactory.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngineFactory.class deleted file mode 100644 index 647988e..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/ATTPDPEngineFactory.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/Evaluatable.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/Evaluatable.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/Evaluatable.class deleted file mode 100644 index 435ab9c..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/Evaluatable.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContext.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContext.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContext.class deleted file mode 100644 index 25802a3..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContext.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContextException.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContextException.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContextException.class deleted file mode 100644 index ab03f3e..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContextException.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContextFactory.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContextFactory.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContextFactory.class deleted file mode 100644 index 8e508d2..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationContextFactory.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationException.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationException.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationException.class deleted file mode 100644 index 2f424aa..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationException.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationResult.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationResult.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationResult.class deleted file mode 100644 index c73f36d..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/EvaluationResult.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/MatchResult$MatchCode.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/MatchResult$MatchCode.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/MatchResult$MatchCode.class deleted file mode 100644 index 8306ba6..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/MatchResult$MatchCode.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/MatchResult.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/MatchResult.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/MatchResult.class deleted file mode 100644 index 9ec087c..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/MatchResult.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/Matchable.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/Matchable.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/Matchable.class deleted file mode 100644 index d24eb17..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/eval/Matchable.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AdviceExpression.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AdviceExpression.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AdviceExpression.class deleted file mode 100644 index ccb1e74..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AdviceExpression.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AllOf$1.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AllOf$1.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AllOf$1.class deleted file mode 100644 index cdf3dc3..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AllOf$1.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AllOf.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AllOf.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AllOf.class deleted file mode 100644 index 58d2ced..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AllOf.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AnyOf$1.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AnyOf$1.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AnyOf$1.class deleted file mode 100644 index 101274e..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AnyOf$1.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AnyOf.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AnyOf.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AnyOf.class deleted file mode 100644 index 4942daf..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AnyOf.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AttributeAssignmentExpression.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AttributeAssignmentExpression.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AttributeAssignmentExpression.class deleted file mode 100644 index ef8fe7e..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AttributeAssignmentExpression.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AttributeAssignmentResult.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AttributeAssignmentResult.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AttributeAssignmentResult.class deleted file mode 100644 index 3fb1237..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/AttributeAssignmentResult.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Bag.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Bag.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Bag.class deleted file mode 100644 index 2bc997b..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Bag.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombinerParameter.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombinerParameter.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombinerParameter.class deleted file mode 100644 index ee80fd2..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombinerParameter.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningAlgorithm.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningAlgorithm.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningAlgorithm.class deleted file mode 100644 index 5157663..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningAlgorithm.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningAlgorithmFactory.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningAlgorithmFactory.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningAlgorithmFactory.class deleted file mode 100644 index ad60823..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningAlgorithmFactory.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningElement.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningElement.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningElement.class deleted file mode 100644 index 225cf1d..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/CombiningElement.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Condition.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Condition.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Condition.class deleted file mode 100644 index 2a74ea6..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Condition.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Expression.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Expression.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Expression.class deleted file mode 100644 index 0e0aea0..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Expression.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultBag.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultBag.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultBag.class deleted file mode 100644 index 051dbef..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultBag.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultEmptyBag.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultEmptyBag.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultEmptyBag.class deleted file mode 100644 index 30c0841..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultEmptyBag.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultError.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultError.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultError.class deleted file mode 100644 index 9c507c0..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultError.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultSingle.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultSingle.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultSingle.class deleted file mode 100644 index dddaa10..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult$ExpressionResultSingle.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult.class deleted file mode 100644 index 1c431ba..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResult.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResultBoolean.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResultBoolean.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResultBoolean.class deleted file mode 100644 index c337941..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ExpressionResultBoolean.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgument.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgument.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgument.class deleted file mode 100644 index d5cb5ed..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgument.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentAttributeValue.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentAttributeValue.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentAttributeValue.class deleted file mode 100644 index 12ef034..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentAttributeValue.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentBag.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentBag.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentBag.class deleted file mode 100644 index 1abf718..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentBag.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentExpression.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentExpression.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentExpression.class deleted file mode 100644 index 8ba8dd4..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionArgumentExpression.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionDefinition.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionDefinition.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionDefinition.class deleted file mode 100644 index 6367b3f..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionDefinition.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionDefinitionFactory.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionDefinitionFactory.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionDefinitionFactory.class deleted file mode 100644 index 5c2d6f3..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/FunctionDefinitionFactory.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Match$1.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Match$1.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Match$1.class deleted file mode 100644 index 3bd5b5e..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Match$1.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Match.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Match.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Match.class deleted file mode 100644 index 1a7355c..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Match.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ObligationExpression.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ObligationExpression.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ObligationExpression.class deleted file mode 100644 index 285943b..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/ObligationExpression.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Policy$1.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Policy$1.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Policy$1.class deleted file mode 100644 index d45b7cb..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Policy$1.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Policy.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Policy.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Policy.class deleted file mode 100644 index 1ff09f5..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/Policy.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyComponent.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyComponent.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyComponent.class deleted file mode 100644 index 2a245a5..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyComponent.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyDef.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyDef.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyDef.class deleted file mode 100644 index 121d0a8..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyDef.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyDefaults.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyDefaults.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyDefaults.class deleted file mode 100644 index 9bc54d9..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyDefaults.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyFinder.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyFinder.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyFinder.class deleted file mode 100644 index 5fdb442..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyFinder.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/9a39d271/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyFinderFactory.class ---------------------------------------------------------------------- diff --git a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyFinderFactory.class b/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyFinderFactory.class deleted file mode 100644 index 90a1f82..0000000 Binary files a/openaz-xacml-pdp/target/classes/com/att/research/xacmlatt/pdp/policy/PolicyFinderFactory.class and /dev/null differ
