Package org.eclipse.jgit.util
Class CachedAuthenticator.CachedAuthentication
- java.lang.Object
-
- org.eclipse.jgit.util.CachedAuthenticator.CachedAuthentication
-
- Enclosing class:
- CachedAuthenticator
public static class CachedAuthenticator.CachedAuthentication extends java.lang.ObjectAuthentication data to remember and reuse.
-
-
Constructor Summary
Constructors Constructor Description CachedAuthentication(java.lang.String aHost, int aPort, java.lang.String aUser, java.lang.String aPass)Create a new cached authentication.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.net.PasswordAuthenticationtoPasswordAuthentication()
-
-
-
Constructor Detail
-
CachedAuthentication
public CachedAuthentication(java.lang.String aHost, int aPort, java.lang.String aUser, java.lang.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.
-
-