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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980003#3980003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980003 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
