Uses of Class
org.openiam.cache.CacheKeyEviction
-
Packages that use CacheKeyEviction Package Description org.openiam.cache org.openiam.esb.core.meta.service.impl org.openiam.esb.core.org.service.impl org.openiam.esb.core.service.impl org.openiam.esb.sync.service -
-
Uses of CacheKeyEviction in org.openiam.cache
Methods in org.openiam.cache that return CacheKeyEviction Modifier and Type Method Description CacheKeyEviction[]value() -
Uses of CacheKeyEviction in org.openiam.esb.core.meta.service.impl
Methods in org.openiam.esb.core.meta.service.impl with annotations of type CacheKeyEviction Modifier and Type Method Description voidMetadataElementServiceImpl. deleteMetadataElement(String id)voidMetadataTypeServiceImpl. deleteMetadataType(String id)StringMetadataElementServiceImpl. save(MetadataElement element)StringMetadataTypeServiceImpl. save(MetadataType dto) -
Uses of CacheKeyEviction in org.openiam.esb.core.org.service.impl
Methods in org.openiam.esb.core.org.service.impl with annotations of type CacheKeyEviction Modifier and Type Method Description ResponseOrganizationServiceImpl. deleteOrganization(String orgId)voidOrganizationServiceImpl. deleteOrganization(String orgId, boolean skipPrePostProcessors)ResponseOrganizationServiceImpl. deleteOrganizationWithSkipPrePostProcessors(String orgId, boolean skipPrePostProcessors)OrganizationOrganizationServiceImpl. save(Organization organization)OrganizationOrganizationServiceImpl. save(Organization organization, boolean skipPrePostProcessors) -
Uses of CacheKeyEviction in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with annotations of type CacheKeyEviction Modifier and Type Method Description AttributeMapManagedSystemServiceImpl. addAttributeMap(AttributeMap attributeMap)voidResourceServiceImpl. addResourceGroup(String resourceId, String groupId, Set<String> rightIds, Date startDate, Date endDate)voidResourceServiceImpl. addResourceToRole(String resourceId, String roleId, Set<String> rightIds, Date startDate, Date endDate)voidManagedSystemServiceImpl. deleteAttributesMapList(List<String> ids)voidPolicyServiceImpl. deletePolicy(String policyId)voidResourceServiceImpl. deleteResource(String resourceId)voidResourceServiceImpl. deleteResourceGroup(String resourceId, String groupId)voidResourceServiceImpl. deleteResourceRole(String resourceId, String roleId)ResourceEntityResourceServiceImpl. findResourceById(String resourceId)voidManagedSystemServiceImpl. removeAttributeMap(String attributeMapId)voidLanguageDataServiceImpl. removeLanguage(String id)StringLanguageDataServiceImpl. save(Language language)StringManagedSystemServiceImpl. save(ManagedSysDto dto)StringManagedSystemServiceImpl. saveManagedSysObjectMatch(ManagedSystemObjectMatch dto)StringPolicyServiceImpl. savePolicy(Policy policy)StringResourceServiceImpl. saveResource(Resource resource)AttributeMapManagedSystemServiceImpl. updateAttributeMap(AttributeMap attributeMap) -
Uses of CacheKeyEviction in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service with annotations of type CacheKeyEviction Modifier and Type Method Description SynchConfigResponseIdentitySynchServiceImpl. mergeConfig(SynchConfig synchConfig)
-