public class RefreshTokenRetentionPolicy extends Object implements edu.uiuc.ncsa.security.core.cache.RetentionPolicy
Created by Jeff Gaynor
on 3/26/14 at 3:39 PM
| Constructor and Description |
|---|
RefreshTokenRetentionPolicy(RefreshTokenStore rts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applies()
Always true for every element in the cache.
|
Map |
getMap() |
boolean |
retain(Object key,
Object value) |
public RefreshTokenRetentionPolicy(RefreshTokenStore rts)
public boolean applies()
applies in interface edu.uiuc.ncsa.security.core.cache.RetentionPolicypublic boolean retain(Object key, Object value)
retain in interface edu.uiuc.ncsa.security.core.cache.RetentionPolicypublic Map getMap()
getMap in interface edu.uiuc.ncsa.security.core.cache.RetentionPolicyCopyright © 2015. All Rights Reserved.