-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Most often, an ACAL system may need only a subset of the core (XACML / JACAL) schema depending on its role (PEP, PDP, PAP...).
The idea is to split the core XACML / JACAL schema into:
- Policy schema: to be used by PDP/PAP for policy syntax validation. Contains only element/type definitions for
PolicyTypePolicyReferenceType,PolicyDefaultsType,PolicyParameterType,ShortIdSetType,BooleanExpressionType,RuleType,EntityType,ExpressionType,ApplyType,FunctionType,QuantifiedExpressionType,AttributeDesignatorType,NamedAttributeDesignatorType,AttributeSelectorType,EntityAttributeSelectorType,BaseAttributeSelectorType,EntityAttributeDesignatorType,VariableDefinitionType,VariableReferenceType,BundleType,SharedVariableDefinitionType,SharedVariableReferenceType,NoticeExpressionType,AttributeAssignmentExpressionType,Descriptionobjects. - Request schema: to be used by PDP for decision request validation (at the very least). Contains only element/type definitions for
RequestType, allRequestXXXType(RequestAttributeType, RequestEntityType, RequestReferenceType, RequestEntityReference, etc.),MultiRequestsTypeobjects. - Response schema: to be used by PEP for decision response validation (at the very least). Contains only element/type definitions for
ResponseType,ResultType,ResultEntityType,StatusType,StatusCodeType,StatusDetailType,MissingAttributeDetailType,NoticeType,AttributeAssignmentTypeobjects. - Base schema: base schema used by all the above. Contains the common element/type definitions.
Also a typical use case is a PDP supporting only XACML policies but both XACML and JACAL requests, in which case it needs at least the XACML Policy, XACML Request and JACAL Request schemas, but doesn't need the JACAL Policy schema.
See this example of modular JSON schema based on former XACML 3.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request