Class ScramSessionCache.CacheKey

  • Enclosing class:
    ScramSessionCache

    public static class ScramSessionCache.CacheKey
    extends Object
    Cache key: (host, port, realm).
    • Constructor Detail

      • CacheKey

        public CacheKey​(String host,
                        int port,
                        @Nullable
                        @Nullable String realm)