[seam-issues] [JBoss JIRA] Created: (SEAMSECURITY-96) Add a new event that gets fired when authorization process has been finished.

brvno brvnic (JIRA) jira-events at lists.jboss.org
Fri Sep 9 18:00:26 EDT 2011


Add a new event that gets fired when authorization process has been finished.
-----------------------------------------------------------------------------

                 Key: SEAMSECURITY-96
                 URL: https://issues.jboss.org/browse/SEAMSECURITY-96
             Project: Seam Security
          Issue Type: Enhancement
    Affects Versions: 3.0.0.Final
         Environment: tomcat 7
            Reporter: brvno brvnic


It is impossible to usefully observe the AuthorizationCheckEvent because 'passed' property gets set in one of the observers (namely AuthorizationObserver).
In some containers (tomcat 7 for instance) any observer of AuthorizationCheckEvent gets notified before AuthorizationObserver and therefore cannot use 'isPassed()' method. (Because it always returns false).

Please add one more event at the end of the authorization process which clients of the library can observe in a useful manner. That event could contain an information about which security bindings were checked, and the result of that check. Please make this event immutable.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list