0 Replies Latest reply on Oct 23, 2006 7:53 AM by hero79

    calling ejb from MBean security

    hero79

      Hi all,

      is there any way to reauthentificate user, because i need to run some methods from my ejb, which are protected by declarative security. So in order to call them, i need to make new LoginContext and to run lc.login() method, but cache in JaasSecurityManager is not updated, therefore, i`m getting Insufficient method permissions error from SecurityInterceptor in org.jboss.ejb.plugins.