Category: Balana

Open source XACML 3.0 implementation

Extending Balana – Custom Combining Algorithms

According to the XACML specification, there are lot of extension points that provide the flexibility to extend a XACML engine. Balana XACML 3.0 implementation supports most of those extension points. Such as 1. Attribute finders 2. Policy finders 3. custom XACML function 4. custom combining algorithms 5. custom datatypes. In this blog post, I will […]

Getting start with Balana

Balana is one of open sourceXACML implementation that supports XACML 3.0.  If you need to do some testing on Balana or integrate the Balana with any other component, this blog post would be useful. Here i am going to explain how we can get start of Balana. Approach 1. This is the easiest way. Just create […]

WSO2 Balana Milestone 1 of 1.0.0 Released…!!!

[Please note latest Balana source can be found from here  https://svn.wso2.org/repos/wso2/trunk/commons/balana/  It is trunk and source will be  moving  to github  ] It is pleased to announce the M1 release of WSO2 Balana 1.0.0 WSO2 Balana is an open source implementation of XACML, which support XACML 1.0, 1.1, 2.0 and 3.0 specifications. WSO2 Balana is […]

XACML Sample for On-line Trading Application -1

XACML is the powerful way to build access control systems in your application. Here we are going to talk about how we can build a XACML driven authorization for on-line trading application called “K-Martket” This sample is shipped with Balana XACML implementation which can be found at here. Scenario would be as follows…. 1. K-Market […]

“Balana” The Open source XACML 3.0 implementation

WSO2 Balana is the latest open source XACML implementation based on sun-xacml. Currently WSO2 Balana support XACML 3.0 specification with Multiple decision profile. You can find the Balana source from here. When you just go through the source of Balana. It is just similar to sun-xacml source and XACML 3.0 specification has been implemented as […]