I don't remember what needs to be done to extend the accepted elements for a new bean
metadatafactory like this application-policy element:
| <deployment xmlns="urn:jboss:bean-deployer:2.0">
|
| <!-- profileservice secureview application-policy definition -->
| <application-policy xmlns="urn:jboss:security-beans:1.0"
name="profileservice">
| <authentication>
| <login-module
code="org.jboss.security.auth.spi.UsersRolesLoginModule"
flag="required">
| <module-option
name="unauthenticatedIdentity">nouser</module-option>
| <module-option
name="usersProperties">profileservice-users.properties</module-option>
| <module-option
name="rolesProperties">profileservice-roles.properties</module-option>
| </login-module>
| </authentication>
| </application-policy>
|
Where does the mapping from urn:jboss:security-beans:1.0 to the associated
BeanMetaDataFactory implementation happen?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215872#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...