Package org.kuali.rice.kim.impl.role
Interface RoleInternalService
- All Known Implementing Classes:
RoleInternalServiceImpl
public interface RoleInternalService
-
Method Summary
Modifier and TypeMethodDescriptionvoidgroupInactivated(String groupId) Notifies the role service that the group with the given id has been inactivated.voidprincipalInactivated(String principalId) Notifies all of a principal's roles and role types that the principal has been inactivated.voidroleInactivated(String roleId) Notifies the role service that the role with the given id has been inactivated.
-
Method Details
-
principalInactivated
Notifies all of a principal's roles and role types that the principal has been inactivated.- Throws:
IllegalArgumentException
-
roleInactivated
Notifies the role service that the role with the given id has been inactivated.- Throws:
IllegalArgumentException
-
groupInactivated
Notifies the role service that the group with the given id has been inactivated.- Throws:
IllegalArgumentException
-