|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kim.api.cache.KimCacheUtils
public final class KimCacheUtils
Method Summary | |
---|---|
static boolean |
isDynamicMembshipRoleByNamespaceAndName(String namespaceCode,
String roleName)
Used for a caching condition to determine if a role passed to a method is derived or not. |
static boolean |
isDynamicRoleMembership(List<String> roleIds)
Used for a caching condition to determine if a role passed to a method is derived or not. |
static boolean |
isResponsibilityAssignedToDynamicRole(String namespaceCode,
String responsibilityName)
Used for a caching condition to determine if a responsibility is assigned to a derived role. |
static boolean |
isResponsibilityIdAssignedToDynamicRole(String responsibilityId)
Used for a caching condition to determine if a responsibility is assigned to a derived role. |
static boolean |
isResponsibilityTemplateAssignedToDynamicRole(String namespaceCode,
String responsibilityTemplateName)
Used for a caching condition to determine if a responsibility template is assigned to a derived role. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isDynamicRoleMembership(List<String> roleIds)
roleIds
- list of role id values
public static boolean isDynamicMembshipRoleByNamespaceAndName(String namespaceCode, String roleName)
namespaceCode
- namespaceCode of roleroleName
- name of role
public static boolean isResponsibilityIdAssignedToDynamicRole(String responsibilityId)
responsibilityId
- id of responsibility
public static boolean isResponsibilityAssignedToDynamicRole(String namespaceCode, String responsibilityName)
namespaceCode
- namespaceCode of responsibilityresponsibilityName
- name of responsibility
public static boolean isResponsibilityTemplateAssignedToDynamicRole(String namespaceCode, String responsibilityTemplateName)
namespaceCode
- namespaceCode of permissionresponsibilityTemplateName
- name of responsibility template
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |