Uses of Class
org.openiam.cache.CacheKeyEvictions
-
Packages that use CacheKeyEvictions Package Description org.openiam.esb.core.org.service.impl org.openiam.esb.core.service.impl -
-
Uses of CacheKeyEvictions in org.openiam.esb.core.org.service.impl
Methods in org.openiam.esb.core.org.service.impl with annotations of type CacheKeyEvictions Modifier and Type Method Description void
OrganizationServiceImpl. addChildOrganization(String organizationId, String childOrganizationId, Set<String> rightIds, Date startDate, Date endDate)
void
OrganizationServiceImpl. removeChildOrganization(String organizationId, String childOrganizationId)
-
Uses of CacheKeyEvictions in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with annotations of type CacheKeyEvictions Modifier and Type Method Description void
ResourceServiceImpl. addChildResource(String parentResourceId, String childResourceId, Set<String> rightIds, Date startDate, Date endDate)
void
ResourceServiceImpl. deleteChildResource(String resourceId, String childResourceId)
-