Class LfsConnectionFactory.AuthCache

java.lang.Object
org.eclipse.jgit.lfs.internal.LfsConnectionFactory.AuthCache
Enclosing class:
LfsConnectionFactory

private static final class LfsConnectionFactory.AuthCache extends Object
  • Field Details

  • Constructor Details

    • AuthCache

      public AuthCache(Protocol.ExpiringAction action)
      Creates a cache entry for an authentication response.

      The timeout of the cache token is extracted from the given action. If no timeout can be determined, the token will be used only once.

      Parameters:
      action -