Class RefreshTokenRetentionPolicy
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.storage.SafeGCRetentionPolicy
-
- org.oa4mp.server.loader.oauth2.storage.RefreshTokenRetentionPolicy
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.cache.RetentionPolicy
public class RefreshTokenRetentionPolicy extends SafeGCRetentionPolicy
Created by Jeff Gaynor
on 3/26/14 at 3:39 PM
-
-
Constructor Summary
Constructors Constructor Description RefreshTokenRetentionPolicy(RefreshTokenStore rts, TXStore txStore, String serviceAddress, boolean safeGC)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
applies()
Always true for every element in the cache.Map
getMap()
boolean
retain(Object key, Object value)
protected void
trace(String x)
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.SafeGCRetentionPolicy
safeGCSkipIt
-
-
-
-
Constructor Detail
-
RefreshTokenRetentionPolicy
public RefreshTokenRetentionPolicy(RefreshTokenStore rts, TXStore txStore, String serviceAddress, boolean safeGC)
-
-