Package | Description |
---|---|
com.evolveum.icf.dummy.resource | |
com.evolveum.midpoint.model.test | |
com.evolveum.midpoint.test |
Modifier and Type | Method and Description |
---|---|
DummyAccount |
DummyResource.getAccountById(String id) |
DummyAccount |
DummyResource.getAccountByUsername(String username) |
Modifier and Type | Method and Description |
---|---|
Collection<DummyAccount> |
DummyResource.listAccounts() |
Modifier and Type | Method and Description |
---|---|
String |
DummyResource.addAccount(DummyAccount newAccount) |
void |
DummyResource.changeDescriptionIfNeeded(DummyAccount account) |
Modifier and Type | Method and Description |
---|---|
protected DummyAccount |
AbstractModelIntegrationTest.assertDummyAccount(String dummyInstanceName,
String username,
String fullname,
boolean active) |
protected DummyAccount |
AbstractModelIntegrationTest.getDummyAccount(String dummyInstanceName,
String username) |
protected DummyAccount |
AbstractModelIntegrationTest.getDummyAccountById(String dummyInstanceName,
String id) |
Modifier and Type | Method and Description |
---|---|
DummyAccount |
DummyResourceContoller.addAccount(String userId,
String fullName) |
Copyright © 2016 evolveum. All rights reserved.