Module org.eclipse.jgit
Package org.eclipse.jgit.util
Class CachedAuthenticator.CachedAuthentication
java.lang.Object
org.eclipse.jgit.util.CachedAuthenticator.CachedAuthentication
- Enclosing class:
- CachedAuthenticator
Authentication data to remember and reuse.
-
Constructor Summary
ConstructorsConstructorDescriptionCachedAuthentication(String aHost, int aPort, String aUser, String aPass) Create a new cached authentication. -
Method Summary
-
Constructor Details
-
CachedAuthentication
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.
-