You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Kalle Korhonen (JIRA)" <ji...@apache.org> on 2010/02/02 14:32:19 UTC

[jira] Resolved: (SHIRO-129) Aspecjt integration for annotation base authorization

     [ https://issues.apache.org/jira/browse/SHIRO-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kalle Korhonen resolved SHIRO-129.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

Mavenized and committed as a new support module and a new sample (which might still undergo some refactoring but will be handled as a separate issue). Thanks for the contribution!

> Aspecjt integration for annotation base authorization
> -----------------------------------------------------
>
>                 Key: SHIRO-129
>                 URL: https://issues.apache.org/jira/browse/SHIRO-129
>             Project: Shiro
>          Issue Type: New Feature
>            Reporter: Jean-Cédric Desrochers
>            Assignee: Kalle Korhonen
>             Fix For: 1.0
>
>         Attachments: shiro example bank service.zip, shiro-aspectj integration.zip
>
>          Time Spent: 2h
>  Remaining Estimate: 1h
>
> Here's the code I'm donating to the Shiro project to use aspectj as the aop kit to perform authorization of method invocation based on the defined Shiro's annotation.
> The zip files contains the following:
>  - java/src: source files to adapt an aspectj joint point to a shiro method invocation
>  - java/test: unit test classes
> - conf: configuration file for the test cases
> To compile and run properly, the code requires the following:
>  - junit jar
>  - shiro jar
>  - aspectj jars (I used AJDT within eclipse, so everything was integrated)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.