[jboss-jira] [JBoss JIRA] (WFLY-1618) Access Control - User to Role Mapping

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Mon Aug 12 10:19:26 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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


More information about the jboss-jira mailing list