Class TokenExchangeRecordRetentionPolicy
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.storage.SafeGCRetentionPolicy
-
- org.oa4mp.server.loader.oauth2.servlet.TokenExchangeRecordRetentionPolicy
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.cache.RetentionPolicy
public class TokenExchangeRecordRetentionPolicy extends SafeGCRetentionPolicy
Created by Jeff Gaynor
on 3/7/22 at 6:09 AM
-
-
Constructor Summary
Constructors Constructor Description TokenExchangeRecordRetentionPolicy(String serviceAddress, boolean safeGC)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
applies()
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
-
TokenExchangeRecordRetentionPolicy
public TokenExchangeRecordRetentionPolicy(String serviceAddress, boolean safeGC)
-
-