Package org.eclipse.jgit.transport
Class HttpAuthMethod.Negotiate
java.lang.Object
org.eclipse.jgit.transport.HttpAuthMethod
org.eclipse.jgit.transport.HttpAuthMethod.Negotiate
- Enclosing class:
- HttpAuthMethod
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.transport.HttpAuthMethod
HttpAuthMethod.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final GSSManagerFactoryprivate static final Oidprivate final byte[]Fields inherited from class org.eclipse.jgit.transport.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 org.eclipse.jgit.transport.HttpAuthMethod
authorize, getType, scanResponse
-
Field Details
-
GSS_MANAGER_FACTORY
-
OID
-
prevToken
private final byte[] prevToken
-
-
Constructor Details
-
Negotiate
-
-
Method Details
-
authorize
Description copied from class:HttpAuthMethodUpdate this method with the given username and password pair.- Specified by:
authorizein classHttpAuthMethod
-
configureRequest
Description copied from class:HttpAuthMethodUpdate connection properties based on this authentication method.- Specified by:
configureRequestin classHttpAuthMethod- Throws:
IOException
-