2 Replies Latest reply on Apr 28, 2012 2:02 PM by juergen.zimmermann

    @RolesAllowed

    juergen.zimmermann

      Are there any plans to support @RolesAllowed for CDI-managed Beans -- either in the CDI standard or in the Weld product?

        • 1. Re: @RolesAllowed
          alesj

          Support in in what way?

          Weld is biz logic agnostic, pure CDI impl.

          Imo, what you're looking for is DeltaSpike.

          • 2. Re: @RolesAllowed
            juergen.zimmermann

            IMHO, when I'm using @RolesAllowed (JSR 250) for a managed bean having annotations due to CDI 1.0, then @RolesAllowed isn't applied to check authorization. However, using @RolesAllowed for a session bean (EJB 3.x), then authorization is checked. Therefore, my question is whether @RolesAllowed will be considered in CDI 1.1 (or Weld 2.x).

            I guess DeltaSpike will provide a security mechanism similiar to Seam Security.