Scott, I restored the DeploymentRolesLoginModule and its associated
dependency to the server module because various CTS tests depend on this login
module. The comment now reads: /** * The DeploymentRolesLoginModule adds the roles to the
subject that were declared in the * assembly-descriptor element in jboss.xml. * * <assembly-descriptor> * <security-role> * <role-name> * <principal-name> * </security-role> * </assembly-descriptor> * * This allows dynamic role assignment to a given principal
per EJB jar deployment. * Used by EJB jar deployments in the CTS. Cheers -thomas ---------------------------- Revision : 1.1.6.2 Date : 2006/1/14 6:38:48 Author : 'starksm' State : 'dead' Lines : +2 -2 Description : Remove the unsupported/documented DeploymentRolesLoginModule ---------------------------- Revision : 1.51.2.10 Date : 2006/1/14 6:50:56 Author : 'starksm' State : 'Exp' Lines : +1 -5 Description : JBAS-2359, refactor security classes out of the server module to
security module |
- [JBoss-dev] Restore DeploymentRolesLoginModule Thomas Diesler
- Re: [JBoss-dev] Restore DeploymentRolesLoginModule Adrian Brock