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

Packages that use ConfigurationException
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   
com.evolveum.midpoint.test   
 

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

Methods in com.evolveum.midpoint.model.api that throw ConfigurationException
<T extends ObjectType>
String
ModelService.addObject(PrismObject<T> object, Task task, OperationResult parentResult)
          Deprecated. 
<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.
 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 ConfigurationException in com.evolveum.midpoint.model.controller
 

Methods in com.evolveum.midpoint.model.controller that throw ConfigurationException
<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)
           
 List<PrismObject<? extends ResourceObjectShadowType>> ModelController.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, Task task, OperationResult result)
           
<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 ConfigurationException in com.evolveum.midpoint.model.lens
 

Methods in com.evolveum.midpoint.model.lens that throw ConfigurationException
<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)
           
static
<F extends ObjectType,P extends ObjectType>
LensContext<F,P>
LensUtil.objectDeltasToContext(Collection<ObjectDelta<? extends ObjectType>> deltas, ProvisioningService provisioningService, PrismContext prismContext, Task task, OperationResult result)
           
<F extends ObjectType,P extends ObjectType>
HookOperationMode
Clockwork.run(LensContext<F,P> context, Task task, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.model.lens.projector that throw ConfigurationException
<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 ConfigurationException in com.evolveum.midpoint.model.test
 

Methods in com.evolveum.midpoint.model.test that throw ConfigurationException
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  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid, PrismObject<ResourceType> resource, QName attributeName, Object... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid, PrismObject<ResourceType> resource, String attributeName, Object... newRealValue)
           
protected  ObjectDelta<AccountShadowType> AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid, PrismObject<ResourceType> resource, ItemPath itemPath, Object... newRealValue)
           
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  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 ConfigurationException in com.evolveum.midpoint.model.util
 

Methods in com.evolveum.midpoint.model.util that throw ConfigurationException
static ResourceType Utils.getResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
static void Utils.resolveResource(ResourceObjectShadowType shadow, ProvisioningService provisioning, OperationResult result)
           
 

Uses of ConfigurationException in com.evolveum.midpoint.provisioning.api
 

Methods in com.evolveum.midpoint.provisioning.api that throw ConfigurationException
<T extends ObjectType>
String
ProvisioningService.addObject(PrismObject<T> object, ProvisioningScriptsType scripts, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
          Add new object.
<T extends ObjectType>
void
ProvisioningService.applyDefinition(ObjectDelta<T> delta, OperationResult parentResult)
          Applies appropriate definition to the shadow delta.
<T extends ObjectType>
void
ProvisioningService.applyDefinition(PrismObject<T> shadow, OperationResult parentResult)
          Applies appropriate definition to the shadow.
<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.
 List<PrismObject<? extends ResourceObjectShadowType>> ProvisioningService.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, OperationResult parentResult)
          Lists resource objects.
<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 ConfigurationException in com.evolveum.midpoint.provisioning.consistency.api
 

Methods in com.evolveum.midpoint.provisioning.consistency.api that throw ConfigurationException
abstract
<T extends ResourceObjectShadowType>
T
ErrorHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
 

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

Methods in com.evolveum.midpoint.provisioning.consistency.impl that throw ConfigurationException
<T extends ResourceObjectShadowType>
T
SecurityViolationHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
CommunicationExceptionHandler.handleError(T shadow, ErrorHandler.FailedOperation op, Exception ex, boolean compensate, Task task, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
T
ConfigurationExceptionHandler.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 ConfigurationException in com.evolveum.midpoint.provisioning.impl
 

Methods in com.evolveum.midpoint.provisioning.impl that throw ConfigurationException
<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 ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta, PrismObject<T> shadow, ResourceType resource)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(ObjectDelta<T> delta, ResourceShadowDiscriminator discriminator, ResourceType resource)
           
<T extends ResourceObjectShadowType>
ObjectClassComplexTypeDefinition
ShadowConverter.applyAttributesDefinition(PrismObject<T> shadow, ResourceType resource)
           
 void ResourceTypeManager.applyDefinition(ObjectDelta<ResourceType> delta, OperationResult objectResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ShadowCache.applyDefinition(ObjectDelta delta, OperationResult parentResult)
           
 void ResourceTypeManager.applyDefinition(PrismObject<ResourceType> resource, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.applyDefinition(PrismObject<T> object, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ShadowCache.applyDefinition(PrismObject<T> shadow, OperationResult parentResult)
           
 ResourceType ResourceTypeManager.completeResource(ResourceType resource, ResourceSchema resourceSchema, OperationResult parentResult)
          Make sure that the resource is complete.
<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)
           
 List<Change> ShadowConverter.fetchChanges(ResourceType resource, PrismProperty lastToken, OperationResult parentResult)
           
 PrismProperty<?> ResourceObjectManager.fetchCurrentToken(ResourceType resourceType, OperationResult parentResult)
           
 PrismProperty ShadowConverter.fetchCurrentToken(ResourceType resourceType, ResourceSchema resourceSchema, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ProvisioningServiceImpl.finishOperation(PrismObject<T> object, ProvisioningOperationOptions options, Task task, OperationResult parentResult)
           
 ConnectorInstance ConnectorTypeManager.getConfiguredConnectorInstance(ResourceType resource, boolean forceFresh, OperationResult result)
           
<T extends ObjectType>
PrismObject<T>
ProvisioningServiceImpl.getObject(Class<T> type, String oid, GetOperationOptions options, OperationResult parentResult)
           
protected  ResourceType ShadowCache.getResource(ResourceObjectShadowType shadowType, OperationResult parentResult)
           
 ResourceSchema ResourceTypeManager.getResourceSchema(ResourceType resource, 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)
           
 List<PrismObject<? extends ResourceObjectShadowType>> ProvisioningServiceImpl.listResourceObjects(String resourceOid, QName objectClass, ObjectPaging paging, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ResourceObjectManager.listShadows(ResourceType resource, QName objectClass, ShadowHandler<T> handler, boolean readFromRepository, 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 ResourceObjectShadowType>
void
ShadowConverter.searchObjects(ResourceType resourceType, ResourceSchema resourceSchema, QName objectClass, ResultHandler<T> resultHandler, ObjectQuery query, OperationResult parentResult)
           
<T extends ObjectType>
void
ProvisioningServiceImpl.searchObjectsIterative(Class<T> type, ObjectQuery query, ResultHandler<T> handler, OperationResult parentResult)
           
<T extends ResourceObjectShadowType>
void
ResourceObjectManager.searchObjectsIterative(Class<T> type, QName objectClass, ResourceType resourceType, ObjectQuery query, ShadowHandler<T> handler, DiscoveryHandler discoveryHandler, OperationResult parentResult)
           
 int ProvisioningServiceImpl.synchronize(String resourceOid, Task task, OperationResult parentResult)
           
 

Uses of ConfigurationException in com.evolveum.midpoint.provisioning.ucf.api
 

Methods in com.evolveum.midpoint.provisioning.ucf.api that throw ConfigurationException
 void ConnectorInstance.configure(PrismContainerValue configuration, OperationResult parentResult)
          The connector instance will be configured to the state that it can immediately access the resource.
 List<Change> ConnectorInstance.fetchChanges(ObjectClassComplexTypeDefinition objectClass, PrismProperty<?> lastToken, OperationResult parentResult)
          Token may be null.
 Collection<Object> ConnectorInstance.getCapabilities(OperationResult parentResult)
          Retrieves native connector capabilities.
 ResourceSchema ConnectorInstance.getResourceSchema(OperationResult parentResult)
          Retrieves the schema from the resource.
 void ConnectorInstance.initialize(OperationResult parentResult)
          Get necessary information from the remote system.
 

Uses of ConfigurationException in com.evolveum.midpoint.provisioning.ucf.impl
 

Methods in com.evolveum.midpoint.provisioning.ucf.impl that throw ConfigurationException
 void ConnectorInstanceIcfImpl.configure(PrismContainerValue configuration, OperationResult parentResult)
           
 List<Change> ConnectorInstanceIcfImpl.fetchChanges(ObjectClassComplexTypeDefinition objectClass, PrismProperty<?> lastToken, OperationResult parentResult)
           
 Set<Object> ConnectorInstanceIcfImpl.getCapabilities(OperationResult parentResult)
           
 ResourceSchema ConnectorInstanceIcfImpl.getResourceSchema(OperationResult parentResult)
           
 void ConnectorInstanceIcfImpl.initialize(OperationResult parentResult)
          Retrieves schema from the resource.
 

Uses of ConfigurationException in com.evolveum.midpoint.test
 

Methods in com.evolveum.midpoint.test that throw ConfigurationException
static void IntegrationTestTools.checkAllShadows(ResourceType resourceType, RepositoryService repositoryService, ObjectChecker<AccountShadowType> checker, PrismContext prismContext)
           
 



Copyright © 2013 evolveum. All Rights Reserved.