Class CachedAuthenticator.CachedAuthentication

java.lang.Object
org.eclipse.jgit.util.CachedAuthenticator.CachedAuthentication
Enclosing class:
CachedAuthenticator

public static class CachedAuthenticator.CachedAuthentication extends Object
Authentication data to remember and reuse.
  • Field Details

    • host

      final String host
    • port

      final int port
    • user

      final String user
    • pass

      final String pass
  • Constructor Details

    • CachedAuthentication

      public CachedAuthentication(String aHost, int aPort, String aUser, String aPass)
      Create a new cached authentication.
      Parameters:
      aHost - system this is for.
      aPort - port number of the service.
      aUser - username at the service.
      aPass - password at the service.
  • Method Details