} catch (AccessControlException e) {
assertNotNull(e);
}
RoleService anonymous = clientFactory.create(ANONYMOUS_UNAME, ANONYMOUS_KEY).getService(RoleService.class);
assertFalse(anonymous.list().getResult().isEmpty());
}
@Test
public void noContent() throws IOException {
SyncopeClient noContentclient = clientFactory.create(ADMIN_UNAME, ADMIN_PWD);