[jboss-dev-forums] [JBoss AS 7 Development] - Access control notes
Brian Stansberry
do-not-reply at jboss.com
Tue Apr 16 22:05:47 EDT 2013
Brian Stansberry [https://community.jboss.org/people/brian.stansberry] commented on the document
"Access control notes"
To view all comments on this document, visit: https://community.jboss.org/docs/DOC-48596#comment-11904
--------------------------------------------------
One bit of feedback for a permission scheme that we've seen that goes beyond those listed above is a desire to restrict based on server groups. A rough thought on a simple expansion of the basic roles we create is to allow creation of a custom role that's based on one of our standard ones but is limited to a particular server group(s).
<custom-role base-role="operator">
<server-group name="groupA"/>
<server-group name="groupB"/>
</custom-role>
--------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130416/27573e53/attachment-0001.html
More information about the jboss-dev-forums
mailing list