[jboss-user] [Security & JAAS/JBoss] - Re: Programmatic Authentication in JBoss?

anil.saldhana@jboss.com do-not-reply at jboss.com
Wed Mar 14 12:27:27 EDT 2007


This feature will be available in 4.2.0.GA

I was thinking about ways to adequately test this.  For now, after the web authentication in a servlet, I check for two things:
request.getUserPrincipal != null 
and
request.isUserInRole(role) == true

Any thoughts on how this can be tested further? (No JSF, struts etc ideas please).

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

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



More information about the jboss-user mailing list