public interface RoleInternalService
| Modifier and Type | Method and Description | 
|---|---|
| void | groupInactivated(String groupId)Notifies the role service that the group with the given id has been inactivated. | 
| void | principalInactivated(String principalId)Notifies all of a principal's roles and role types that the principal has been inactivated. | 
| void | roleInactivated(String roleId)Notifies the role service that the role with the given id has been inactivated. | 
void principalInactivated(String principalId) throws IllegalArgumentException
IllegalArgumentExceptionvoid roleInactivated(String roleId) throws IllegalArgumentException
IllegalArgumentExceptionvoid groupInactivated(String groupId) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.