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 |
---|---|
PDPConfig |
ConfigurationStore.getDefaultPDPConfig()
Returns the default PDP configuration.
|
PDPConfig |
Balana.getPdpConfig() |
PDPConfig |
ConfigurationStore.getPDPConfig(String name)
Returns the PDP configuration with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
Balana.setPdpConfig(PDPConfig pdpConfig) |
Constructor and Description |
---|
PDP(PDPConfig pdpConfig)
Constructs a new
PDP object with the given configuration information. |
Modifier and Type | Field and Description |
---|---|
protected PDPConfig |
BasicEvaluationCtx.pdpConfig
PDP configurations
|
Modifier and Type | Method and Description |
---|---|
EvaluationCtx |
EvaluationCtxFactory.getEvaluationCtx(AbstractRequestCtx requestCtx,
PDPConfig pdpConfig) |
Modifier and Type | Method and Description |
---|---|
PDPConfig |
XACML2EvaluationCtx.getPdpConfig() |
Constructor and Description |
---|
XACML2EvaluationCtx(RequestCtx requestCtx,
PDPConfig pdpConfig) |
Constructor and Description |
---|
XACML3EvaluationCtx(RequestCtx requestCtx,
PDPConfig pdpConfig)
Creates a new
XACML3EvaluationCtx |
Copyright © 2021 WSO2. All rights reserved.