|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDPConfig | |
---|---|
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 |
Uses of PDPConfig in org.wso2.balana |
---|
Methods in org.wso2.balana that return PDPConfig | |
---|---|
PDPConfig |
ConfigurationStore.getDefaultPDPConfig()
Returns the default PDP configuration. |
PDPConfig |
Balana.getPdpConfig()
|
PDPConfig |
ConfigurationStore.getPDPConfig(String name)
Returns the PDP configuration with the given name. |
Methods in org.wso2.balana with parameters of type PDPConfig | |
---|---|
void |
Balana.setPdpConfig(PDPConfig pdpConfig)
|
Constructors in org.wso2.balana with parameters of type PDPConfig | |
---|---|
PDP(PDPConfig pdpConfig)
Constructs a new PDP object with the given configuration information. |
Uses of PDPConfig in org.wso2.balana.ctx |
---|
Fields in org.wso2.balana.ctx declared as PDPConfig | |
---|---|
protected PDPConfig |
BasicEvaluationCtx.pdpConfig
PDP configurations |
Methods in org.wso2.balana.ctx with parameters of type PDPConfig | |
---|---|
EvaluationCtx |
EvaluationCtxFactory.getEvaluationCtx(AbstractRequestCtx requestCtx,
PDPConfig pdpConfig)
|
Uses of PDPConfig in org.wso2.balana.ctx.xacml2 |
---|
Methods in org.wso2.balana.ctx.xacml2 that return PDPConfig | |
---|---|
PDPConfig |
XACML2EvaluationCtx.getPdpConfig()
|
Constructors in org.wso2.balana.ctx.xacml2 with parameters of type PDPConfig | |
---|---|
XACML2EvaluationCtx(RequestCtx requestCtx,
PDPConfig pdpConfig)
|
Uses of PDPConfig in org.wso2.balana.ctx.xacml3 |
---|
Constructors in org.wso2.balana.ctx.xacml3 with parameters of type PDPConfig | |
---|---|
XACML3EvaluationCtx(RequestCtx requestCtx,
PDPConfig pdpConfig)
Creates a new XACML3EvaluationCtx |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |