Class CachedAuthenticator.CachedAuthentication
java.lang.Object
org.eclipse.jgit.util.CachedAuthenticator.CachedAuthentication
- Enclosing class:
CachedAuthenticator
Authentication data to remember and reuse.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCachedAuthentication(String aHost, int aPort, String aUser, String aPass) Create a new cached authentication. -
Method Summary
-
Field Details
-
host
-
port
final int port -
user
-
pass
-
-
Constructor Details
-
CachedAuthentication
-
-
Method Details
-
toPasswordAuthentication
PasswordAuthentication toPasswordAuthentication()
-