Package org.wso2.balana.ctx

All of the classes that support the context schema are in this package.

See:
          Description

Interface Summary
EvaluationCtx Manages the context of a single policy evaluation.
 

Class Summary
AbstractRequestCtx Represents a XACML request made to the PDP.
AbstractResult Abstract Represents the ResultType XML object from the Context schema.
Attribute Represents the AttributeType XML type found in the context schema.
AttributeAssignment Represents AttributeAssignmentType in the XACML 3.0 and 2.0 policy schema This is used for including arguments in obligations and advices
BasicEvaluationCtx Implementation of EvaluationCtx.
EvaluationCtxFactory Factory that creates the EvaluationCtx
InputParser A package-private helper that provides a single static routine for parsing input based on the context schema.
MissingAttributeDetail This represents the MissingAttributeDetailType in context schema.
RequestCtxFactory Factory that creates the AbstractRequestCtx
ResourceActionMapping  
ResponseCtx Represents the response to a request made to the XACML PDP.
ResultFactory Factory that creates the AbstractResult
Status Represents the status data that is included in a ResultType.
StatusDetail This class represents the StatusDetailType in the context schema.
 

Package org.wso2.balana.ctx Description

All of the classes that support the context schema are in this package. The context schema contains the request and response formats, and so there are classes to handle everything that goes into these exchange formats. All of the classes in this package, and all the related classes used by this package are parsable and encodable, so it's easy to build a PEP and a PDP using these routines.



Copyright © 2015 WSO2. All rights reserved.