Questions tagged [balana]

Open source XACML 3.0 implementation

Open source XACML 3.0 implementation

24 questions
0
votes
1 answer

XACML 3.0 and rfc822Name attribute

I am new to XACML. I'm using Balana and I think I got the basic so I am experimenting with Target, Rule and Condition. My policy is made by two rules. First rule applies to everyone have med.example.com (yes the basic example OASIS provides) in ther…
Francesco
  • 1,742
  • 5
  • 44
  • 78
0
votes
1 answer

XACML policy. Apply function string-subset giving unexpected result

I'm using balana downloaded from git. I'm working on a policy rule which should only Permit if the policy's string-bag is a subset of the matching attributes in the request. Eg. Request contains attributes "letter=a, letter=b", and policy uses a…
b4n4n4p4nd4
  • 70
  • 1
  • 10
0
votes
1 answer

Balana "evaluate" command causing NoClassDefFoundError

I got a jar for balana 1.0.5 from here: http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/balana/org.wso2.balana/1.0.5/ I have an instance of pdp with no configuration and I'm trying to pass it a sample xacml request string just to see…
0
votes
1 answer

Implementing a custom XACML function in Balana

After a lot of work trying to install a custom function inside balana (for using in apply condition in policies), i'm trying to ask here. Basically what documentation tell you about install new function inside balana engine it's: 1) insert in config…
0
votes
0 answers

Anyone implemented Delegation Profile and Obbligation of XACML 3.0 using Balana in any Java application?

I am currently doing some research on new features of XACML 3.0 called Administrative Delegation Profile and Obligation with Attribute-Based Access Control (ABAC). Can anyone help me with some good read and resources to do further research on this…
Milson
  • 1,525
  • 3
  • 15
  • 29
0
votes
0 answers

Obligation not executed XACML Balana

I'm trying to run this simple PDP : I enter an XML as argument and print the response. The response is correct but i see no interpretation/execution of the obligation part. What am i doin wrong ? Main : package run; import…
Neil
  • 332
  • 2
  • 15
0
votes
0 answers

Which component of OpenAZ is executing "Obligations" in XACML

I'm using OpenAZ project to process an XACML policy. I need to know which component of OpenAZ is used to execute Obligations, How can I find it knowing that I have the source code. The documentation is not clear about this point (or I may have…
Neil
  • 332
  • 2
  • 15
0
votes
2 answers

Balana Request matching Error with new AttributeDesignator

I have two Policies stores. One is Simple Policy Store (SPS) and other is Administrative Policy Store (APS). Simple access request against access policies is working properly.. However, when I evaluate administrative request against following policy…
Amir Ali
  • 225
  • 1
  • 9
-2
votes
2 answers

How do I start working with Balana in Maven project

errorBalana error I'm working on eclipse Luna and I have added Maven to eclipse, and now I want to work with Balana to test some policies that I had written it. I have edited pom file and added this dependency:
1
2