[jboss-user] [JBoss Portal] - Extend core-identity code - correct approach?

tulip do-not-reply at jboss.com
Fri Jun 6 14:38:04 EDT 2008


Hi,

We have a requirement to create users in a third part tool that we are integrating with. The user needs to be created as soon as a new JBoss portal user is created and is assigned a certain role. In order to do this, I am extending the core-identity class  org.jboss.portal.core.identity.ui.actions.CreateUserAction.register(). I am calling my custom class that creates a user in the third party tool just after  the registrationService.registerUser statement.

Just wanted to make sure if this is the correct approach and if it is ok to extend CreateUserAction in the above way? Please advise.  

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

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



More information about the jboss-user mailing list