Class JustAuthStateCache

  • All Implemented Interfaces:
    me.zhyd.oauth.cache.AuthStateCache

    
    public class JustAuthStateCache
     implements AuthStateCache
                        
    Since:

    2021-02-18

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JustAuthStateCache(int max, int ttl)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void cache(String key, String value)
      void cache(String key, String value, long timeout)
      String get(String key)
      boolean containsKey(String key)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait