[jboss-user] [Security & JAAS/JBoss] - Re: Flushing the credential cache ==> InstanceNotFoundExcept

anil.saldhana@jboss.com do-not-reply at jboss.com
Tue Feb 5 10:53:25 EST 2008


1) Try to invalidate the session when the user changes the password. (Why does it matter that the cache is still with the old password? The new password will anyway kick in on next login).

or

2) Get MBeanServerConnection as:
MBeanServerConnection server= (MBeanServerConnection)new InitialContext().lookup("jmx/rmi/RMIAdaptor");
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126594#4126594

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126594



More information about the jboss-user mailing list