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 void
MetadataElementServiceImpl. deleteMetadataElement(String id)
void
MetadataTypeServiceImpl. deleteMetadataType(String id)
String
MetadataElementServiceImpl. save(MetadataElement element)
String
MetadataTypeServiceImpl. 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 Response
OrganizationServiceImpl. deleteOrganization(String orgId)
void
OrganizationServiceImpl. deleteOrganization(String orgId, boolean skipPrePostProcessors)
Response
OrganizationServiceImpl. deleteOrganizationWithSkipPrePostProcessors(String orgId, boolean skipPrePostProcessors)
Organization
OrganizationServiceImpl. save(Organization organization)
Organization
OrganizationServiceImpl. 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 AttributeMap
ManagedSystemServiceImpl. addAttributeMap(AttributeMap attributeMap)
void
ResourceServiceImpl. addResourceGroup(String resourceId, String groupId, Set<String> rightIds, Date startDate, Date endDate)
void
ResourceServiceImpl. addResourceToRole(String resourceId, String roleId, Set<String> rightIds, Date startDate, Date endDate)
void
ManagedSystemServiceImpl. deleteAttributesMapList(List<String> ids)
void
PolicyServiceImpl. deletePolicy(String policyId)
void
ResourceServiceImpl. deleteResource(String resourceId)
void
ResourceServiceImpl. deleteResourceGroup(String resourceId, String groupId)
void
ResourceServiceImpl. deleteResourceRole(String resourceId, String roleId)
ResourceEntity
ResourceServiceImpl. findResourceById(String resourceId)
void
ManagedSystemServiceImpl. removeAttributeMap(String attributeMapId)
void
LanguageDataServiceImpl. removeLanguage(String id)
String
LanguageDataServiceImpl. save(Language language)
String
ManagedSystemServiceImpl. save(ManagedSysDto dto)
String
ManagedSystemServiceImpl. saveManagedSysObjectMatch(ManagedSystemObjectMatch dto)
String
PolicyServiceImpl. savePolicy(Policy policy)
String
ResourceServiceImpl. saveResource(Resource resource)
AttributeMap
ManagedSystemServiceImpl. 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 SynchConfigResponse
IdentitySynchServiceImpl. mergeConfig(SynchConfig synchConfig)
-