[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3717) Use Identity Management in seam-gen

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Mon Mar 2 20:22:22 EST 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12455076#action_12455076 ] 

Shane Bryzak commented on JBSEAM-3717:
--------------------------------------

You no longer need to copy any action components, as they are part of the core security api now.  You can find them in the org.jboss.seam.security.management.action package.  Also, the security rules can be condensed to a single rule:

rule ManageAccount
  no-loop
  activation-group "permissions"
when
  check: PermissionCheck(name == "seam.account", granted == false)
  Role(name == "admin")
then
  check.grant();
end


> Use Identity Management in seam-gen
> -----------------------------------
>
>                 Key: JBSEAM-3717
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3717
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Security
>            Reporter: Pete Muir
>            Assignee: Dan Allen
>            Priority: Critical
>             Fix For: 2.1.2.CR1
>
>
> Demonstrate the use of identity management in a seam-gen application.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list