Package org.openiam.authmanager.cache
Class EdgeIdCache
- java.lang.Object
-
- org.openiam.cache.AbstractRedisCacheProvider
-
- org.openiam.common.beans.cache.AbstractBackendRedisCache
-
- org.openiam.authmanager.cache.EdgeIdCache
-
- All Implemented Interfaces:
Sweepable
@Component public class EdgeIdCache extends AbstractBackendRedisCache implements Sweepable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openiam.cache.AbstractRedisCacheProvider
AbstractRedisCacheProvider.CacheType, AbstractRedisCacheProvider.Context
-
-
Field Summary
-
Fields inherited from class org.openiam.cache.AbstractRedisCacheProvider
log
-
-
Constructor Summary
Constructors Constructor Description EdgeIdCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractRedisCacheProvider.CacheTypegetCacheType()StringgetRightId(String edgeId)voidrefreshTemporaryCacheEntry(String edgeId, String rightId)voidsweep()Placeholder for Spring to call via Quartz.-
Methods inherited from class org.openiam.common.beans.cache.AbstractBackendRedisCache
getContext
-
Methods inherited from class org.openiam.cache.AbstractRedisCacheProvider
buildCacheKey, buildCacheKey
-
-
-
-
Method Detail
-
getCacheType
protected AbstractRedisCacheProvider.CacheType getCacheType()
- Specified by:
getCacheTypein classAbstractRedisCacheProvider
-
sweep
public void sweep()
Description copied from interface:SweepablePlaceholder for Spring to call via Quartz. Required for @Transactional sweeper methods.
-
-