Package org.jboss.portal.identity.event

Examples of org.jboss.portal.identity.event.UserCreatedEvent


      super(IdentityContext.TYPE_USER_MODULE);
   }

   protected void fireUserCreatedEvent(Object userId, String userName) throws IdentityException
   {
      IdentityEvent event = new UserCreatedEvent(userId, userName);
      getIdentityEventBroadcaster().fireEvent(event);
   }
View Full Code Here

TOP

Related Classes of org.jboss.portal.identity.event.UserCreatedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.