0 Replies Latest reply on Nov 19, 2010 2:04 PM by skidvd

    EJB3 Timer needs to establish Security Context

    skidvd

      I understand that EJB3 Timers are run with the anonymous Security Context.  In my case, the @Timeout method will need to access resources that require an authenticated/authorized Security Context (in my case via the BaseCertLoginModule).  How can I declaratively (or worst case programmatically) establish a Security Context for these purposes inside the @Timeout method implementation?