Package org.jboss.portal.identity.event

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


   }

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

   }
View Full Code Here

TOP

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

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.