|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
org.wso2.balana.cond.FunctionFactory.addAbstractConditionFunction(FunctionProxy, URI)
As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI) .
The new factory system requires you to get a factory instance and then call the
non-static methods on that factory. The static versions of these methods have
been left in for now, but are slower and will be removed in a future version. |
|
org.wso2.balana.cond.FunctionFactory.addAbstractGeneralFunction(FunctionProxy, URI)
As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI) .
The new factory system requires you to get a factory instance and then call the
non-static methods on that factory. The static versions of these methods have
been left in for now, but are slower and will be removed in a future version. |
|
org.wso2.balana.cond.FunctionFactory.addAbstractTargetFunction(FunctionProxy, URI)
As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI) .
The new factory system requires you to get a factory instance and then call the
non-static methods on that factory. The static versions of these methods have
been left in for now, but are slower and will be removed in a future version. |
|
org.wso2.balana.combine.CombiningAlgFactory.addCombiningAlg(CombiningAlgorithm)
As of version 1.2, replaced by CombiningAlgFactory.addAlgorithm(CombiningAlgorithm) . The new
factory system requires you to get a factory instance and then call the
non-static methods on that factory. The static versions of these methods have
been left in for now, but are slower and will be removed in a future version. |
|
org.wso2.balana.cond.FunctionFactory.addConditionFunction(Function)
As of version 1.2, replaced by FunctionFactory.addFunction(Function) . The new factory
system requires you to get a factory instance and then call the non-static
methods on that factory. The static versions of these methods have been left in
for now, but are slower and will be removed in a future version. |
|
org.wso2.balana.cond.FunctionFactory.addGeneralFunction(Function)
As of version 1.2, replaced by FunctionFactory.addFunction(Function) . The new factory
system requires you to get a factory instance and then call the non-static
methods on that factory. The static versions of these methods have been left in
for now, but are slower and will be removed in a future version. |
|
org.wso2.balana.cond.FunctionFactory.addTargetFunction(Function)
As of version 1.2, replaced by FunctionFactory.addFunction(Function) . The new factory
system requires you to get a factory instance and then call the non-static
methods on that factory. The static versions of these methods have been left in
for now, but are slower and will be removed in a future version. |
|
org.wso2.balana.combine.CombiningAlgFactory.createCombiningAlg(URI)
As of version 1.2, replaced by CombiningAlgFactory.createAlgorithm(URI) . The new factory
system requires you to get a factory instance and then call the non-static
methods on that factory. The static versions of these methods have been left in
for now, but are slower and will be removed in a future version. |
|
org.wso2.balana.PDP.evaluate(InputStream)
As of 1.2 this method should not be used. Instead, you should do your own stream handling, and then use one of the other evaluate methods. The
problem with this method is that it often doesn't handle stream termination
correctly (eg, with sockets). |
|
org.wso2.balana.attr.AttributeValue.evaluatesToBag()
As of 2.0, you should use the returnsBag method from the
super-interface Expression . |
|
org.wso2.balana.attr.AttributeSelector.evaluatesToBag()
As of 2.0, you should use the returnsBag method from the
super-interface Expression . |
|
org.wso2.balana.attr.AttributeDesignator.evaluatesToBag()
As of 2.0, you should use the returnsBag method from the
super-interface Expression . |
|
org.wso2.balana.attr.xacml3.AttributeDesignator.evaluatesToBag()
As of 2.0, you should use the returnsBag method from the
super-interface Expression . |
|
org.wso2.balana.cond.VariableReference.evaluatesToBag()
As of 2.0, you should use the returnsBag method from the
super-interface Expression . |
|
org.wso2.balana.cond.Evaluatable.evaluatesToBag()
As of 2.0, you should use the returnsBag method from the
super-interface Expression . |
|
org.wso2.balana.cond.Condition.evaluatesToBag()
As of 2.0, you should use the returnsBag method from the
super-interface Expression . |
|
org.wso2.balana.cond.Apply.evaluatesToBag()
As of 2.0, you should use the returnsBag method from the
super-interface Expression . |
|
org.wso2.balana.finder.ResourceFinderModule.findChildResources(AttributeValue)
As of version 1.2, replaced by ResourceFinderModule.findChildResources(AttributeValue,EvaluationCtx) . This version does not
provide the evaluation context, and will be removed in a future release. Also,
not that this will never get called when using the default PDP. |
|
org.wso2.balana.finder.ResourceFinder.findChildResources(AttributeValue)
As of version 1.2, replaced by ResourceFinder.findChildResources(AttributeValue,EvaluationCtx) . This version does not
provide the evaluation context to the modules, and will be removed in a future
release. |
|
org.wso2.balana.finder.ResourceFinderModule.findDescendantResources(AttributeValue)
As of version 1.2, replaced by ResourceFinderModule.findDescendantResources(AttributeValue,EvaluationCtx) . This version does
not provide the evaluation context, and will be removed in a future release.
Also, not that this will never get called when using the default PDP. |
|
org.wso2.balana.finder.ResourceFinder.findDescendantResources(AttributeValue)
As of version 1.2, replaced by ResourceFinder.findDescendantResources(AttributeValue,EvaluationCtx) . This version does
not provide the evaluation context to the modules, and will be removed in a
future release. |
|
org.wso2.balana.cond.Apply.getConditionInstance(Node, String)
As of 2.0 you should avoid using this method, since it does not provide a Condition instance and does not handle XACML 2.0 policies correctly.
If you need a similar method you can use the new version that accepts a
VariableManager . This will return an Apply instance for
XACML 1.x policies. |
|
org.wso2.balana.PolicyReference.getInstance(Node, PolicyFinder)
As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will only work for
XACML 1.x policies. |
|
org.wso2.balana.Rule.getInstance(Node, String)
As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will only work for
XACML 1.x policies. |
|
org.wso2.balana.attr.AttributeSelector.getInstance(Node, String)
As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will only work for
XACML 1.x policies. |
|
org.wso2.balana.cond.Apply.getInstance(Node, String)
As of 2.0 you should avoid using this method, since it does not handle XACML 2.0 policies correctly. If you need a similar method you can use the new version that accepts a VariableManager . This will return an Apply
instance for XACML 1.x policies. |
|
org.wso2.balana.xacml2.Target.getInstance(Node, String)
As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will only work for
XACML 1.x policies. |
|
org.wso2.balana.TargetMatch.getInstance(Node, String, String)
As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will only work for
XACML 1.x policies. |
|
org.wso2.balana.cond.Apply.isCondition()
As of 2.0 this method should not be used, since an Apply is never a
Condition. |
Deprecated Constructors | |
---|---|
org.wso2.balana.cond.Apply(Function, List, boolean)
As of 2.0 Apply is no longer used for Conditions, so the
isCondition parameter is no longer needed. You should now use the 2
parameter constructor. This constructor will be removed in a future release. |
|
org.wso2.balana.Rule(URI, int, String, AbstractTarget, Apply, int)
As of 2.0 you should use the Constructor that accepts the new Condition class. |
|
org.wso2.balana.Rule(URI, int, String, AbstractTarget, Condition)
As of 2.0 you should use the Constructor that accepts the new Condition class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |