Uses of Class
org.asynchttpclient.scram.ScramSessionCache.Entry
-
Packages that use ScramSessionCache.Entry Package Description org.asynchttpclient.scram -
-
Uses of ScramSessionCache.Entry in org.asynchttpclient.scram
Methods in org.asynchttpclient.scram that return ScramSessionCache.Entry Modifier and Type Method Description @Nullable ScramSessionCache.EntryScramSessionCache. get(ScramSessionCache.CacheKey key)ScramSessionCache.EntryScramContext. toSessionCacheEntry(@Nullable String serverNoncePart, int ttl)Create a session cache entry from the current context after successful authentication.Methods in org.asynchttpclient.scram with parameters of type ScramSessionCache.Entry Modifier and Type Method Description booleanScramSessionCache. isSrFresh(ScramSessionCache.Entry entry)Check if the sr value is still fresh.voidScramSessionCache. put(ScramSessionCache.CacheKey key, ScramSessionCache.Entry entry)
-