private static class HttpAuthMethod.None extends HttpAuthMethod
HttpAuthMethod.Type
Modifier and Type | Field and Description |
---|---|
(package private) static HttpAuthMethod.None |
INSTANCE |
EMPTY_STRING, SCHEMA_NAME_SEPARATOR, type
Constructor and Description |
---|
None() |
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
static final HttpAuthMethod.None INSTANCE
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