Examples of RoleDestroyedEvent


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
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.