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

Reply via email to