org.kuali.rice.kim.bo.role
Interface KimResponsibility
- All Superinterfaces:
- Inactivateable, ResponsibilityDetails
- All Known Implementing Classes:
- KimResponsibilityImpl, KimResponsibilityInfo, ResponsibilityImpl
public interface KimResponsibility
- extends Inactivateable, ResponsibilityDetails
Represents a single permissions within the system.
Responsibilitys are attached to roles. All authorization checks should be done against permissions,
never against roles or groups.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
getNamespaceCode
String getNamespaceCode()
getName
String getName()
getDescription
String getDescription()
- Verbose description of the Responsibility and functionally what permissions it implies.
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.