// Auth credentials for valid user with correct password scoped to
// correct URI
// Also using pre-emptive auth
ScopedAuthenticator authenticator = new ScopedAuthenticator(new URI(serviceUpdate), "allowed", "password".toCharArray());
ue.setAuthenticator(new PreemptiveBasicAuthenticator(authenticator));
ue.execute();
}
@Test(expected = HttpException.class)
public void graphstore_with_auth_01() {
// No auth credentials