Package org.eclipse.jgit.transport
Class HttpAuthMethod.Basic
java.lang.Object
org.eclipse.jgit.transport.HttpAuthMethod
org.eclipse.jgit.transport.HttpAuthMethod.Basic
- Enclosing class:
- HttpAuthMethod
Performs HTTP basic authentication (plaintext username/password).
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.transport.HttpAuthMethod
HttpAuthMethod.Type
-
Field Summary
FieldsFields inherited from class org.eclipse.jgit.transport.HttpAuthMethod
EMPTY_STRING, SCHEMA_NAME_SEPARATOR, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
Update this method with the given username and password pair.(package private) void
Update connection properties based on this authentication method.Methods inherited from class org.eclipse.jgit.transport.HttpAuthMethod
authorize, getType, scanResponse
-
Field Details
-
user
-
pass
-
-
Constructor Details
-
Basic
public Basic()
-
-
Method Details
-
authorize
Description copied from class:HttpAuthMethod
Update this method with the given username and password pair.- Specified by:
authorize
in classHttpAuthMethod
-
configureRequest
Description copied from class:HttpAuthMethod
Update connection properties based on this authentication method.- Specified by:
configureRequest
in classHttpAuthMethod
- Throws:
IOException
-