14151617181920
public CouchContext getContext() { return new CouchContextNull(); } public CouchContext getContext(String username, char[] password) { return new CouchContextUsernamePassword(username, password); }