Uses of Class
org.kuali.rice.core.util.MaxAgeSoftReference

Packages that use MaxAgeSoftReference
org.kuali.rice.kim.impl.permission   
org.kuali.rice.kim.impl.responsibility   
org.kuali.rice.kim.lookup   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kns.service.impl Core service implementations. 
 

Uses of MaxAgeSoftReference in org.kuali.rice.kim.impl.permission
 

Fields in org.kuali.rice.kim.impl.permission with type parameters of type MaxAgeSoftReference
private  Map<List<KimPermissionInfo>,MaxAgeSoftReference<List<String>>> PermissionServiceBase.permissionToRoleCache
           
 

Uses of MaxAgeSoftReference in org.kuali.rice.kim.impl.responsibility
 

Fields in org.kuali.rice.kim.impl.responsibility with type parameters of type MaxAgeSoftReference
private static Map<Map<String,String>,MaxAgeSoftReference<List<org.kuali.rice.kim.impl.responsibility.UberResponsibilityBo>>> ResponsibilityLookupableHelperServiceImpl.respResultCache
           
 

Uses of MaxAgeSoftReference in org.kuali.rice.kim.lookup
 

Fields in org.kuali.rice.kim.lookup with type parameters of type MaxAgeSoftReference
private static HashMap<Map<String,String>,MaxAgeSoftReference<List<PermissionImpl>>> PermissionLookupableHelperServiceImpl.permResultCache
           
 

Uses of MaxAgeSoftReference in org.kuali.rice.kim.service.impl
 

Fields in org.kuali.rice.kim.service.impl with type parameters of type MaxAgeSoftReference
protected  Map<String,MaxAgeSoftReference<KimEntity>> IdentityManagementServiceImpl.entityCache
           
protected  Map<String,MaxAgeSoftReference<KimEntityDefaultInfo>> IdentityManagementServiceImpl.entityDefaultInfoCache
           
protected  Map<String,MaxAgeSoftReference<KimEntityInfo>> IdentityManagementServiceImpl.entityInfoCache
           
protected  Map<String,MaxAgeSoftReference<Group>> IdentityManagementServiceImpl.groupByIdCache
           
protected  Map<String,MaxAgeSoftReference<Group>> IdentityManagementServiceImpl.groupByNameCache
           
protected  Map<String,MaxAgeSoftReference<List<String>>> IdentityManagementServiceImpl.groupIdsForPrincipalCache
           
protected  Map<String,MaxAgeSoftReference<List<String>>> IdentityManagementServiceImpl.groupMemberPrincipalIdsCache
           
protected  Map<String,MaxAgeSoftReference<List<? extends Group>>> IdentityManagementServiceImpl.groupsForPrincipalCache
           
protected  Map<String,MaxAgeSoftReference<Boolean>> IdentityManagementServiceImpl.hasPermissionByTemplateCache
           
protected  Map<String,MaxAgeSoftReference<Boolean>> IdentityManagementServiceImpl.hasPermissionCache
           
protected  Map<String,MaxAgeSoftReference<Boolean>> IdentityManagementServiceImpl.isAuthorizedByTemplateNameCache
           
protected  Map<String,MaxAgeSoftReference<Boolean>> IdentityManagementServiceImpl.isAuthorizedCache
           
protected  Map<String,MaxAgeSoftReference<Boolean>> IdentityManagementServiceImpl.isGroupMemberOfGroupCache
           
protected  Map<String,MaxAgeSoftReference<Boolean>> IdentityManagementServiceImpl.isMemberOfGroupCache
           
protected  Map<String,MaxAgeSoftReference<Boolean>> IdentityManagementServiceImpl.isPermissionDefinedForTemplateNameCache
           
protected  Map<String,MaxAgeSoftReference<Collection<String>>> RoleManagementServiceImpl.memberPrincipalIdsCache
           
private  Map<List<KimPermissionInfo>,MaxAgeSoftReference<List<String>>> PermissionServiceBase.permissionToRoleCache
           
protected  Map<String,MaxAgeSoftReference<Person>> PersonServiceImpl.personCache
           
protected  Map<String,MaxAgeSoftReference<Principal>> IdentityManagementServiceImpl.principalByIdCache
           
protected  Map<String,MaxAgeSoftReference<Principal>> IdentityManagementServiceImpl.principalByNameCache
           
protected  Map<String,MaxAgeSoftReference<Boolean>> RoleManagementServiceImpl.principalHasRoleCache
           
protected  Map<String,MaxAgeSoftReference<KimRoleInfo>> RoleManagementServiceImpl.roleByIdCache
           
protected  Map<String,MaxAgeSoftReference<KimRoleInfo>> RoleManagementServiceImpl.roleByNameCache
           
protected  Map<String,MaxAgeSoftReference<List<RoleMembershipInfo>>> RoleManagementServiceImpl.roleMembersWithDelegationCache
           
protected  Map<String,MaxAgeSoftReference<List<AttributeSet>>> RoleManagementServiceImpl.roleQualifiersForPrincipalCache
           
 

Uses of MaxAgeSoftReference in org.kuali.rice.kns.service.impl
 

Fields in org.kuali.rice.kns.service.impl with type parameters of type MaxAgeSoftReference
protected  HashMap<String,MaxAgeSoftReference<String>> RiceApplicationConfigurationMediationServiceImpl.configurationParameterCache
           
protected  HashMap<String,MaxAgeSoftReference<List<Component>>> RiceApplicationConfigurationMediationServiceImpl.nonDatabaseComponentsCache
           
protected  HashMap<String,MaxAgeSoftReference<RiceApplicationConfigurationService>> RiceApplicationConfigurationMediationServiceImpl.responsibleServiceByPackageClass
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.