[
https://issues.jboss.org/browse/WFLY-1618?page=com.atlassian.jira.plugin....
]
Darran Lofthouse resolved WFLY-1618.
------------------------------------
Resolution: Done
Access Control - User to Role Mapping
-------------------------------------
Key: WFLY-1618
URL:
https://issues.jboss.org/browse/WFLY-1618
Project: WildFly
Issue Type: Task
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 8.0.0.Alpha4
XML Structure: -
{code}
<access-control>
<role-mapping use-realm-roles="true/false">
<role name="role_name">
<includes>
<user realm="realm_name" name="user_name" /> <!--
Realm is optional, most useful for servers where different realms are used for different
interfaces. -->
<group realm="realm_name" name="group_name" />
</includes>
<excludes>
<user realm="realm_name" name="user_name" />
<group realm="realm_name" name="group_name" />
</excludes>
</role>
</role-mapping>
</access-control>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira