You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Arne Limburg (JIRA)" <ji...@apache.org> on 2012/12/19 22:01:12 UTC

[jira] [Created] (DELTASPIKE-304) @PreAuthorize and @PostAuthorize support

Arne Limburg created DELTASPIKE-304:
---------------------------------------

             Summary: @PreAuthorize and @PostAuthorize support
                 Key: DELTASPIKE-304
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-304
             Project: DeltaSpike
          Issue Type: New Feature
          Components: Security-Module
    Affects Versions: 0.3-incubating
            Reporter: Arne Limburg
            Assignee: Arne Limburg


The idea of this feature is to allow users to specifiy security rules via el:

@PreAuthorize("thing.hasMember(principal)")
public void myBusinessMethod(Thing thing) {
    ...
}

--
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