org.kuali.rice.kim.impl.role
Interface RoleInternalService

All Known Implementing Classes:
RoleInternalServiceImpl

public interface RoleInternalService


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

Method Detail

principalInactivated

void principalInactivated(String principalId)
                          throws IllegalArgumentException
Notifies all of a principal's roles and role types that the principal has been inactivated.

Throws:
IllegalArgumentException

roleInactivated

void roleInactivated(String roleId)
                     throws IllegalArgumentException
Notifies the role service that the role with the given id has been inactivated.

Throws:
IllegalArgumentException

groupInactivated

void groupInactivated(String groupId)
                      throws IllegalArgumentException
Notifies the role service that the group with the given id has been inactivated.

Throws:
IllegalArgumentException


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.