Re: [JBoss-user] help clearing a single user from authentication cache

2003-02-03 Thread David Ward
lt;[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 7:32 AM Subject: Re: [JBoss-user] help clearing a single user from authentication cache I just upgraded from jboss-3.0.4_tomcat-4.1.12 to jboss-3.0.6_tomcat-4.1.18. I noticed a LOT more methods in the JaasSecurityManagerService. The met

Re: [JBoss-user] help clearing a single user from authentication cache

2003-02-03 Thread Scott M Stark
;[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 7:32 AM Subject: Re: [JBoss-user] help clearing a single user from authentication cache I just upgraded from jboss-3.0.4_tomcat-4.1.12 to jboss-3.0.6_tomcat-4.1.18. I noticed a LOT more methods in the JaasSecurityManagerService. The met

Re: [JBoss-user] help clearing a single user from authentication cache

2003-01-30 Thread David Ward
mbersome to look it up in the Javadocs. Thanks, Bernhard -Ursprüngliche Nachricht- Von: David Ward [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Januar 2003 21:12 An: [EMAIL PROTECTED] Betreff: [JBoss-user] help clearing a single user from authentication cache Using JDK 1.4.1_01

Re: [JBoss-user] help clearing a single user from authentication cache

2003-01-29 Thread Meyer-Willner, Bernhard
rsome to look it up in the Javadocs. > > Thanks, > Bernhard > > > -Ursprüngliche Nachricht- > Von: David Ward [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 28. Januar 2003 21:12 > An: [EMAIL PROTECTED] > Betreff: [JBoss-user] help clearing a single user from

Re: [JBoss-user] help clearing a single user from authentication cache

2003-01-29 Thread David Ward
iche Nachricht- Von: David Ward [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Januar 2003 21:12 An: [EMAIL PROTECTED] Betreff: [JBoss-user] help clearing a single user from authentication cache Using JDK 1.4.1_01, jboss-3.0.4_tomca-tomcat-4.1.2 on Linux. I'm trying to clear from the

Re: [JBoss-user] help clearing a single user from authentication cache

2003-01-29 Thread Meyer-Willner, Bernhard
An: [EMAIL PROTECTED] Betreff: [JBoss-user] help clearing a single user from authentication cache Using JDK 1.4.1_01, jboss-3.0.4_tomca-tomcat-4.1.2 on Linux. I'm trying to clear from the authentication cache JUST a single user. Invoking flushAuthenticationCache(String) on the mbean works f

[JBoss-user] help clearing a single user from authentication cache

2003-01-28 Thread David Ward
Using JDK 1.4.1_01, jboss-3.0.4_tomca-tomcat-4.1.2 on Linux. I'm trying to clear from the authentication cache JUST a single user. Invoking flushAuthenticationCache(String) on the mbean works fine, but it flushes *all* users' security infos. I want to call the CachePolicy's remove(Principal) me