Methods in com.evolveum.midpoint.model.lens that return types with arguments of type AccountShadowType |
LensProjectionContext<AccountShadowType> |
ShadowConstraintsChecker.getAccountContext()
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context,
PrismObject<AccountShadowType> equivalentAccount,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context,
java.lang.String resourceOid,
java.lang.String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
LensContext<UserType,AccountShadowType> |
ShadowConstraintsChecker.getContext()
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context,
ResourceShadowDiscriminator rsd)
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context,
java.lang.String resourceOid,
java.lang.String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
Method parameters in com.evolveum.midpoint.model.lens with type arguments of type AccountShadowType |
static LensProjectionContext<AccountShadowType> |
LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context,
PrismObject<AccountShadowType> equivalentAccount,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context,
PrismObject<AccountShadowType> equivalentAccount,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getAccountContext(LensContext<UserType,AccountShadowType> context,
java.lang.String resourceOid,
java.lang.String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context,
ResourceShadowDiscriminator rsd)
|
static LensProjectionContext<AccountShadowType> |
LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context,
java.lang.String resourceOid,
java.lang.String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result)
|
void |
ShadowConstraintsChecker.setAccountContext(LensProjectionContext<AccountShadowType> accountContext)
|
void |
ShadowConstraintsChecker.setContext(LensContext<UserType,AccountShadowType> context)
|
Method parameters in com.evolveum.midpoint.model.lens.projector with type arguments of type AccountShadowType |
void |
AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
java.lang.String activityDescription,
OperationResult result)
|
void |
AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
java.lang.String activityDescription,
OperationResult result)
|
void |
ActivationProcessor.processActivationUser(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accCtx,
OperationResult result)
|
void |
ActivationProcessor.processActivationUser(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accCtx,
OperationResult result)
|
void |
AssignmentProcessor.processAssignmentsAccounts(LensContext<UserType,AccountShadowType> context,
OperationResult result)
|
void |
AssignmentProcessor.processAssignmentsAccountValues(LensProjectionContext<AccountShadowType> accountContext,
OperationResult result)
|
void |
CredentialsProcessor.processCredentialsUser(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accCtx,
OperationResult result)
|
void |
CredentialsProcessor.processCredentialsUser(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accCtx,
OperationResult result)
|
Methods in com.evolveum.midpoint.model.test that return types with arguments of type AccountShadowType |
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowAddDelta(java.lang.String accountOid,
ItemPath propertyName,
java.lang.Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowEmptyDelta(java.lang.String accountOid)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(java.lang.String accountOid,
PrismObject<ResourceType> resource,
javax.xml.namespace.QName attributeName,
java.lang.Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(java.lang.String accountOid,
PrismObject<ResourceType> resource,
java.lang.String attributeName,
java.lang.Object... newRealValue)
|
protected ObjectDelta<AccountShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(java.lang.String accountOid,
PrismObject<ResourceType> resource,
ItemPath itemPath,
java.lang.Object... newRealValue)
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(java.lang.String username,
PrismObject<ResourceType> resource)
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(java.lang.String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccount(java.lang.String accountOid)
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccount(java.lang.String accountOid,
boolean noFetch)
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccountNoFetch(java.lang.String accountOid)
|
protected PrismObjectDefinition<AccountShadowType> |
AbstractModelIntegrationTest.getAccountShadowDefinition()
|
protected java.util.Collection<PrismObject<AccountShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|