public final class KimCacheUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static boolean isDynamicRoleMembership(List<String> roleIds)
roleIds - list of role id valuespublic static boolean isDynamicMembshipRoleByNamespaceAndName(String namespaceCode, String roleName)
namespaceCode - namespaceCode of roleroleName - name of rolepublic static boolean isResponsibilityIdAssignedToDynamicRole(String responsibilityId)
responsibilityId - id of responsibilitypublic static boolean isResponsibilityAssignedToDynamicRole(String namespaceCode, String responsibilityName)
namespaceCode - namespaceCode of responsibilityresponsibilityName - name of responsibilitypublic static boolean isResponsibilityTemplateAssignedToDynamicRole(String namespaceCode, String responsibilityTemplateName)
namespaceCode - namespaceCode of permissionresponsibilityTemplateName - name of responsibility templateCopyright © 2005–2015 The Kuali Foundation. All rights reserved.