|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PolicyViolationException in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api that throw PolicyViolationException | ||
---|---|---|
|
ModelService.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelService.deleteObject(Class<T> type,
String oid,
Task task,
OperationResult parentResult)
Deprecated. |
|
void |
ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas. |
|
|
ModelService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta. |
Uses of PolicyViolationException in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller that throw PolicyViolationException | ||
---|---|---|
|
ModelController.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelController.deleteObject(Class<T> clazz,
String oid,
Task task,
OperationResult parentResult)
Deprecated. |
|
void |
ModelController.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
|
|
|
ModelController.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelController.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
|
Uses of PolicyViolationException in com.evolveum.midpoint.model.lens |
---|
Methods in com.evolveum.midpoint.model.lens that throw PolicyViolationException | ||
---|---|---|
|
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
static
|
LensUtil.consolidateTripleToDelta(ItemPath itemPath,
DeltaSetTriple<? extends ItemValueWithOrigin<V>> triple,
ItemDefinition itemDefinition,
ItemDelta<V> aprioriItemDelta,
PrismContainer<?> itemContainer,
boolean addUnchangedValues,
boolean filterExistingValues,
String contextDescription)
Consolidate the mappings of a single property to a delta. |
|
|
Clockwork.run(LensContext<F,P> context,
Task task,
OperationResult result)
|
Uses of PolicyViolationException in com.evolveum.midpoint.model.lens.projector |
---|
Methods in com.evolveum.midpoint.model.lens.projector that throw PolicyViolationException | ||
---|---|---|
|
AssignmentProcessor.checkForAssignmentConflicts(LensContext<F,P> context,
OperationResult result)
|
|
void |
AccountValuesProcessor.checkSchemaAndPolicies(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
String activityDescription,
OperationResult result)
Check that the primary deltas do not violate schema and policies TODO: implement schema check |
|
|
AccountValuesProcessor.process(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
String activityDescription,
OperationResult result)
|
|
void |
AccountValuesProcessor.processAccounts(LensContext<UserType,AccountShadowType> context,
LensProjectionContext<AccountShadowType> accountContext,
String activityDescription,
OperationResult result)
|
|
void |
AssignmentProcessor.processAssignmentsAccounts(LensContext<UserType,AccountShadowType> context,
OperationResult result)
Processing user-account assignments (including roles). |
|
|
AssignmentProcessor.processAssignmentsProjections(LensContext<F,P> context,
OperationResult result)
Processing all the assignments to determine which projections should be added, deleted or kept as they are. |
|
|
CredentialsProcessor.processCredentials(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
|
|
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult)
|
|
|
Projector.sortAccountsToWaves(LensContext<F,P> context)
|
Uses of PolicyViolationException in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test that throw PolicyViolationException | |
---|---|
protected void |
AbstractModelIntegrationTest.assignAccount(String userOid,
String resourceOid,
String intent,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignOrg(String userOid,
String orgOid,
QName relation,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignOrg(String userOid,
String orgOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.modifyAccountShadowReplace(String accountOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.modifyUserAssignment(String userOid,
String roleOid,
QName refType,
QName relation,
Task task,
boolean add,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.modifyUserReplace(String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.modifyUserReplace(String userOid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue)
|
protected void |
AbstractModelIntegrationTest.purgeResourceSchema(String resourceOid)
|
protected void |
AbstractModelIntegrationTest.unassignAccount(String userOid,
String resourceOid,
String intent,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignAll(String userOid,
Task task,
OperationResult result)
Executes assignment replace delta with empty values. |
protected void |
AbstractModelIntegrationTest.unassignOrg(String userOid,
String orgOid,
QName relation,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignOrg(String userOid,
String orgOid,
Task task,
OperationResult result)
|
protected void |
AbstractModelIntegrationTest.unassignRole(String userOid,
String roleOid,
Task task,
OperationResult result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |