Package | Description |
---|---|
org.wso2.balana |
This is the root package, which contains the PDP class where most
people will want to start.
|
org.wso2.balana.cond |
Support for Conditions is in this package.
|
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.finder |
The
finder package supports all of the pieces of the
XACML specification that require custom implementation. |
org.wso2.balana.xacml3 |
Modifier and Type | Method and Description |
---|---|
Status |
MatchResult.getStatus()
Returns the status if there was an error, or null if no error occurred
|
Constructor and Description |
---|
MatchResult(int result,
Status status)
Constructor that creates a
MatchResult , including Status data |
Modifier and Type | Method and Description |
---|---|
Status |
EvaluationResult.getStatus()
Returns the status if there was an error, or null it no error occurred
|
Constructor and Description |
---|
EvaluationResult(Status status)
Constructor that creates an
EvaluationResult of Indeterminate, including Status
data. |
Modifier and Type | Field and Description |
---|---|
protected Status |
AbstractResult.status
the status data
|
Modifier and Type | Method and Description |
---|---|
static Status |
Status.getInstance(Node root)
Creates a new instance of
Status based on the given DOM root node. |
static Status |
Status.getOkInstance()
Gets a
Status instance that has the OK status and no other information. |
Status |
AbstractResult.getStatus()
Returns the status data included in this
Result . |
Modifier and Type | Method and Description |
---|---|
AbstractResult |
ResultFactory.getResult(int decision,
Status status,
EvaluationCtx evaluationCtx)
Returns instance of
AbstractResult based one the XACML version. |
AbstractResult |
ResultFactory.getResult(int decision,
Status status,
int version)
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 and Description |
---|
AbstractResult(int decision,
Status status,
int version)
Constructs a
AbstractResult object with decision status data, obligations, advices
and evaluation ctx |
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 |
Constructor and Description |
---|
Result(int decision,
Status status) |
Result(int decision,
Status status,
List<ObligationResult> obligationResults) |
Result(int decision,
Status status,
List<ObligationResult> obligationResults,
String resourceId) |
Constructor and Description |
---|
Result(int decision,
Status status) |
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) |
Modifier and Type | Method and Description |
---|---|
Status |
PolicyFinderResult.getStatus()
Returns the status if there was an error, or null if no error occurred.
|
Constructor and Description |
---|
PolicyFinderResult(Status status)
Create a result of Indeterminate, including Status data.
|
Modifier and Type | Method and Description |
---|---|
Status |
MultipleCtxResult.getStatus() |
Constructor and Description |
---|
MultipleCtxResult(Set<EvaluationCtx> evaluationCtxSet,
Status status,
boolean indeterminate)
Constructs a
MultipleCtxResult object with required data |
MultipleCtxResult(Status status)
Constructs a
MultipleCtxResult object with status error |
Copyright © 2021 WSO2. All rights reserved.