[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Doubt
Hi all,
I apologize for sending previous message without any response text in it. Pleas
find the response text in this message.
> >
> > >
> > > Also in the PolicyEvaluatorAdmin Interface, there is a method
> > >
> > > replace_policy (
> > > in PolicyName policy_name
> > > in ResourceName resource_name);
> > >
> > > shouldn't it be PolicyNameList instead of PolicyName since
> > > add_policy has the same arguments ??
> >
> > no because add_policy takes only one policy. I do not see a mistake here.
> >
>
> Does this mean that there could be only 1 policy/ ResourceName / Policy
> Evaluator ???
It does not. Probably we should better explain in the text what the intended
use of the interface.
When a new policy or a set of policies are specified for a resource name, first
replace_policy() is invoked. The operation is supposed to have the following
affect:
1. Any existing associations of the given resource name with any policy or
policies names are removed.
2. The given policy name is associated with the given resource name.
Then, if more than one policy name is to be associated with the resource,
add_policy() is invoked as many times as many new policies (besides the first
one) should be associated with this resource.
> ...
> However, this would require all the policies to be framed in either
> Conjunctive Normal Form or Disjunctive Normal Form.
The text does not mandate any semantics of relationships between various
policies associated with the same resource name in a given policy evaluator.
I hope the explanation was clear. If anybody from submitters or supporters fill
like adding comments to our discussion, they are always welcome to jump in.
Thanks for your questions.
Konstantin
-----------------------------------
Distributed Computing Architect
Baptist Health Systems of South Florida
voice: 305.596.1960 x6469
----------------
Broadcast message to hrac-rfp from Konstantin Beznosov <beznosov@baptisthealth.net>.
Go to http://cadse.cs.fiu.edu/omg/hrac-rfp to browse the mail list archive.
- References:
- Re: Doubt
- From: Srikanth Kotha <kotha@cse.Buffalo.EDU>