[JBoss-user] [Security JAAS/JBoss] - Re: Is there a JBoss equivalent in jboss-web.xml of Weblogic

2005-03-15 Thread RichardBerger
I have been looking at this same question.  You may have already found:
http://www.jboss.org/index.html?module=bbop=viewtopicp=3827512#3827512 - but 
I added a comment posing a question about capability that appears to be added 
in WebLogic.

Did you resolve the problem you were having?  I would be very interested in 
hearing what you did.  I am coming to the conclusion that the capabilities 
offered by the two app servers are different, with the edge apparently going to 
WL here, but I will be the first to admit that I can get easily confused in 
this complexity.

Thanks!
RB

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870236#3870236

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870236


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Is there a JBoss equivalent in jboss-web.xml of Weblogic

2005-03-15 Thread [EMAIL PROTECTED]
The 4.0.2RC1 release has added support for assocating a principal with 
additional roles, but its up to the login module to perform the mapping from 
the security domain to the application domain. The static mapping supported at 
the jboss-web.xml level is only for run-as identity.


  | jboss-web
  | 
  |security-role
  |   role-nameExtraRole1/role-name
  |   
principal-nameUnsecureRunAsServletWithPrincipalNameAndRolesPrincipal/principal-name
  |/security-role
  |security-role
  |   role-nameExtraRole2/role-name
  |   
principal-nameUnsecureRunAsServletWithPrincipalNameAndRolesPrincipal/principal-name
  |/security-role
  | 
  |servlet
  | 
  | ...
  |servlet-nameUnsecureRunAsServletWithPrincipalName/servlet-name
  |   
run-as-principalUnsecureRunAsServletWithPrincipalNamePrincipal/run-as-principal
  |/servlet
  |servlet
  |   
servlet-nameUnsecureRunAsServletWithPrincipalNameAndRoles/servlet-name
  |   
run-as-principalUnsecureRunAsServletWithPrincipalNameAndRolesPrincipal/run-as-principal
  |/servlet
  | 
  | /jboss-web
  | 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870244#3870244

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870244


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user