Uses of Class
org.asynchttpclient.scram.ScramSessionCache.CacheKey
-
Packages that use ScramSessionCache.CacheKey Package Description org.asynchttpclient.scram -
-
Uses of ScramSessionCache.CacheKey in org.asynchttpclient.scram
Methods in org.asynchttpclient.scram with parameters of type ScramSessionCache.CacheKey Modifier and Type Method Description voidScramSessionCache. confirmNonceCount(ScramSessionCache.CacheKey key)Confirm nonce-count after successful reauthentication.@Nullable ScramSessionCache.EntryScramSessionCache. get(ScramSessionCache.CacheKey key)voidScramSessionCache. put(ScramSessionCache.CacheKey key, ScramSessionCache.Entry entry)intScramSessionCache. reserveNonceCount(ScramSessionCache.CacheKey key)Atomically reserve and increment the nonce-count for use in a request.voidScramSessionCache. rollbackNonceCount(ScramSessionCache.CacheKey key)Rollback nonce-count on failure or stale response by decrementing.voidScramSessionCache. updateSr(ScramSessionCache.CacheKey key, String newSr, int newTtl)Update the server nonce (sr) after a stale response.
-