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