jar

org.ow2.authzforce : authzforce-ce-core-pdp-engine

Maven & Gradle

Aug 08, 2023
6 usages

org.ow2.authzforce:authzforce-ce-core-pdp-engine · AuthzForce - XACML-compliant Core PDP Engine

Table Of Contents

Latest Version

Download org.ow2.authzforce : authzforce-ce-core-pdp-engine JAR file - Latest Versions:

All Versions

Download org.ow2.authzforce : authzforce-ce-core-pdp-engine JAR file - All Versions:

Version Vulnerabilities Size Updated
20.3.x
20.2.x
20.1.x
20.0.x
19.0.x
18.0.x
17.1.x
17.0.x
16.0.x
15.2.x
15.1.x
15.0.x
14.0.x
13.3.x
13.2.x
13.1.x
13.0.x
12.0.x
11.0.x
10.3.x
10.2.x
10.1.x
10.0.x
9.1.x
9.0.x
8.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window authzforce-ce-core-pdp-engine-20.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ow2.authzforce.core.pdp.impl.func

├─ org.ow2.authzforce.core.pdp.impl.func.ConstantResultFirstOrderFunctionCall.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.FunctionRegistry.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.ImmutableFunctionRegistry.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.LogicalAndFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.LogicalNOfFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.LogicalNotFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.LogicalOrFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.MapFunctionFactory.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.NumericArithmeticFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.NumericArithmeticOperators.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.StandardDatatypeConverters.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.StandardEqualTypeMatchers.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.StandardFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.StandardHigherOrderBagFunctions.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.StandardNonEqualTypeMatchers.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.StringConcatenateFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.StringN11nFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.SubstringFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.TemporalArithmeticFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.TemporalArithmeticOperators.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.TimeRangeComparisonFunction.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.func.XPathNodeCountFunction.class - [JAR]

org.ow2.authzforce.core.pdp.impl.expression

├─ org.ow2.authzforce.core.pdp.impl.expression.ApplyExpressions.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.expression.AttributeSelectorExpressions.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.expression.DepthLimitingExpressionFactory.class - [JAR]

org.ow2.authzforce.core.pdp.impl.io

├─ org.ow2.authzforce.core.pdp.impl.io.DecisionRequestPreprocessorSupplier.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.io.DefaultXacmlJaxbResultPostprocessorFactory.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.io.MultiDecisionXacmlJaxbRequestPreprocessor.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.io.PdpEngineAdapters.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.io.SingleDecisionXacmlJaxbRequestPreprocessor.class - [JAR]

org.ow2.authzforce.core.pdp.impl.policy

├─ org.ow2.authzforce.core.pdp.impl.policy.CoreStaticPolicyProvider.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.policy.FlattenedPolicyTree.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.policy.PolicyEvaluators.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.policy.PolicyMap.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.policy.PolicyVersions.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.policy.RootPolicyEvaluator.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.policy.RootPolicyEvaluators.class - [JAR]

org.ow2.authzforce.core.pdp.impl

├─ org.ow2.authzforce.core.pdp.impl.AllOfEvaluator.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.AnyOfEvaluator.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.AttributeAssignmentExpressionEvaluator.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.BasePdpEngine.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.BooleanEvaluator.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.BooleanEvaluators.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.CloseableNamedAttributeProviderRegistry.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.DefaultEnvironmentProperties.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.EvaluationContextBasedMultiNamedAttributeProvider.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.EvaluationContextBasedNamedAttributeProvider.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.EvaluationContextBasedSingleNamedAttributeProvider.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.ImmutableAttributeDesignator.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.ImmutablePdpExtensionRegistry.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.IndividualDecisionRequestContext.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.MatchEvaluator.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.PdpBean.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.PdpExtensions.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.PdpModelHandler.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.PepActionExpression.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.SchemaHandler.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.StandardEnvironmentAttribute.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.StandardEnvironmentAttributeProvider.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.StandardResourceAttribute.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.StandardSubjectAttribute.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.TargetEvaluators.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.XacmlVariableBasedAttributeProvider.class - [JAR]

org.ow2.authzforce.core.pdp.impl.combining

├─ org.ow2.authzforce.core.pdp.impl.combining.CombiningAlgEvaluators.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.combining.DPOverridesCombiningAlg.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.combining.DPUnlessPDCombiningAlg.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.combining.FirstApplicableCombiningAlg.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.combining.ImmutableCombiningAlgRegistry.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.combining.LegacyDenyOverridesCombiningAlg.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.combining.LegacyPermitOverridesCombiningAlg.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.combining.OnlyOneApplicableCombiningAlg.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.combining.StandardCombiningAlgorithm.class - [JAR]

org.ow2.authzforce.core.xmlns.pdp

├─ org.ow2.authzforce.core.xmlns.pdp.InOutProcChain.class - [JAR]

├─ org.ow2.authzforce.core.xmlns.pdp.ObjectFactory.class - [JAR]

├─ org.ow2.authzforce.core.xmlns.pdp.Pdp.class - [JAR]

├─ org.ow2.authzforce.core.xmlns.pdp.StaticPolicyProvider.class - [JAR]

├─ org.ow2.authzforce.core.xmlns.pdp.StdEnvAttributeProviderDescriptor.class - [JAR]

├─ org.ow2.authzforce.core.xmlns.pdp.TopLevelPolicyElementRef.class - [JAR]

├─ org.ow2.authzforce.core.xmlns.pdp.XacmlVarBasedAttributeProviderDescriptor.class - [JAR]

├─ org.ow2.authzforce.core.xmlns.pdp.package-info.class - [JAR]

org.ow2.authzforce.core.pdp.impl.rule

├─ org.ow2.authzforce.core.pdp.impl.rule.ConditionEvaluators.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.rule.RuleEvaluator.class - [JAR]

├─ org.ow2.authzforce.core.pdp.impl.rule.RuleEvaluators.class - [JAR]

Advertisement