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
IllegalArgumentException
void roleInactivated(String roleId) throws IllegalArgumentException
IllegalArgumentException
void groupInactivated(String groupId) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.