[
https://jira.jboss.org/jira/browse/JBSEAM-3717?page=com.atlassian.jira.pl...
]
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