Uses of Class
org.openiam.idm.srvc.entitlements.CountXrefDBWrapper
-
Packages that use CountXrefDBWrapper Package Description org.openiam.common.beans.cache org.openiam.config org.openiam.esb.repository -
-
Uses of CountXrefDBWrapper in org.openiam.common.beans.cache
Methods in org.openiam.common.beans.cache that return CountXrefDBWrapper Modifier and Type Method Description CountXrefDBWrapper
UserCountForGroupsCache. get(String id)
CountXrefDBWrapper
UserCountForRolesCache. get(String id)
-
Uses of CountXrefDBWrapper in org.openiam.config
Methods in org.openiam.config that return types with arguments of type CountXrefDBWrapper Modifier and Type Method Description org.springframework.data.redis.core.RedisTemplate<String,CountXrefDBWrapper>
AbstractRedisConfiguration. userCountForGroupsRedisTemplate(org.springframework.data.redis.connection.jedis.JedisConnectionFactory factory)
org.springframework.data.redis.core.RedisTemplate<String,CountXrefDBWrapper>
AbstractRedisConfiguration. userCountForRolesRedisTemplate(org.springframework.data.redis.connection.jedis.JedisConnectionFactory factory)
-
Uses of CountXrefDBWrapper in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type CountXrefDBWrapper Modifier and Type Method Description List<CountXrefDBWrapper>
GroupRepository. numberOfUsersForAllGroups()
List<CountXrefDBWrapper>
RoleRepository. numberOfUsersForAllRoles()
List<CountXrefDBWrapper>
GroupRepository. numberOfUsersForGroups(Collection<String> groupIds)
List<CountXrefDBWrapper>
RoleRepository. numberOfUsersForRoles(Collection<String> roleIds)
-