Added the ASL 2.0 license file header to java files
Project: http://git-wip-us.apache.org/repos/asf/incubator-openaz/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-openaz/commit/f76cc4fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-openaz/tree/f76cc4fb Diff: http://git-wip-us.apache.org/repos/asf/incubator-openaz/diff/f76cc4fb Branch: refs/heads/master Commit: f76cc4fb8fdb57a0fb27c9f78a21df354c771c29 Parents: 94fcdd9 Author: Emmanuel Lécharny <[email protected]> Authored: Tue Apr 14 14:47:56 2015 +0200 Committer: Emmanuel Lécharny <[email protected]> Committed: Tue Apr 14 14:47:56 2015 +0200 ---------------------------------------------------------------------- .../org/openliberty/openaz/pepapi/Action.java | 20 ++++++++++++++++++++ .../openaz/pepapi/ActionResourcePair.java | 20 ++++++++++++++++++++ .../org/openliberty/openaz/pepapi/Advice.java | 20 ++++++++++++++++++++ .../openliberty/openaz/pepapi/Attribute.java | 20 ++++++++++++++++++++ .../openaz/pepapi/CategoryContainer.java | 20 ++++++++++++++++++++ .../openliberty/openaz/pepapi/Environment.java | 20 ++++++++++++++++++++ .../pepapi/InvalidAnnotationException.java | 20 ++++++++++++++++++++ .../openaz/pepapi/MapperRegistry.java | 20 ++++++++++++++++++++ .../pepapi/MatchAllObligationAttributes.java | 20 ++++++++++++++++++++ .../openaz/pepapi/MatchAnyObligation.java | 20 ++++++++++++++++++++ .../openliberty/openaz/pepapi/Matchable.java | 20 ++++++++++++++++++++ .../openliberty/openaz/pepapi/ObjectMapper.java | 20 ++++++++++++++++++++ .../openliberty/openaz/pepapi/Obligation.java | 20 ++++++++++++++++++++ .../openaz/pepapi/ObligationHandler.java | 20 ++++++++++++++++++++ .../pepapi/ObligationHandlerRegistry.java | 20 ++++++++++++++++++++ .../openaz/pepapi/ObligationRouter.java | 20 ++++++++++++++++++++ .../openaz/pepapi/ObligationStore.java | 20 ++++++++++++++++++++ .../openaz/pepapi/ObligationStoreAware.java | 20 ++++++++++++++++++++ .../org/openliberty/openaz/pepapi/PepAgent.java | 20 ++++++++++++++++++++ .../openaz/pepapi/PepAgentFactory.java | 20 ++++++++++++++++++++ .../openliberty/openaz/pepapi/PepConfig.java | 20 ++++++++++++++++++++ .../openaz/pepapi/PepRequestAttributes.java | 20 ++++++++++++++++++++ .../openliberty/openaz/pepapi/PepResponse.java | 20 ++++++++++++++++++++ .../openaz/pepapi/PepResponseBehavior.java | 20 ++++++++++++++++++++ .../openaz/pepapi/PepResponseFactory.java | 20 ++++++++++++++++++++ .../openaz/pepapi/PepResponseType.java | 20 ++++++++++++++++++++ .../openaz/pepapi/PostDecisionHandler.java | 20 ++++++++++++++++++++ .../openaz/pepapi/PreDecisionHandler.java | 20 ++++++++++++++++++++ .../org/openliberty/openaz/pepapi/Resource.java | 20 ++++++++++++++++++++ .../org/openliberty/openaz/pepapi/Subject.java | 20 ++++++++++++++++++++ .../pepapi/UnhandleableObligationException.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/ActionMapper.java | 20 ++++++++++++++++++++ .../pepapi/std/ActionResourcePairMapper.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/ArrayMapper.java | 20 ++++++++++++++++++++ .../pepapi/std/CategoryContainerMapper.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/CollectionMapper.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/MatchAnyCriterion.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/MultiRequest.java | 20 ++++++++++++++++++++ .../std/ObligationAttributeCriterion.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/ObligationCriteria.java | 20 ++++++++++++++++++++ .../pepapi/std/ObligationCriteriaBuilder.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/ObligationCriterion.java | 20 ++++++++++++++++++++ .../pepapi/std/ObligationIdCriterion.java | 20 ++++++++++++++++++++ .../openliberty/openaz/pepapi/std/PepUtils.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/ResourceMapper.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdAdvice.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdMapperRegistry.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdObligation.java | 20 ++++++++++++++++++++ .../std/StdObligationHandlerRegistry.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdObligationRouter.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdPepAgent.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdPepAgentFactory.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdPepConfig.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdPepRequest.java | 20 ++++++++++++++++++++ .../pepapi/std/StdPepRequestAttributes.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdPepRequestFactory.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/StdPepResponse.java | 20 ++++++++++++++++++++ .../pepapi/std/StdPepResponseFactory.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/SubjectMapper.java | 20 ++++++++++++++++++++ .../pepapi/std/ThreadLocalObligationStore.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/test/TestAPI.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/test/TestAPIWithPIP.java | 20 ++++++++++++++++++++ .../test/TestAnnotatedHandlerRegistration.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/test/TestDataTypes.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/test/TestMapper.java | 20 ++++++++++++++++++++ .../std/test/mapper/BusinessRequestContext.java | 20 ++++++++++++++++++++ .../mapper/BusinessRequestContextMapper.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/test/mapper/Client.java | 20 ++++++++++++++++++++ .../pepapi/std/test/mapper/ClientMapper.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/test/mapper/Document.java | 20 ++++++++++++++++++++ .../pepapi/std/test/mapper/DocumentMapper.java | 20 ++++++++++++++++++++ .../pepapi/std/test/mapper/MedicalRecord.java | 20 ++++++++++++++++++++ .../std/test/mapper/MedicalRecordMapper.java | 20 ++++++++++++++++++++ .../AccessRestrictionObligationHandler.java | 20 ++++++++++++++++++++ .../AgeRestrictionObligationHandler.java | 20 ++++++++++++++++++++ ...tatedAccessRestrictionObligationHandler.java | 20 ++++++++++++++++++++ ...nnotatedAgeRestrictionObligationHandler.java | 20 ++++++++++++++++++++ .../AnnotatedAuditObligationHandler.java | 20 ++++++++++++++++++++ .../AnnotatedCatchAllObligationHandler.java | 20 ++++++++++++++++++++ .../AnnotatedFilteringObligationHandler.java | 20 ++++++++++++++++++++ .../obligation/AnnotatedObligationHandler.java | 20 ++++++++++++++++++++ .../AnnotatedRedactionObligationHandler.java | 20 ++++++++++++++++++++ .../test/obligation/AuditObligationHandler.java | 20 ++++++++++++++++++++ .../obligation/CatchAllObligationHandler.java | 20 ++++++++++++++++++++ .../obligation/FilteringObligationHandler.java | 20 ++++++++++++++++++++ .../obligation/RedactionObligationHandler.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/test/util/AzInvoker.java | 20 ++++++++++++++++++++ .../openaz/pepapi/std/test/util/HasResult.java | 20 ++++++++++++++++++++ .../research/xacml/rest/XACMLPapServlet.java | 20 ++++++++++++++++++++ .../att/research/xacml/rest/XACMLPdpLoader.java | 20 ++++++++++++++++++++ .../xacml/rest/XACMLPdpRegisterThread.java | 20 ++++++++++++++++++++ .../research/xacml/rest/XACMLPdpServlet.java | 20 ++++++++++++++++++++ .../rest/impl/XACMLPdpPIPFinderFactory.java | 20 ++++++++++++++++++++ .../rest/impl/XACMLPdpPolicyFinderFactory.java | 20 ++++++++++++++++++++ .../att/research/xacmlatt/pdp/ATTPDPEngine.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/ATTPDPEngineFactory.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/eval/Evaluatable.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/eval/EvaluationContext.java | 20 ++++++++++++++++++++ .../pdp/eval/EvaluationContextException.java | 20 ++++++++++++++++++++ .../pdp/eval/EvaluationContextFactory.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/eval/EvaluationException.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/eval/EvaluationResult.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/eval/MatchResult.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/eval/Matchable.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/eval/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacmlatt/pdp/package-info.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/AdviceExpression.java | 20 ++++++++++++++++++++ .../att/research/xacmlatt/pdp/policy/AllOf.java | 20 ++++++++++++++++++++ .../att/research/xacmlatt/pdp/policy/AnyOf.java | 20 ++++++++++++++++++++ .../policy/AttributeAssignmentExpression.java | 20 ++++++++++++++++++++ .../pdp/policy/AttributeAssignmentResult.java | 20 ++++++++++++++++++++ .../att/research/xacmlatt/pdp/policy/Bag.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/CombinerParameter.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/CombiningAlgorithm.java | 20 ++++++++++++++++++++ .../pdp/policy/CombiningAlgorithmFactory.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/CombiningElement.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/policy/Condition.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/Expression.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/ExpressionResult.java | 20 ++++++++++++++++++++ .../pdp/policy/ExpressionResultBoolean.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/FunctionArgument.java | 20 ++++++++++++++++++++ .../policy/FunctionArgumentAttributeValue.java | 20 ++++++++++++++++++++ .../pdp/policy/FunctionArgumentBag.java | 20 ++++++++++++++++++++ .../pdp/policy/FunctionArgumentExpression.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/FunctionDefinition.java | 20 ++++++++++++++++++++ .../pdp/policy/FunctionDefinitionFactory.java | 20 ++++++++++++++++++++ .../att/research/xacmlatt/pdp/policy/Match.java | 20 ++++++++++++++++++++ .../pdp/policy/ObligationExpression.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/policy/Policy.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/PolicyComponent.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/policy/PolicyDef.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/PolicyDefaults.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/PolicyFinder.java | 20 ++++++++++++++++++++ .../pdp/policy/PolicyFinderFactory.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/PolicyFinderResult.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/PolicyIdReference.java | 20 ++++++++++++++++++++ .../pdp/policy/PolicyIdReferenceBase.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/PolicyIssuer.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/policy/PolicySet.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/PolicySetChild.java | 20 ++++++++++++++++++++ .../pdp/policy/PolicySetIdReference.java | 20 ++++++++++++++++++++ .../att/research/xacmlatt/pdp/policy/Rule.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/RuleEffect.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/policy/Target.java | 20 ++++++++++++++++++++ .../pdp/policy/TargetedCombinerParameter.java | 20 ++++++++++++++++++++ .../policy/TargetedCombinerParameterMap.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/VariableDefinition.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/VariableMap.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMAdviceExpression.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMAllOf.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMAnyOf.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMApply.java | 20 ++++++++++++++++++++ .../dom/DOMAttributeAssignmentExpression.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMAttributeDesignator.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMAttributeSelector.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMCombinerParameter.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMDocumentRepair.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMExpression.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMMatch.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMObligationExpression.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMPolicy.java | 20 ++++++++++++++++++++ .../policy/dom/DOMPolicyCombinerParameter.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMPolicyDef.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMPolicyDefaults.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMPolicyIdReference.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMPolicyIssuer.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMPolicyRepair.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMPolicySet.java | 20 ++++++++++++++++++++ .../dom/DOMPolicySetCombinerParameter.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMPolicySetIdReference.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMRule.java | 20 ++++++++++++++++++++ .../policy/dom/DOMRuleCombinerParameters.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/DOMTarget.java | 20 ++++++++++++++++++++ .../pdp/policy/dom/DOMVariableDefinition.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/dom/package-info.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/expressions/Apply.java | 20 ++++++++++++++++++++ .../policy/expressions/AttributeDesignator.java | 20 ++++++++++++++++++++ .../expressions/AttributeRetrievalBase.java | 20 ++++++++++++++++++++ .../policy/expressions/AttributeSelector.java | 20 ++++++++++++++++++++ .../expressions/AttributeValueExpression.java | 20 ++++++++++++++++++++ .../pdp/policy/expressions/Function.java | 20 ++++++++++++++++++++ .../policy/expressions/VariableReference.java | 20 ++++++++++++++++++++ .../pdp/policy/expressions/package-info.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/policy/package-info.java | 20 ++++++++++++++++++++ .../pdp/std/StdCombiningAlgorithmFactory.java | 20 ++++++++++++++++++++ .../pdp/std/StdCombiningAlgorithms.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/std/StdEvaluationContext.java | 20 ++++++++++++++++++++ .../pdp/std/StdEvaluationContextFactory.java | 20 ++++++++++++++++++++ .../pdp/std/StdFunctionDefinitionFactory.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/std/StdFunctions.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/std/StdPolicyFinder.java | 20 ++++++++++++++++++++ .../pdp/std/StdPolicyFinderFactory.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/std/StdPolicyFinderResult.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/std/StdProperties.java | 20 ++++++++++++++++++++ .../std/combiners/CombinedPermitOverrides.java | 20 ++++++++++++++++++++ .../std/combiners/CombiningAlgorithmBase.java | 20 ++++++++++++++++++++ .../pdp/std/combiners/DenyOverrides.java | 20 ++++++++++++++++++++ .../pdp/std/combiners/DenyUnlessPermit.java | 20 ++++++++++++++++++++ .../pdp/std/combiners/FirstApplicable.java | 20 ++++++++++++++++++++ .../combiners/LegacyDenyOverridesPolicy.java | 20 ++++++++++++++++++++ .../std/combiners/LegacyDenyOverridesRule.java | 20 ++++++++++++++++++++ .../combiners/LegacyPermitOverridesPolicy.java | 20 ++++++++++++++++++++ .../combiners/LegacyPermitOverridesRule.java | 20 ++++++++++++++++++++ .../pdp/std/combiners/OnlyOneApplicable.java | 20 ++++++++++++++++++++ .../pdp/std/combiners/PermitOverrides.java | 20 ++++++++++++++++++++ .../pdp/std/combiners/PermitUnlessDeny.java | 20 ++++++++++++++++++++ .../pdp/std/combiners/package-info.java | 20 ++++++++++++++++++++ .../pdp/std/functions/ConvertedArgument.java | 20 ++++++++++++++++++++ .../FunctionDefinitionAccessPermitted.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionArithmetic.java | 20 ++++++++++++++++++++ .../std/functions/FunctionDefinitionBag.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionBagIsIn.java | 20 ++++++++++++++++++++ .../FunctionDefinitionBagOneAndOnly.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionBagSize.java | 20 ++++++++++++++++++++ .../std/functions/FunctionDefinitionBase.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionComparison.java | 20 ++++++++++++++++++++ .../FunctionDefinitionDateTimeArithmetic.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionEquality.java | 20 ++++++++++++++++++++ .../FunctionDefinitionHigherOrderBag.java | 20 ++++++++++++++++++++ .../FunctionDefinitionHomogeneousSimple.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionLogical.java | 20 ++++++++++++++++++++ .../FunctionDefinitionNumberTypeConversion.java | 20 ++++++++++++++++++++ .../FunctionDefinitionRFC822NameMatch.java | 20 ++++++++++++++++++++ .../FunctionDefinitionRegexpMatch.java | 20 ++++++++++++++++++++ .../std/functions/FunctionDefinitionSet.java | 20 ++++++++++++++++++++ .../FunctionDefinitionStringConversion.java | 20 ++++++++++++++++++++ ...FunctionDefinitionStringEqualIgnoreCase.java | 20 ++++++++++++++++++++ .../FunctionDefinitionStringFunctions.java | 20 ++++++++++++++++++++ .../FunctionDefinitionStringNormalize.java | 20 ++++++++++++++++++++ .../FunctionDefinitionTimeInRange.java | 20 ++++++++++++++++++++ .../FunctionDefinitionURIStringConcatenate.java | 20 ++++++++++++++++++++ .../FunctionDefinitionX500NameMatch.java | 20 ++++++++++++++++++++ .../std/functions/FunctionDefinitionXPath.java | 20 ++++++++++++++++++++ .../pdp/std/functions/package-info.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/std/package-info.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/util/ATTPDPProperties.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/rest/XACMLRest.java | 20 ++++++++++++++++++++ .../xacml/rest/XACMLRestProperties.java | 20 ++++++++++++++++++++ .../pdp/std/dom/DOMResponseConformanceTest.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/std/dom/DOMResponseTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionAccessPermittedTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionArithmeticTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionBagIsInTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionBagOneAndOnlyTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionBagSizeTest.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionBagTest.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionBaseTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionComparisonTest.java | 20 ++++++++++++++++++++ ...unctionDefinitionDateTimeArithmeticTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionEqualityTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionHigherOrderBagTest.java | 20 ++++++++++++++++++++ ...FunctionDefinitionHomogeneousSimpleTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionLogicalTest.java | 20 ++++++++++++++++++++ ...ctionDefinitionNumberTypeConversionTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionRegexpMatchTest.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionSetTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionSpecialMatchTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionStringConversionTest.java | 20 ++++++++++++++++++++ ...tionDefinitionStringEqualIgnoreCaseTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionStringFunctionsTest.java | 20 ++++++++++++++++++++ .../FunctionDefinitionStringNormalizeTest.java | 20 ++++++++++++++++++++ ...ctionDefinitionURIStringConcatenateTest.java | 20 ++++++++++++++++++++ .../functions/FunctionDefinitionXPathTest.java | 20 ++++++++++++++++++++ .../pdp/std/json/RequestCategoryTest.java | 20 ++++++++++++++++++++ .../pdp/std/json/RequestConformanceTest.java | 20 ++++++++++++++++++++ .../std/json/RequestDefaultCategoryTest.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/std/json/RequestMainTest.java | 20 ++++++++++++++++++++ .../pdp/std/json/ResponseConformanceTest.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/std/json/ResponseTest.java | 20 ++++++++++++++++++++ .../research/xacmlatt/pdp/test/TestBase.java | 20 ++++++++++++++++++++ .../pdp/test/annotations/TestAnnotation.java | 20 ++++++++++++++++++++ .../pdp/test/conformance/Conformance.java | 20 ++++++++++++++++++++ .../test/conformance/ConformancePIPEngine.java | 20 ++++++++++++++++++++ .../test/conformance/ConformanceRepository.java | 20 ++++++++++++++++++++ .../conformance/ConformanceScopeResolver.java | 20 ++++++++++++++++++++ .../pdp/test/conformance/ConformanceTest.java | 20 ++++++++++++++++++++ .../test/conformance/ConformanceTestEngine.java | 20 ++++++++++++++++++++ .../test/conformance/ConformanceTestResult.java | 20 ++++++++++++++++++++ .../test/conformance/ConformanceTestSet.java | 20 ++++++++++++++++++++ .../test/conformance/ResponseMatchResult.java | 20 ++++++++++++++++++++ .../pdp/test/conformance/ResultMatchResult.java | 20 ++++++++++++++++++++ .../pdp/test/custom/CustomDataTypeFactory.java | 20 ++++++++++++++++++++ .../custom/CustomFunctionDefinitionFactory.java | 20 ++++++++++++++++++++ .../pdp/test/custom/DataTypePrivateKey.java | 20 ++++++++++++++++++++ .../pdp/test/custom/DataTypePublicKey.java | 20 ++++++++++++++++++++ .../test/custom/FunctionDefinitionDecrypt.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/test/custom/TestCustom.java | 20 ++++++++++++++++++++ .../xacmlatt/pdp/test/policy/TestPolicy.java | 20 ++++++++++++++++++++ .../java/com/att/research/xacml/api/Advice.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/Attribute.java | 20 ++++++++++++++++++++ .../research/xacml/api/AttributeAssignment.java | 20 ++++++++++++++++++++ .../research/xacml/api/AttributeCategory.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/AttributeValue.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/DataType.java | 20 ++++++++++++++++++++ .../research/xacml/api/DataTypeException.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/DataTypeFactory.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/Decision.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/IdReference.java | 20 ++++++++++++++++++++ .../research/xacml/api/IdReferenceMatch.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/Identifier.java | 20 ++++++++++++++++++++ .../xacml/api/MissingAttributeDetail.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/Obligation.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/Request.java | 20 ++++++++++++++++++++ .../research/xacml/api/RequestAttributes.java | 20 ++++++++++++++++++++ .../xacml/api/RequestAttributesReference.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/RequestDefaults.java | 20 ++++++++++++++++++++ .../research/xacml/api/RequestReference.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/Response.java | 20 ++++++++++++++++++++ .../java/com/att/research/xacml/api/Result.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/SemanticString.java | 20 ++++++++++++++++++++ .../java/com/att/research/xacml/api/Status.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/StatusCode.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/StatusDetail.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/Version.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/VersionMatch.java | 20 ++++++++++++++++++++ .../java/com/att/research/xacml/api/XACML.java | 20 ++++++++++++++++++++ .../java/com/att/research/xacml/api/XACML1.java | 20 ++++++++++++++++++++ .../java/com/att/research/xacml/api/XACML2.java | 20 ++++++++++++++++++++ .../java/com/att/research/xacml/api/XACML3.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pap/PAPEngine.java | 20 ++++++++++++++++++++ .../xacml/api/pap/PAPEngineFactory.java | 20 ++++++++++++++++++++ .../research/xacml/api/pap/PAPException.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/api/pap/PDP.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pap/PDPGroup.java | 20 ++++++++++++++++++++ .../research/xacml/api/pap/PDPGroupStatus.java | 20 ++++++++++++++++++++ .../research/xacml/api/pap/PDPPIPConfig.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pap/PDPPolicy.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pap/PDPStatus.java | 20 ++++++++++++++++++++ .../research/xacml/api/pap/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pdp/PDPEngine.java | 20 ++++++++++++++++++++ .../xacml/api/pdp/PDPEngineFactory.java | 20 ++++++++++++++++++++ .../research/xacml/api/pdp/PDPException.java | 20 ++++++++++++++++++++ .../research/xacml/api/pdp/ScopeQualifier.java | 20 ++++++++++++++++++++ .../research/xacml/api/pdp/ScopeResolver.java | 20 ++++++++++++++++++++ .../xacml/api/pdp/ScopeResolverException.java | 20 ++++++++++++++++++++ .../xacml/api/pdp/ScopeResolverResult.java | 20 ++++++++++++++++++++ .../research/xacml/api/pdp/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pep/PEPEngine.java | 20 ++++++++++++++++++++ .../xacml/api/pep/PEPEngineFactory.java | 20 ++++++++++++++++++++ .../research/xacml/api/pep/PEPException.java | 20 ++++++++++++++++++++ .../research/xacml/api/pep/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pip/PIPEngine.java | 20 ++++++++++++++++++++ .../research/xacml/api/pip/PIPException.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pip/PIPFinder.java | 20 ++++++++++++++++++++ .../xacml/api/pip/PIPFinderFactory.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pip/PIPRequest.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/pip/PIPResponse.java | 20 ++++++++++++++++++++ .../research/xacml/api/pip/package-info.java | 20 ++++++++++++++++++++ .../research/xacml/api/trace/TraceEngine.java | 20 ++++++++++++++++++++ .../xacml/api/trace/TraceEngineFactory.java | 20 ++++++++++++++++++++ .../research/xacml/api/trace/TraceEvent.java | 20 ++++++++++++++++++++ .../att/research/xacml/api/trace/Traceable.java | 20 ++++++++++++++++++++ .../research/xacml/api/trace/package-info.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/IdentifierImpl.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/std/StdAdvice.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/StdAttribute.java | 20 ++++++++++++++++++++ .../xacml/std/StdAttributeAssignment.java | 20 ++++++++++++++++++++ .../xacml/std/StdAttributeCategory.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdAttributeValue.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdDataTypeFactory.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/StdIdReference.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdIdReferenceMatch.java | 20 ++++++++++++++++++++ .../StdIndividualDecisionRequestGenerator.java | 20 ++++++++++++++++++++ .../xacml/std/StdMissingAttributeDetail.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdMutableAdvice.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdMutableAttribute.java | 20 ++++++++++++++++++++ .../std/StdMutableAttributeAssignment.java | 20 ++++++++++++++++++++ .../xacml/std/StdMutableAttributeCategory.java | 20 ++++++++++++++++++++ .../std/StdMutableMissingAttributeDetail.java | 20 ++++++++++++++++++++ .../xacml/std/StdMutableObligation.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdMutableRequest.java | 20 ++++++++++++++++++++ .../xacml/std/StdMutableRequestAttributes.java | 20 ++++++++++++++++++++ .../xacml/std/StdMutableRequestReference.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdMutableResponse.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdMutableResult.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdMutableStatus.java | 20 ++++++++++++++++++++ .../xacml/std/StdMutableStatusDetail.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/StdObligation.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/std/StdRequest.java | 20 ++++++++++++++++++++ .../xacml/std/StdRequestAttributes.java | 20 ++++++++++++++++++++ .../std/StdRequestAttributesReference.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdRequestDefaults.java | 20 ++++++++++++++++++++ .../research/xacml/std/StdRequestReference.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/std/StdResponse.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/std/StdResult.java | 20 ++++++++++++++++++++ .../xacml/std/StdScopeResolverResult.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/std/StdStatus.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/StdStatusCode.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/StdStatusDetail.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/std/StdVersion.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/StdVersionMatch.java | 20 ++++++++++++++++++++ .../xacml/std/annotations/RequestParser.java | 20 ++++++++++++++++++++ .../xacml/std/annotations/XACMLAction.java | 20 ++++++++++++++++++++ .../xacml/std/annotations/XACMLAttribute.java | 20 ++++++++++++++++++++ .../xacml/std/annotations/XACMLEnvironment.java | 20 ++++++++++++++++++++ .../std/annotations/XACMLMultiRequest.java | 20 ++++++++++++++++++++ .../xacml/std/annotations/XACMLRequest.java | 20 ++++++++++++++++++++ .../std/annotations/XACMLRequestReference.java | 20 ++++++++++++++++++++ .../xacml/std/annotations/XACMLResource.java | 20 ++++++++++++++++++++ .../xacml/std/annotations/XACMLSubject.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/Base64Binary.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeAnyURI.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeBase.java | 20 ++++++++++++++++++++ .../std/datatypes/DataTypeBase64Binary.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeBoolean.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeDNSName.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeDate.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeDateTime.java | 20 ++++++++++++++++++++ .../std/datatypes/DataTypeDayTimeDuration.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeDouble.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeHexBinary.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeInteger.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeIpAddress.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeRFC822Name.java | 20 ++++++++++++++++++++ .../datatypes/DataTypeSemanticStringBase.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeString.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeTime.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/DataTypeX500Name.java | 20 ++++++++++++++++++++ .../std/datatypes/DataTypeXPathExpression.java | 20 ++++++++++++++++++++ .../datatypes/DataTypeYearMonthDuration.java | 20 ++++++++++++++++++++ .../research/xacml/std/datatypes/DataTypes.java | 20 ++++++++++++++++++++ .../std/datatypes/ExtendedNamespaceContext.java | 20 ++++++++++++++++++++ .../research/xacml/std/datatypes/HexBinary.java | 20 ++++++++++++++++++++ .../research/xacml/std/datatypes/IDateTime.java | 20 ++++++++++++++++++++ .../research/xacml/std/datatypes/IPAddress.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/IPv4Address.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/IPv6Address.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/ISO8601Date.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/ISO8601DateTime.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/ISO8601Duration.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/ISO8601Time.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/ISO8601TimeZone.java | 20 ++++++++++++++++++++ .../std/datatypes/NodeNamespaceContext.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/ParseUtils.java | 20 ++++++++++++++++++++ .../research/xacml/std/datatypes/PortRange.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/RFC2396DomainName.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/RFC822Name.java | 20 ++++++++++++++++++++ .../std/datatypes/StringNamespaceContext.java | 20 ++++++++++++++++++++ .../std/datatypes/XPathDayTimeDuration.java | 20 ++++++++++++++++++++ .../std/datatypes/XPathExpressionWrapper.java | 20 ++++++++++++++++++++ .../std/datatypes/XPathYearMonthDuration.java | 20 ++++++++++++++++++++ .../xacml/std/datatypes/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/dom/DOMAdvice.java | 20 ++++++++++++++++++++ .../research/xacml/std/dom/DOMAttribute.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMAttributeAssignment.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMAttributeCategory.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMAttributeValue.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMDocumentRepair.java | 20 ++++++++++++++++++++ .../research/xacml/std/dom/DOMIdReference.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMIdReferenceMatch.java | 20 ++++++++++++++++++++ .../std/dom/DOMMissingAttributeDetail.java | 20 ++++++++++++++++++++ .../research/xacml/std/dom/DOMObligation.java | 20 ++++++++++++++++++++ .../research/xacml/std/dom/DOMProperties.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/dom/DOMRequest.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMRequestAttributes.java | 20 ++++++++++++++++++++ .../std/dom/DOMRequestAttributesReference.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMRequestDefaults.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMRequestReference.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/dom/DOMResponse.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/dom/DOMResult.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/dom/DOMStatus.java | 20 ++++++++++++++++++++ .../research/xacml/std/dom/DOMStatusCode.java | 20 ++++++++++++++++++++ .../research/xacml/std/dom/DOMStatusDetail.java | 20 ++++++++++++++++++++ .../xacml/std/dom/DOMStructureException.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/std/dom/DOMUtil.java | 20 ++++++++++++++++++++ .../research/xacml/std/dom/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/jaxp/JaxpAdvice.java | 20 ++++++++++++++++++++ .../research/xacml/std/jaxp/JaxpAttribute.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpAttributeAssignment.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpAttributeCategory.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpAttributeValue.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpIdReference.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpIdReferenceMatch.java | 20 ++++++++++++++++++++ .../std/jaxp/JaxpMissingAttributeDetail.java | 20 ++++++++++++++++++++ .../research/xacml/std/jaxp/JaxpObligation.java | 20 ++++++++++++++++++++ .../research/xacml/std/jaxp/JaxpRequest.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpRequestAttributes.java | 20 ++++++++++++++++++++ .../jaxp/JaxpRequestAttributesReference.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpRequestDefaults.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpRequestReference.java | 20 ++++++++++++++++++++ .../research/xacml/std/jaxp/JaxpResponse.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/jaxp/JaxpResult.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/jaxp/JaxpStatus.java | 20 ++++++++++++++++++++ .../research/xacml/std/jaxp/JaxpStatusCode.java | 20 ++++++++++++++++++++ .../xacml/std/jaxp/JaxpStatusDetail.java | 20 ++++++++++++++++++++ .../research/xacml/std/jaxp/package-info.java | 20 ++++++++++++++++++++ .../research/xacml/std/json/JSONRequest.java | 20 ++++++++++++++++++++ .../research/xacml/std/json/JSONResponse.java | 20 ++++++++++++++++++++ .../xacml/std/json/JSONStructureException.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/pap/StdEngine.java | 20 ++++++++++++++++++++ .../xacml/std/pap/StdEngineFactory.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/std/pap/StdPDP.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/pap/StdPDPGroup.java | 20 ++++++++++++++++++++ .../xacml/std/pap/StdPDPGroupStatus.java | 20 ++++++++++++++++++++ .../std/pap/StdPDPItemSetChangeNotifier.java | 20 ++++++++++++++++++++ .../research/xacml/std/pap/StdPDPPIPConfig.java | 20 ++++++++++++++++++++ .../research/xacml/std/pap/StdPDPPolicy.java | 20 ++++++++++++++++++++ .../research/xacml/std/pap/StdPDPStatus.java | 20 ++++++++++++++++++++ .../research/xacml/std/pap/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/std/pep/StdEngine.java | 20 ++++++++++++++++++++ .../xacml/std/pep/StdEngineFactory.java | 20 ++++++++++++++++++++ .../research/xacml/std/pep/package-info.java | 20 ++++++++++++++++++++ .../xacml/std/pip/StdMutablePIPResponse.java | 20 ++++++++++++++++++++ .../xacml/std/pip/StdPIPFinderFactory.java | 20 ++++++++++++++++++++ .../research/xacml/std/pip/StdPIPRequest.java | 20 ++++++++++++++++++++ .../research/xacml/std/pip/StdPIPResponse.java | 20 ++++++++++++++++++++ .../xacml/std/pip/StdSinglePIPResponse.java | 20 ++++++++++++++++++++ .../std/pip/engines/ConfigurableEngine.java | 20 ++++++++++++++++++++ .../std/pip/engines/ConfigurableResolver.java | 20 ++++++++++++++++++++ .../xacml/std/pip/engines/Configurables.java | 20 ++++++++++++++++++++ .../std/pip/engines/EnvironmentEngine.java | 20 ++++++++++++++++++++ .../xacml/std/pip/engines/RequestEngine.java | 20 ++++++++++++++++++++ .../std/pip/engines/StdConfigurableEngine.java | 20 ++++++++++++++++++++ .../xacml/std/pip/engines/csv/CSVEngine.java | 20 ++++++++++++++++++++ .../xacml/std/pip/engines/csv/CSVResolver.java | 20 ++++++++++++++++++++ .../engines/csv/ConfigurableCSVResolver.java | 20 ++++++++++++++++++++ .../std/pip/engines/csv/HyperCSVEngine.java | 20 ++++++++++++++++++++ .../std/pip/engines/csv/XacmlCSVEngine.java | 20 ++++++++++++++++++++ .../engines/jdbc/ConfigurableJDBCResolver.java | 20 ++++++++++++++++++++ .../xacml/std/pip/engines/jdbc/JDBCEngine.java | 20 ++++++++++++++++++++ .../std/pip/engines/jdbc/JDBCResolver.java | 20 ++++++++++++++++++++ .../std/pip/engines/jdbc/package-info.java | 20 ++++++++++++++++++++ .../engines/ldap/ConfigurableLDAPResolver.java | 20 ++++++++++++++++++++ .../xacml/std/pip/engines/ldap/LDAPEngine.java | 20 ++++++++++++++++++++ .../std/pip/engines/ldap/LDAPResolver.java | 20 ++++++++++++++++++++ .../std/pip/engines/ldap/package-info.java | 20 ++++++++++++++++++++ .../xacml/std/pip/engines/package-info.java | 20 ++++++++++++++++++++ .../pip/finders/ConfigurableEngineFinder.java | 20 ++++++++++++++++++++ .../xacml/std/pip/finders/EngineFinder.java | 20 ++++++++++++++++++++ .../xacml/std/pip/finders/RequestFinder.java | 20 ++++++++++++++++++++ .../xacml/std/pip/finders/WrappingFinder.java | 20 ++++++++++++++++++++ .../xacml/std/pip/finders/package-info.java | 20 ++++++++++++++++++++ .../research/xacml/std/pip/package-info.java | 20 ++++++++++++++++++++ .../xacml/std/trace/LoggingTraceEngine.java | 20 ++++++++++++++++++++ .../std/trace/LoggingTraceEngineFactory.java | 20 ++++++++++++++++++++ .../xacml/std/trace/NullTraceEngine.java | 20 ++++++++++++++++++++ .../xacml/std/trace/NullTraceEngineFactory.java | 20 ++++++++++++++++++++ .../research/xacml/std/trace/StdTraceEvent.java | 20 ++++++++++++++++++++ .../research/xacml/std/trace/package-info.java | 20 ++++++++++++++++++++ .../att/research/xacml/util/AttributeUtils.java | 20 ++++++++++++++++++++ .../att/research/xacml/util/CalendarTest.java | 20 ++++++++++++++++++++ .../research/xacml/util/FactoryException.java | 20 ++++++++++++++++++++ .../att/research/xacml/util/FactoryFinder.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/util/ListUtil.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/util/ObjUtil.java | 20 ++++++++++++++++++++ .../att/research/xacml/util/StringUtils.java | 20 ++++++++++++++++++++ .../com/att/research/xacml/util/Wrapper.java | 20 ++++++++++++++++++++ .../research/xacml/util/XACMLObjectCopy.java | 20 ++++++++++++++++++++ .../xacml/util/XACMLPolicyAggregator.java | 20 ++++++++++++++++++++ .../research/xacml/util/XACMLPolicyScanner.java | 20 ++++++++++++++++++++ .../research/xacml/util/XACMLPolicyWriter.java | 20 ++++++++++++++++++++ .../research/xacml/util/XACMLProperties.java | 20 ++++++++++++++++++++ .../att/research/xacml/util/XACMLRepair.java | 20 ++++++++++++++++++++ .../core/schema/wd_17/AdviceExpressionType.java | 20 ++++++++++++++++++++ .../schema/wd_17/AdviceExpressionsType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/AdviceType.java | 20 ++++++++++++++++++++ .../xacml/_3_0/core/schema/wd_17/AllOfType.java | 20 ++++++++++++++++++++ .../xacml/_3_0/core/schema/wd_17/AnyOfType.java | 20 ++++++++++++++++++++ .../xacml/_3_0/core/schema/wd_17/ApplyType.java | 20 ++++++++++++++++++++ .../core/schema/wd_17/AssociatedAdviceType.java | 20 ++++++++++++++++++++ .../AttributeAssignmentExpressionType.java | 20 ++++++++++++++++++++ .../schema/wd_17/AttributeAssignmentType.java | 20 ++++++++++++++++++++ .../schema/wd_17/AttributeDesignatorType.java | 20 ++++++++++++++++++++ .../schema/wd_17/AttributeSelectorType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/AttributeType.java | 20 ++++++++++++++++++++ .../core/schema/wd_17/AttributeValueType.java | 20 ++++++++++++++++++++ .../schema/wd_17/AttributesReferenceType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/AttributesType.java | 20 ++++++++++++++++++++ .../schema/wd_17/CombinerParameterType.java | 20 ++++++++++++++++++++ .../schema/wd_17/CombinerParametersType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/ConditionType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/ContentType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/DecisionType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/DefaultsType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/EffectType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/ExpressionType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/FunctionType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/IdReferenceType.java | 20 ++++++++++++++++++++ .../xacml/_3_0/core/schema/wd_17/MatchType.java | 20 ++++++++++++++++++++ .../wd_17/MissingAttributeDetailType.java | 20 ++++++++++++++++++++ .../core/schema/wd_17/MultiRequestsType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/ObjectFactory.java | 20 ++++++++++++++++++++ .../schema/wd_17/ObligationExpressionType.java | 20 ++++++++++++++++++++ .../schema/wd_17/ObligationExpressionsType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/ObligationType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/ObligationsType.java | 20 ++++++++++++++++++++ .../wd_17/PolicyCombinerParametersType.java | 20 ++++++++++++++++++++ .../schema/wd_17/PolicyIdentifierListType.java | 20 ++++++++++++++++++++ .../core/schema/wd_17/PolicyIssuerType.java | 20 ++++++++++++++++++++ .../wd_17/PolicySetCombinerParametersType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/PolicySetType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/PolicyType.java | 20 ++++++++++++++++++++ .../core/schema/wd_17/RequestDefaultsType.java | 20 ++++++++++++++++++++ .../core/schema/wd_17/RequestReferenceType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/RequestType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/ResponseType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/ResultType.java | 20 ++++++++++++++++++++ .../wd_17/RuleCombinerParametersType.java | 20 ++++++++++++++++++++ .../xacml/_3_0/core/schema/wd_17/RuleType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/StatusCodeType.java | 20 ++++++++++++++++++++ .../core/schema/wd_17/StatusDetailType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/StatusType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/TargetType.java | 20 ++++++++++++++++++++ .../schema/wd_17/VariableDefinitionType.java | 20 ++++++++++++++++++++ .../schema/wd_17/VariableReferenceType.java | 20 ++++++++++++++++++++ .../_3_0/core/schema/wd_17/package-info.java | 20 ++++++++++++++++++++ 609 files changed, 12180 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Action.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Action.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Action.java old mode 100755 new mode 100644 index cd7975d..70c6d3e --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Action.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Action.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import com.att.research.xacml.api.XACML3; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ActionResourcePair.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ActionResourcePair.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ActionResourcePair.java old mode 100755 new mode 100644 index 4d9cc8c..385233c --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ActionResourcePair.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ActionResourcePair.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Advice.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Advice.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Advice.java old mode 100755 new mode 100644 index 46682d0..f398d91 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Advice.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Advice.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.util.Map; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Attribute.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Attribute.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Attribute.java old mode 100755 new mode 100644 index c6c84bb..2dd56f4 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Attribute.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Attribute.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.lang.annotation.Retention; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/CategoryContainer.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/CategoryContainer.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/CategoryContainer.java old mode 100755 new mode 100644 index 010bc6f..775f93b --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/CategoryContainer.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/CategoryContainer.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import com.att.research.xacml.api.Identifier; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Environment.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Environment.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Environment.java old mode 100755 new mode 100644 index 42f8c64..0b928c1 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Environment.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Environment.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import com.att.research.xacml.api.XACML3; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/InvalidAnnotationException.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/InvalidAnnotationException.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/InvalidAnnotationException.java old mode 100755 new mode 100644 index 39a220b..c76c15b --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/InvalidAnnotationException.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/InvalidAnnotationException.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; /** http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MapperRegistry.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MapperRegistry.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MapperRegistry.java old mode 100755 new mode 100644 index 41ea381..f88d36d --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MapperRegistry.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MapperRegistry.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAllObligationAttributes.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAllObligationAttributes.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAllObligationAttributes.java old mode 100755 new mode 100644 index 19f2859..51279a5 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAllObligationAttributes.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAllObligationAttributes.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.lang.annotation.ElementType; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAnyObligation.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAnyObligation.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAnyObligation.java old mode 100755 new mode 100644 index 502c3fd..580d960 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAnyObligation.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/MatchAnyObligation.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.lang.annotation.ElementType; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Matchable.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Matchable.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Matchable.java old mode 100755 new mode 100644 index 554523f..b72b9ef --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Matchable.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Matchable.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; /** http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObjectMapper.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObjectMapper.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObjectMapper.java old mode 100755 new mode 100644 index 0af85d9..a4ce2b8 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObjectMapper.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObjectMapper.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Obligation.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Obligation.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Obligation.java old mode 100755 new mode 100644 index 76f3656..b1af4bd --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Obligation.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/Obligation.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.util.Map; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandler.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandler.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandler.java old mode 100755 new mode 100644 index 13cd008..6fc1316 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandler.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandler.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandlerRegistry.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandlerRegistry.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandlerRegistry.java old mode 100755 new mode 100644 index a76733f..ba2f8ae --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandlerRegistry.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationHandlerRegistry.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationRouter.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationRouter.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationRouter.java old mode 100755 new mode 100644 index 1d3b368..1e9f808 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationRouter.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationRouter.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.util.Map; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStore.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStore.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStore.java old mode 100755 new mode 100644 index 9b65f95..b4de074 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStore.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStore.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.util.Set; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStoreAware.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStoreAware.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStoreAware.java old mode 100755 new mode 100644 index 99a65a2..3f8bcbe --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStoreAware.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/ObligationStoreAware.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgent.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgent.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgent.java old mode 100755 new mode 100644 index 20b95fb..4a1bb55 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgent.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgent.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgentFactory.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgentFactory.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgentFactory.java old mode 100755 new mode 100644 index 3cb7601..74e3d68 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgentFactory.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepAgentFactory.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; /** http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepConfig.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepConfig.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepConfig.java old mode 100755 new mode 100644 index 897c2f1..f0fa0c4 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepConfig.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepConfig.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepRequestAttributes.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepRequestAttributes.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepRequestAttributes.java old mode 100755 new mode 100644 index b011e9b..8b7d07a --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepRequestAttributes.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepRequestAttributes.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import com.att.research.xacml.api.Identifier; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponse.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponse.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponse.java old mode 100755 new mode 100644 index b27ea6b..5c0efa7 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponse.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponse.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import com.att.research.xacml.api.Attribute; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseBehavior.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseBehavior.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseBehavior.java old mode 100755 new mode 100644 index ad1c70d..0da85cd --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseBehavior.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseBehavior.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; /** http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseFactory.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseFactory.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseFactory.java old mode 100755 new mode 100644 index 82b92c7..71d1436 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseFactory.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseFactory.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; import com.att.research.xacml.api.Result; http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseType.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseType.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseType.java old mode 100755 new mode 100644 index 09b6203..00c089c --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseType.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PepResponseType.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; /** http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PostDecisionHandler.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PostDecisionHandler.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PostDecisionHandler.java old mode 100755 new mode 100644 index 851f3a1..d3db045 --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PostDecisionHandler.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PostDecisionHandler.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; /** http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/f76cc4fb/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PreDecisionHandler.java ---------------------------------------------------------------------- diff --git a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PreDecisionHandler.java b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PreDecisionHandler.java old mode 100755 new mode 100644 index 472c9e8..be946bc --- a/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PreDecisionHandler.java +++ b/openaz-pep/src/main/java/org/openliberty/openaz/pepapi/PreDecisionHandler.java @@ -1,3 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ + package org.openliberty.openaz.pepapi; /**
