[jboss-jira] [JBoss JIRA] (WFLY-1618) Access Control - User to Role Mapping
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Tue Jul 16 09:01:28 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated WFLY-1618:
-----------------------------------
Description:
XML Structure: -
{code}
<access-control>
<role-mapping use-realm-roles="true/false">
<role name="role_name">
<includes>
<user realm="realm_name" id="user_name" /> <!-- Realm is optional, most useful for servers where different realms are used for different interfaces. -->
<group realm="realm_name" id="user_name" />
</includes>
<excludes>
<user realm="realm_name" id="user_name" />
<group realm="realm_name" id="user_name" />
</excludes>
</role>
</role-mapping>
</access-control>
{code}
was:
XML Structure: -
{code}
<access-control>
<role-mapping>
<role name="role_name">
<includes>
<user realm="realm_name" id="user_name" /> <!-- Realm is optional, most useful for servers where different realms are used for different interfaces. -->
<group realm="realm_name" id="user_name" />
</includes>
<excludes>
<user realm="realm_name" id="user_name" />
<group realm="realm_name" id="user_name" />
</excludes>
</role>
</role-mapping>
</access-control>
{code}
> 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.Beta1
>
>
> XML Structure: -
> {code}
> <access-control>
> <role-mapping use-realm-roles="true/false">
> <role name="role_name">
> <includes>
> <user realm="realm_name" id="user_name" /> <!-- Realm is optional, most useful for servers where different realms are used for different interfaces. -->
> <group realm="realm_name" id="user_name" />
> </includes>
> <excludes>
> <user realm="realm_name" id="user_name" />
> <group realm="realm_name" id="user_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
More information about the jboss-jira
mailing list