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.
|
org.wso2.balana.ctx.xacml2 | |
org.wso2.balana.ctx.xacml3 |
Modifier and Type | Method and Description |
---|---|
ResponseCtx |
PDP.evaluate(AbstractRequestCtx request)
Attempts to evaluate the request against the policies known to this PDP.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractRequestCtx |
BasicEvaluationCtx.getRequestCtx() |
AbstractRequestCtx |
EvaluationCtx.getRequestCtx()
Returns XACML request
|
AbstractRequestCtx |
RequestCtxFactory.getRequestCtx(InputStream input)
Returns instance of
AbstractRequestCtx based one the XACML version. |
AbstractRequestCtx |
RequestCtxFactory.getRequestCtx(Node root)
Returns instance of
AbstractRequestCtx based one the XACML version. |
AbstractRequestCtx |
RequestCtxFactory.getRequestCtx(String request)
Returns instance of
AbstractRequestCtx based one the XACML version. |
Modifier and Type | Method and Description |
---|---|
EvaluationCtx |
EvaluationCtxFactory.getEvaluationCtx(AbstractRequestCtx requestCtx,
PDPConfig pdpConfig) |
Modifier and Type | Class and Description |
---|---|
class |
RequestCtx
Represents a XACML2 request made to the PDP.
|
Modifier and Type | Method and Description |
---|---|
AbstractRequestCtx |
XACML2EvaluationCtx.getRequestCtx() |
Modifier and Type | Method and Description |
---|---|
AbstractRequestCtx |
XACML3EvaluationCtx.getRequestCtx() |
Copyright © 2018 WSO2. All rights reserved.