private static class HttpAuthMethod.Negotiate extends HttpAuthMethod
HttpAuthMethod.Type
Modifier and Type | Field and Description |
---|---|
private static GSSManagerFactory |
GSS_MANAGER_FACTORY |
private static org.ietf.jgss.Oid |
OID |
private byte[] |
prevToken |
EMPTY_STRING, SCHEMA_NAME_SEPARATOR, type
Constructor and Description |
---|
Negotiate(java.lang.String hdr) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
authorize(java.lang.String user,
java.lang.String pass)
Update this method with the given username and password pair.
|
(package private) void |
configureRequest(HttpConnection conn)
Update connection properties based on this authentication method.
|
authorize, getType, scanResponse
private static final GSSManagerFactory GSS_MANAGER_FACTORY
private static final org.ietf.jgss.Oid OID
private final byte[] prevToken
void authorize(java.lang.String user, java.lang.String pass)
HttpAuthMethod
authorize
in class HttpAuthMethod
void configureRequest(HttpConnection conn) throws java.io.IOException
HttpAuthMethod
configureRequest
in class HttpAuthMethod
java.io.IOException