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, scanResponsestatic final HttpAuthMethod.None INSTANCE
void authorize(java.lang.String user,
java.lang.String pass)
HttpAuthMethodauthorize in class HttpAuthMethodvoid configureRequest(HttpConnection conn) throws java.io.IOException
HttpAuthMethodconfigureRequest in class HttpAuthMethodjava.io.IOException