[jboss-user] [Security & JAAS/JBoss] - Re: Custom security module configuration 4.0.3 to 5.0.1 migr

2009-06-22 Thread khohl
I anxiously await the additional details. I'm unable to proceed with upgrading until then. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239203#4239203 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239203 __

[jboss-user] [Security & JAAS/JBoss] - Re: Custom security module configuration 4.0.3 to 5.0.1 migr

2009-06-14 Thread anil.saldh...@jboss.com
Since AS5 was a major upgrade, we enhanced the security layer. The Profile Service is looking for an implementation of the ISecurityManagement interface. Your security implementation needs to implement ISecurityManagement. More details to follow. View the original post : http://www.jboss.org

[jboss-user] [Security & JAAS/JBoss] - Re: Custom security module configuration 4.0.3 to 5.0.1 migr

2009-06-11 Thread khohl
It interfaces to a legacy system and enforces a couple policies, one of which is standard to EJBs, and one of which is not. We require that a "login" EJB in our application be called before any others for a given user. This EJB does many things in the legacy system. SecurityRealm enforces thi

[jboss-user] [Security & JAAS/JBoss] - Re: Custom security module configuration 4.0.3 to 5.0.1 migr

2009-06-11 Thread anil.saldh...@jboss.com
Start by telling us what com.apropos.api.jboss.SecurityRealm does. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237081#4237081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237081

[jboss-user] [Security & JAAS/JBoss] - Re: Custom security module configuration 4.0.3 to 5.0.1 migr

2009-06-11 Thread anil.saldh...@jboss.com
Try the following and tell whether it works: deploy/security/security-jboss-beans.xml Make changes to JNDIBasedSecurityManagement as follows: | | |com.apropos. | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236963#42