[jboss-dev-forums] [Design of Security on JBoss] - PolicyConfiguration commit and linkConfiguration API
anil.saldhana@jboss.com
do-not-reply at jboss.com
Wed Feb 20 16:55:38 EST 2008
Redoing the security deployers, I came across this thing which I had not given a lot of thought before.
* You can link a child PolicyConfiguration to a parent only if it is not committed (or inService).
* A commit on the parent policyConfiguration does not commit the children.
I looked at the API javadocs as well as in the spec. There is no cascaded commit.
So basically you have to link the child PC and then commit it. The ParentPC commit can happen irrespective of whether the linked PCs are committed (ie. inService or not).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130925#4130925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130925
More information about the jboss-dev-forums
mailing list