Examples of RoleCreatedEvent


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

      super(IdentityContext.TYPE_ROLE_MODULE);
   }

   protected void fireRoleCreatedEvent(Object roleId, String roleName) throws IdentityException
   {
      RoleCreatedEvent event = new RoleCreatedEvent(roleId, roleName);
      getIdentityEventBroadcaster().fireEvent(event);

   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.