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 voidOrganizationServiceImpl. addChildOrganization(String organizationId, String childOrganizationId, Set<String> rightIds, Date startDate, Date endDate)voidOrganizationServiceImpl. 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 voidResourceServiceImpl. addChildResource(String parentResourceId, String childResourceId, Set<String> rightIds, Date startDate, Date endDate)voidResourceServiceImpl. deleteChildResource(String resourceId, String childResourceId)
-