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>
String
ModelService.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
int
ModelService.countObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
void
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.
<T extends ObjectType>
PrismObject<T>
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.
<T extends ObjectType>
void
ModelService.modifyObject(Class<T> type, String oid, Collection<? extends ItemDelta> modifications, Task task, OperationResult parentResult)
          Deprecated. 
<F extends ObjectType,P extends ObjectType>
ModelContext<F,P>
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult result)
          Computes the most likely changes triggered by the provided delta.
<T extends ObjectType>
List<PrismObject<T>>
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
<T extends ObjectType>
String
ModelController.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<T extends ObjectType>
void
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)
           
<T extends ObjectType>
void
ModelController.modifyObject(Class<T> type, String oid, Collection<? extends ItemDelta> modifications, Task task, OperationResult parentResult)
          Deprecated. 
<F extends ObjectType,P extends ObjectType>
ModelContext<F,P>
ModelController.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas, ModelExecuteOptions options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
List<PrismObject<T>>
ModelController.searchObjects(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> 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, String resourceOid, String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
static LensProjectionContext<AccountShadowType> LensUtil.getOrCreateAccountContext(LensContext<UserType,AccountShadowType> context, String resourceOid, String intent, ProvisioningService provisioningService, PrismContext prismContext, OperationResult result)
           
static
<F extends ObjectType,P extends ObjectType>
ResourceType
LensUtil.getResource(LensContext<F,P> context, 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, String activityDescription, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
void
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).
<F extends ObjectType,P extends ObjectType>
void
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.
<F extends ObjectType,P extends ObjectType>
void
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
<T extends ObjectType>
PrismObject<T>
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
<T extends ObjectType>
String
ProvisioningService.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
int
ProvisioningService.countObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningService.deleteObject(Class<T> type, String oid, ProvisioningOperationOptions option, ProvisioningScriptsType scripts, Task task, OperationResult parentResult)
          Deletes object with specified OID.
<T extends ResourceObjectShadowType>
void
ProvisioningService.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
ProvisioningService.getObject(Class<T> type, String oid, GetOperationOptions options, OperationResult parentResult)
          Returns object for provided OID.
<T extends ObjectType>
String
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.
<T extends ObjectType>
List<PrismObject<T>>
ProvisioningService.searchObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)
          Search for objects.
<T extends ObjectType>
void
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
<T extends ResourceObjectShadowType>
T
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
<T extends ResourceObjectShadowType>
T
SecurityViolationHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
GenericErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectNotFoundHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ObjectAlreadyExistHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
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
<T extends ObjectType>
String
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)
           
<T extends ObjectType>
int
ProvisioningServiceImpl.countObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)
           
 ResourceObjectShadowType ShadowConverter.createNewAccountFromChange(Change change, ResourceType resource, ResourceSchema resourceSchema, OperationResult parentResult)
           
<T extends ObjectType>
void
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)
           
<T extends ResourceObjectShadowType>
void
ProvisioningServiceImpl.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
<T extends ObjectType>
PrismObject<T>
ProvisioningServiceImpl.getObject(Class<T> type, String oid, GetOperationOptions options, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ShadowConverter.getShadow(Class<T> type, ResourceType resource, T repoShadow, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ShadowCache.getShadow(Class<T> type, String oid, T repositoryShadow, OperationResult parentResult)
           
protected
<T extends ResourceObjectShadowType>
T
ShadowCache.handleError(Exception ex, T shadow, ErrorHandler.FailedOperation op, ResourceType resource, Collection<? extends ItemDelta> modifications, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ObjectType>
String
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)
           
<T extends ObjectType>
List<PrismObject<T>>
ProvisioningServiceImpl.searchObjects(Class<T> type, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
void
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
<T extends ResourceObjectShadowType>
PrismObject<T>
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
<T extends ResourceObjectShadowType>
PrismObject<T>
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)
           
 



Copyright © 2013 evolveum. All Rights Reserved.