|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObligationResult | |
---|---|
org.wso2.balana | This is the root package, which contains the PDP class where most people will want to start. |
org.wso2.balana.ctx | All of the classes that support the context schema are in this package. |
org.wso2.balana.ctx.xacml2 | |
org.wso2.balana.ctx.xacml3 | |
org.wso2.balana.xacml2 | |
org.wso2.balana.xacml3 |
Uses of ObligationResult in org.wso2.balana |
---|
Methods in org.wso2.balana that return ObligationResult | |
---|---|
abstract ObligationResult |
AbstractObligation.evaluate(EvaluationCtx ctx)
Evaluates obligation and creates the results |
Uses of ObligationResult in org.wso2.balana.ctx |
---|
Fields in org.wso2.balana.ctx with type parameters of type ObligationResult | |
---|---|
protected List<ObligationResult> |
AbstractResult.obligations
List of obligations which may be empty |
Methods in org.wso2.balana.ctx that return types with arguments of type ObligationResult | |
---|---|
List<ObligationResult> |
AbstractResult.getObligations()
Returns the set of obligations that the PEP must fulfill, which may be empty. |
Method parameters in org.wso2.balana.ctx with type arguments of type ObligationResult | |
---|---|
AbstractResult |
ResultFactory.getResult(int decision,
List<ObligationResult> obligationResults,
List<Advice> advices,
EvaluationCtx evaluationCtx)
Returns instance of AbstractResult based one the XACML version. |
AbstractResult |
ResultFactory.getResult(int decision,
Status status,
List<ObligationResult> obligationResults,
List<Advice> advices,
EvaluationCtx evaluationCtx)
Returns instance of AbstractResult based one the XACML version. |
Constructor parameters in org.wso2.balana.ctx with type arguments of type ObligationResult | |
---|---|
AbstractResult(int decision,
Status status,
List<ObligationResult> obligationResults,
List<Advice> advices,
int version)
Constructs a AbstractResult object with decision status data, obligations, advices
and evaluation ctx |
Uses of ObligationResult in org.wso2.balana.ctx.xacml2 |
---|
Constructor parameters in org.wso2.balana.ctx.xacml2 with type arguments of type ObligationResult | |
---|---|
Result(int decision,
Status status,
List<ObligationResult> obligationResults)
|
|
Result(int decision,
Status status,
List<ObligationResult> obligationResults,
String resourceId)
|
Uses of ObligationResult in org.wso2.balana.ctx.xacml3 |
---|
Constructor parameters in org.wso2.balana.ctx.xacml3 with type arguments of type ObligationResult | |
---|---|
Result(int decision,
Status status,
List<ObligationResult> obligationResults,
List<Advice> advices,
EvaluationCtx evaluationCtx)
|
|
Result(int decision,
Status status,
List<ObligationResult> obligationResults,
List<Advice> advices,
Set<PolicyReference> policyReferences,
Set<Attributes> attributes)
|
Uses of ObligationResult in org.wso2.balana.xacml2 |
---|
Classes in org.wso2.balana.xacml2 that implement ObligationResult | |
---|---|
class |
Obligation
Represents ObligationType in the XACML 2.0 policy schema. |
Methods in org.wso2.balana.xacml2 that return ObligationResult | |
---|---|
ObligationResult |
Obligation.evaluate(EvaluationCtx ctx)
|
Uses of ObligationResult in org.wso2.balana.xacml3 |
---|
Methods in org.wso2.balana.xacml3 that return ObligationResult | |
---|---|
ObligationResult |
ObligationExpression.evaluate(EvaluationCtx ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |