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)

Method Summary
 String getDescription()
          Verbose description of the Responsibility and functionally what permissions it implies.
 String getName()
           
 String getNamespaceCode()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 
Methods inherited from interface org.kuali.rice.kim.bo.role.ResponsibilityDetails
getDetails, getResponsibilityId, hasDetails
 

Method Detail

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.