You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (Created) (JIRA)" <de...@myfaces.apache.org> on 2012/02/02 14:51:53 UTC

[jira] [Created] (EXTCDI-261) @Secured on stereotypes

@Secured on stereotypes
-----------------------

                 Key: EXTCDI-261
                 URL: https://issues.apache.org/jira/browse/EXTCDI-261
             Project: MyFaces CODI
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.0.3
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek


it should be possible to use @Secured for cdi stereotypes

e.g.:


//...
@Stereotype
@Secured(MyAccessDecisionVoter.class)
public @interface SecuredBean
{
}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (EXTCDI-261) @Secured on stereotypes

Posted by "Gerhard Petracek (Resolved) (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTCDI-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved EXTCDI-261.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.4
    
> @Secured on stereotypes
> -----------------------
>
>                 Key: EXTCDI-261
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-261
>             Project: MyFaces CODI
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0.3
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 1.0.4
>
>
> it should be possible to use @Secured for cdi stereotypes
> e.g.:
> //...
> @Stereotype
> @Secured(MyAccessDecisionVoter.class)
> public @interface SecuredBean
> {
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira