Class 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 Detail

      • RefreshTokenRetentionPolicy

        public RefreshTokenRetentionPolicy​(RefreshTokenStore rts,
                                           TXStore txStore,
                                           String serviceAddress,
                                           boolean safeGC)
    • Method Detail

      • applies

        public boolean applies()
        Always true for every element in the cache.
        Returns:
      • trace

        protected void trace​(String x)
      • retain

        public boolean retain​(Object key,
                              Object value)
      • getMap

        public Map getMap()