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.ctx |
All of the classes that support the context schema are in this
package.
|
Modifier and Type | Method and Description |
---|---|
ResponseCtx |
PDP.evaluate(AbstractRequestCtx request)
Attempts to evaluate the request against the policies known to this PDP.
|
ResponseCtx |
PDP.evaluate(EvaluationCtx context)
Uses the given
EvaluationCtx against the available policies to determine a
response. |
ResponseCtx |
PDP.evaluateReturnResponseCtx(String request)
Attempts to evaluate the request against the policies known to this PDP.
|
Modifier and Type | Method and Description |
---|---|
static ResponseCtx |
ResponseCtx.getInstance(Node root)
Creates a new instance of
ResponseCtx based on the given
DOM root node. |
static ResponseCtx |
ResponseCtx.getInstance(Node root,
int version)
Creates a new instance of
ResponseCtx based on the given
DOM root node. |
Copyright © 2016 WSO2. All rights reserved.