|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SecurityViolationException in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api that throw SecurityViolationException | ||
---|---|---|
|
ModelService.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelService.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
|
|
|
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.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result)
Returns object for provided OID. |
|
void |
ModelService.importAccountsFromResource(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult)
Import accounts from resource. |
|
List<PrismObject<? extends ResourceObjectShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult result)
Returns all resource objects of specified type that are currently available to the system. |
|
|
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. |
|
|
ModelService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects. |
Uses of SecurityViolationException in com.evolveum.midpoint.model.controller |
---|
Methods in com.evolveum.midpoint.model.controller that throw SecurityViolationException | ||
---|---|---|
|
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)
|
|
|
ModelController.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result)
|
Uses of SecurityViolationException in com.evolveum.midpoint.model.lens |
---|
Uses of SecurityViolationException in com.evolveum.midpoint.model.lens.projector |
---|
Methods in com.evolveum.midpoint.model.lens.projector that throw SecurityViolationException | ||
---|---|---|
|
ContextLoader.load(LensContext<F,P> context,
String activityDescription,
OperationResult result)
|
|
|
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. |
|
|
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult)
|
Uses of SecurityViolationException in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test that throw SecurityViolationException | ||
---|---|---|
protected void |
AbstractModelIntegrationTest.assertAccount(PrismObject<UserType> user,
String resourceOid)
|
|
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
|
protected void |
AbstractModelIntegrationTest.assertUsers(int expectedNumberOfUsers)
|
|
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 PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource)
|
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result)
|
|
protected PrismObject<UserType> |
AbstractModelIntegrationTest.findUserByUsername(String username)
|
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccount(String accountOid)
|
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccount(String accountOid,
boolean noFetch)
|
|
protected PrismObject<AccountShadowType> |
AbstractModelIntegrationTest.getAccountNoFetch(String accountOid)
|
|
protected PrismObject<UserType> |
AbstractModelIntegrationTest.getUser(String userOid)
|
|
protected String |
AbstractModelIntegrationTest.getUserAccountRef(PrismObject<UserType> user,
String resourceOid)
|
|
protected
|
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
String filename,
String oid,
Task task,
OperationResult result)
|
|
protected Collection<PrismObject<AccountShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource,
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 List<PrismObject<OrgType>> |
AbstractModelIntegrationTest.searchOrg(String baseOrgOid,
Integer minDepth,
Integer maxDepth,
Task task,
OperationResult result)
|
|
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)
|
Uses of SecurityViolationException in com.evolveum.midpoint.model.util |
---|
Methods in com.evolveum.midpoint.model.util that throw SecurityViolationException | |
---|---|
static ResourceType |
Utils.getResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
|
static void |
Utils.resolveResource(ResourceObjectShadowType shadow,
ProvisioningService provisioning,
OperationResult result)
|
Uses of SecurityViolationException in com.evolveum.midpoint.provisioning.api |
---|
Methods in com.evolveum.midpoint.provisioning.api that throw SecurityViolationException | ||
---|---|---|
|
ProvisioningService.addObject(PrismObject<T> object,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Add new object. |
|
|
ProvisioningService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
ProvisioningService.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions option,
ProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
ProvisioningService.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
|
ProvisioningService.getObject(Class<T> type,
String oid,
GetOperationOptions options,
OperationResult parentResult)
Returns object for provided OID. |
|
|
ProvisioningService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
ProvisioningService.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Search for objects. |
|
|
ProvisioningService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
Search for objects iteratively. |
|
int |
ProvisioningService.synchronize(String resourceOid,
Task task,
OperationResult parentResult)
Collect external changes on a resource and call the business logic with the accumulated change data. |
Uses of SecurityViolationException in com.evolveum.midpoint.provisioning.consistency.api |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.api that throw SecurityViolationException | ||
---|---|---|
abstract
|
ErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
Uses of SecurityViolationException in com.evolveum.midpoint.provisioning.consistency.impl |
---|
Methods in com.evolveum.midpoint.provisioning.consistency.impl that throw SecurityViolationException | ||
---|---|---|
|
SecurityViolationHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
GenericErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ObjectNotFoundHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ObjectAlreadyExistHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
SchemaExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult)
|
Uses of SecurityViolationException in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl that throw SecurityViolationException | ||
---|---|---|
|
ProvisioningServiceImpl.addObject(PrismObject<T> object,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
String |
ShadowCache.addShadow(ResourceObjectShadowType shadowType,
ProvisioningScriptsType scripts,
ResourceType resource,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
ResourceObjectShadowType |
ShadowConverter.addShadow(ResourceType resource,
ResourceObjectShadowType shadowType,
ProvisioningScriptsType scripts,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
ResourceObjectShadowType |
ShadowConverter.createNewAccountFromChange(Change change,
ResourceType resource,
ResourceSchema resourceSchema,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions options,
ProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
|
|
void |
ShadowCache.deleteShadow(ObjectType objectType,
ProvisioningOperationOptions options,
ProvisioningScriptsType scripts,
ResourceType resource,
Task task,
OperationResult parentResult)
|
|
void |
ShadowConverter.deleteShadow(ResourceType resource,
ResourceObjectShadowType shadow,
ProvisioningScriptsType scripts,
OperationResult parentResult)
|
|
List<Change> |
ResourceObjectManager.fetchChanges(ResourceType resourceType,
PrismProperty<?> lastToken,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.getObject(Class<T> type,
String oid,
GetOperationOptions options,
OperationResult parentResult)
|
|
|
ShadowConverter.getShadow(Class<T> type,
ResourceType resource,
T repoShadow,
OperationResult parentResult)
|
|
|
ShadowCache.getShadow(Class<T> type,
String oid,
T repositoryShadow,
OperationResult parentResult)
|
|
protected
|
ShadowCache.handleError(Exception ex,
T shadow,
ErrorHandler.FailedOperation op,
ResourceType resource,
Collection<? extends ItemDelta> modifications,
boolean compensate,
Task task,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
String |
ShadowCache.modifyShadow(ResourceObjectShadowType objectType,
ResourceType resource,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
Collection<PropertyModificationOperation> |
ShadowConverter.modifyShadow(ResourceType resource,
ResourceObjectShadowType shadow,
ProvisioningScriptsType scripts,
Collection<? extends ItemDelta> objectChanges,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
|
|
int |
ProvisioningServiceImpl.synchronize(String resourceOid,
Task task,
OperationResult parentResult)
|
Uses of SecurityViolationException in com.evolveum.midpoint.provisioning.ucf.api |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.api that throw SecurityViolationException | ||
---|---|---|
|
ConnectorInstance.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute> identifiers,
boolean returnDefaultAttributes,
Collection<? extends ResourceAttributeDefinition> attributesToReturn,
OperationResult parentResult)
Retrieves a specific object from the resource. |
|
Collection<PropertyModificationOperation> |
ConnectorInstance.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute> identifiers,
Collection<Operation> changes,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g. |
Uses of SecurityViolationException in com.evolveum.midpoint.provisioning.ucf.impl |
---|
Methods in com.evolveum.midpoint.provisioning.ucf.impl that throw SecurityViolationException | ||
---|---|---|
|
ConnectorInstanceIcfImpl.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute> identifiers,
boolean returnDefaultAttributes,
Collection<? extends ResourceAttributeDefinition> attributesToReturn,
OperationResult parentResult)
|
|
Set<PropertyModificationOperation> |
ConnectorInstanceIcfImpl.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute> identifiers,
Collection<Operation> changes,
OperationResult parentResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |