Re: [JBoss-user] code for "is user authenticated" in JBoss?

2003-03-04 Thread Ken Yee
Found JBossSecurityMgrRealm in the contrib module: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/contrib/tomcat41/src/main/org/jboss/web/catalina/security/ ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! -

Re: [JBoss-user] code for "is user authenticated" in JBoss?

2003-03-04 Thread Ken Yee
rative security for servlets/JSPs/EJBs. :-P Sorry for being long winded. Any suggestions on the proper approach or whether (2) is viable? thanks, ken Original msg from HTML/MIME garbled digest: Message: 3 From: "Scott M Stark" To: Subject: Re: [JBoss-user] code for "

Re: [JBoss-user] code for "is user authenticated" in JBoss?

2003-03-04 Thread Ken Yee
Thanks, Chris. Points me in a new direction. I was rummaging through the SecurityInterceptor portion of the JBoss source tree :-P The Tomcat 4.1 stuff seems to be yanked out of the tree according the comments I found where I expected to see it browsing the JBoss src tree on SourceForge: "Drop t

Re: [JBoss-user] code for "is user authenticated" in JBoss?

2003-03-04 Thread Scott M Stark
lt;[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 6:17 AM Subject: [JBoss-user] code for "is user authenticated" in JBoss? > > I'm still trying to figure out how to do autologin into JBoss > declarative security using a persistent cookie :-) > > Would anyone h

Re: [JBoss-user] code for "is user authenticated" in JBoss?

2003-03-04 Thread Chris Bonham
It depends on what web container you're using: Tomcat 4.0/Catalina: catalina/src/main/org/jboss/web/catalina/security/JBossSecurityMgrRealm.java Tomcat 4.1: tomcat41/src/main/org/jboss/web/catalina/security/JBossSecurityMgrRealm.java Jetty: jetty/src/main/org/jboss/jetty/security/JBossUserRealm.

[JBoss-user] code for "is user authenticated" in JBoss?

2003-03-04 Thread Ken Yee
I'm still trying to figure out how to do autologin into JBoss declarative security using a persistent cookie :-) Would anyone happen to know where the source code for the decision of whether or not a user is logged in is? I'm looking for the code point just before it puts up the username/passwor