Uses of Class
com.evolveum.midpoint.util.exception.SecurityViolationException

Packages that use SecurityViolationException
com.evolveum.midpoint.model.api   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.model.lens   
com.evolveum.midpoint.model.lens.projector   
com.evolveum.midpoint.model.test   
com.evolveum.midpoint.model.util   
com.evolveum.midpoint.provisioning.api   
com.evolveum.midpoint.provisioning.consistency.api   
com.evolveum.midpoint.provisioning.consistency.impl   
com.evolveum.midpoint.provisioning.impl   
com.evolveum.midpoint.provisioning.ucf.api   
com.evolveum.midpoint.provisioning.ucf.impl   
 

Uses of SecurityViolationException in com.evolveum.midpoint.model.api
 

Methods in com.evolveum.midpoint.model.api that throw SecurityViolationException
<T extends ObjectType>
java.lang.String
ModelService.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
int
ModelService.countObjects(java.lang.Class<T> type, ObjectQuery query, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelService.deleteObject(java.lang.Class<T> type, java.lang.String oid, Task task, OperationResult parentResult)
          Deprecated. 
 void ModelService.executeChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, java.util.Collection<ObjectOperationOption> options, Task task, OperationResult parentResult)
           Execute the provided object deltas.
<T extends ObjectType>
PrismObject<T>
ModelService.getObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult result)
           Returns object for provided OID.
 void ModelService.importAccountsFromResource(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, Task task, OperationResult parentResult)
           Import accounts from resource.
 java.util.List<PrismObject<? extends ResourceObjectShadowType>> ModelService.listResourceObjects(java.lang.String resourceOid, javax.xml.namespace.QName objectClass, ObjectPaging paging, Task task, OperationResult result)
           Returns all resource objects of specified type that are currently available to the system.
<T extends ObjectType>
void
ModelService.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, Task task, OperationResult parentResult)
          Deprecated. 
<F extends ObjectType,P extends ObjectType>
ModelContext<F,P>
ModelInteractionService.previewChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult result)
          Computes the most likely changes triggered by the provided delta.
<T extends ObjectType>
java.util.List<PrismObject<T>>
ModelService.searchObjects(java.lang.Class<T> type, ObjectQuery query, java.util.Collection<ObjectOperationOptions> 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
<T extends ObjectType>
java.lang.String
ModelController.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
void
ModelController.deleteObject(java.lang.Class<T> clazz, java.lang.String oid, Task task, OperationResult parentResult)
          Deprecated. 
 void ModelController.executeChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, java.util.Collection<ObjectOperationOption> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
ModelController.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, Task task, OperationResult parentResult)
          Deprecated. 
<F extends ObjectType,P extends ObjectType>
ModelContext<F,P>
ModelController.previewChanges(java.util.Collection<ObjectDelta<? extends ObjectType>> deltas, Task task, OperationResult parentResult)
           
<T extends ObjectType>
java.util.List<PrismObject<T>>
ModelController.searchObjects(java.lang.Class<T> type, ObjectQuery query, java.util.Collection<ObjectOperationOptions> options, Task task, OperationResult result)
           
 

Uses of SecurityViolationException in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that throw SecurityViolationException
<F extends ObjectType,P extends ObjectType>
HookOperationMode
Clockwork.click(LensContext<F,P> context, Task task, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
ChangeExecutor.executeChanges(LensContext<F,P> syncContext, Task task, OperationResult parentResult)
           
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, java.lang.String resourceOid, java.lang.String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
static
<F extends ObjectType,P extends ObjectType>
ResourceType
LensUtil.getResource(LensContext<F,P> context, java.lang.String resourceOid, ProvisioningService provisioningService, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
HookOperationMode
Clockwork.run(LensContext<F,P> context, Task task, OperationResult result)
           
 

Uses of SecurityViolationException in com.evolveum.midpoint.model.lens.projector
 

Methods in com.evolveum.midpoint.model.lens.projector that throw SecurityViolationException
<F extends ObjectType,P extends ObjectType>
void
ContextLoader.load(LensContext<F,P> context, java.lang.String activityDescription, OperationResult result)
           
 void AssignmentProcessor.processAssignmentsAccounts(LensContext<UserType,AccountShadowType> context, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
AssignmentProcessor.processAssignmentsProjections(LensContext<F,P> context, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
Projector.project(LensContext<F,P> context, java.lang.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, java.lang.String resourceOid)
           
protected  void AbstractModelIntegrationTest.assertNoShadow(java.lang.String username, PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assertUsers(int expectedNumberOfUsers)
           
protected  void AbstractModelIntegrationTest.assignAccount(java.lang.String userOid, java.lang.String resourceOid, java.lang.String intent, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignOrg(java.lang.String userOid, java.lang.String orgOid, javax.xml.namespace.QName relation, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignOrg(java.lang.String userOid, java.lang.String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.assignRole(java.lang.String userOid, java.lang.String roleOid, Task task, OperationResult result)
           
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<UserType> AbstractModelIntegrationTest.findUserByUsername(java.lang.String username)
           
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  PrismObject<UserType> AbstractModelIntegrationTest.getUser(java.lang.String userOid)
           
protected  java.lang.String AbstractModelIntegrationTest.getUserAccountRef(PrismObject<UserType> user, java.lang.String resourceOid)
           
protected
<T extends ObjectType>
PrismObject<T>
AbstractModelIntegrationTest.importAndGetObjectFromFile(java.lang.Class<T> type, java.lang.String filename, java.lang.String oid, Task task, OperationResult result)
           
protected  java.util.Collection<PrismObject<AccountShadowType>> AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.modifyAccountShadowReplace(java.lang.String accountOid, ItemPath propertyPath, Task task, OperationResult result, java.lang.Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.modifyUserAssignment(java.lang.String userOid, java.lang.String roleOid, javax.xml.namespace.QName refType, javax.xml.namespace.QName relation, Task task, boolean add, OperationResult result)
           
protected  void AbstractModelIntegrationTest.modifyUserReplace(java.lang.String userOid, ItemPath propertyPath, Task task, OperationResult result, java.lang.Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.modifyUserReplace(java.lang.String userOid, javax.xml.namespace.QName propertyName, Task task, OperationResult result, java.lang.Object... newRealValue)
           
protected  void AbstractModelIntegrationTest.purgeResourceSchema(java.lang.String resourceOid)
           
protected  java.util.List<PrismObject<OrgType>> AbstractModelIntegrationTest.searchOrg(java.lang.String baseOrgOid, java.lang.Integer minDepth, java.lang.Integer maxDepth, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignAccount(java.lang.String userOid, java.lang.String resourceOid, java.lang.String intent, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignAll(java.lang.String userOid, Task task, OperationResult result)
          Executes assignment replace delta with empty values.
protected  void AbstractModelIntegrationTest.unassignOrg(java.lang.String userOid, java.lang.String orgOid, javax.xml.namespace.QName relation, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignOrg(java.lang.String userOid, java.lang.String orgOid, Task task, OperationResult result)
           
protected  void AbstractModelIntegrationTest.unassignRole(java.lang.String userOid, java.lang.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
<T extends ObjectType>
java.lang.String
ProvisioningService.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
int
ProvisioningService.countObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningService.deleteObject(java.lang.Class<T> type, java.lang.String oid, ObjectOperationOption option, ProvisioningScriptsType scripts, OperationResult parentResult)
          Deletes object with specified OID.
<T extends ObjectType>
PrismObject<T>
ProvisioningService.getObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<ObjectOperationOption> options, OperationResult parentResult)
          Returns object for provided OID.
<T extends ObjectType>
java.lang.String
ProvisioningService.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, ProvisioningScriptsType scripts, OperationResult parentResult)
          Modifies object using relative change description.
<T extends ObjectType>
java.util.List<PrismObject<T>>
ProvisioningService.searchObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
          Search for objects.
<T extends ObjectType>
void
ProvisioningService.searchObjectsIterative(java.lang.Class<T> type, ObjectQuery query, ResultHandler<T> handler, OperationResult parentResult)
          Search for objects iteratively.
 int ProvisioningService.synchronize(java.lang.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
<T extends ResourceObjectShadowType>
T
ErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
 

Uses of SecurityViolationException in com.evolveum.midpoint.provisioning.consistency.impl
 

Methods in com.evolveum.midpoint.provisioning.consistency.impl that throw SecurityViolationException
<T extends ResourceObjectShadowType>
T
SecurityViolationHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
GenericErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectAlreadyExistHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
SchemaExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectNotFoundHandler.handleError(T shadow, ErrorHandler.FailedOperation op, java.lang.Exception ex, OperationResult parentResult)
           
 

Uses of SecurityViolationException in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl that throw SecurityViolationException
<T extends ObjectType>
java.lang.String
ProvisioningServiceImpl.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.addShadow(ResourceObjectShadowType shadowType, boolean isReconciled, ProvisioningScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.addShadow(ResourceType resource, ResourceObjectShadowType shadowType, java.util.Set<Operation> additionalOperations, boolean isReconciled, OperationResult parentResult)
           
<T extends ObjectType>
int
ProvisioningServiceImpl.countObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.createNewAccountFromChange(Change change, ResourceType resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.deleteObject(java.lang.Class<T> type, java.lang.String oid, ObjectOperationOption option, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 void ShadowCache.deleteShadow(ObjectType objectType, ObjectOperationOption option, ProvisioningScriptsType scripts, ResourceType resource, OperationResult parentResult)
           
 void ShadowConverter.deleteShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Set<Operation> additionalOperations, OperationResult parentResult)
           
 java.util.List<Change> ShadowCache.fetchChanges(ResourceType resourceType, PrismProperty lastToken, OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
ProvisioningServiceImpl.getObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<ObjectOperationOption> options, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ShadowConverter.getShadow(java.lang.Class<T> type, ResourceType resource, T repoShadow, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ShadowCache.getShadow(java.lang.Class<T> type, java.lang.String oid, T repositoryShadow, OperationResult parentResult)
          Gets the shadow with specified OID

The shadow will be read from the repository and missing information will be fetched from the resource.

<T extends ObjectType>
java.lang.String
ProvisioningServiceImpl.modifyObject(java.lang.Class<T> type, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 java.lang.String ShadowCache.modifyShadow(ObjectType objectType, ResourceType resource, java.lang.String oid, java.util.Collection<? extends ItemDelta> modifications, boolean isReconciled, ProvisioningScriptsType scripts, OperationResult parentResult)
           
 java.util.Set<PropertyModificationOperation> ShadowConverter.modifyShadow(ResourceType resource, ResourceObjectShadowType shadow, java.util.Collection<Operation> operations, java.lang.String oid, java.util.Collection<? extends ItemDelta> objectChanges, OperationResult parentResult)
           
<T extends ObjectType>
java.util.List<PrismObject<T>>
ProvisioningServiceImpl.searchObjects(java.lang.Class<T> type, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.searchObjectsIterative(java.lang.Class<T> type, ObjectQuery query, ResultHandler<T> handler, OperationResult parentResult)
           
 int ProvisioningServiceImpl.synchronize(java.lang.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
<T extends ResourceObjectShadowType>
PrismObject<T>
ConnectorInstance.fetchObject(java.lang.Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, java.util.Collection<? extends ResourceAttribute> identifiers, boolean returnDefaultAttributes, java.util.Collection<? extends ResourceAttributeDefinition> attributesToReturn, OperationResult parentResult)
          Retrieves a specific object from the resource.
 java.util.Set<PropertyModificationOperation> ConnectorInstance.modifyObject(ObjectClassComplexTypeDefinition objectClass, java.util.Collection<? extends ResourceAttribute> identifiers, java.util.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
<T extends ResourceObjectShadowType>
PrismObject<T>
ConnectorInstanceIcfImpl.fetchObject(java.lang.Class<T> type, ObjectClassComplexTypeDefinition objectClassDefinition, java.util.Collection<? extends ResourceAttribute> identifiers, boolean returnDefaultAttributes, java.util.Collection<? extends ResourceAttributeDefinition> attributesToReturn, OperationResult parentResult)
           
 java.util.Set<PropertyModificationOperation> ConnectorInstanceIcfImpl.modifyObject(ObjectClassComplexTypeDefinition objectClass, java.util.Collection<? extends ResourceAttribute> identifiers, java.util.Collection<Operation> changes, OperationResult parentResult)
           
 



Copyright © 2012 evolveum. All Rights Reserved.