|
|||||||||
Home >> All >> com >> sun >> xacml >> [ combine overview ] | PREV NEXT |
Deprecated API
Deprecated Methods | |
com.sun.xacml.combine.CombiningAlgFactory.addCombiningAlg(CombiningAlgorithm)
As of version 1.2, replaced by CombiningAlgFactory.addAlgorithm(CombiningAlgorithm) 55 .
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. |
|
com.sun.xacml.combine.CombiningAlgFactory.createCombiningAlg(URI)
As of version 1.2, replaced by CombiningAlgFactory.createAlgorithm(URI) 55 .
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. |
|
|||||||||
Home >> All >> com >> sun >> xacml >> [ combine overview ] | PREV NEXT |