Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Count objects.
|
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ModelService.discoverConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType hostType,
OperationResult parentResult)
Discovers local or remote connectors.
|
ScriptExecutionResult |
ScriptingService.evaluateExpression(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult result)
Synchronously executes any scripting expression (with no input data).
|
void |
ScriptingService.evaluateExpressionInBackground(QName objectType,
ObjectFilter filter,
String actionName,
Task task,
OperationResult parentResult)
Asynchronously executes simple scripting expressions, consisting of one search command and one action.
|
void |
ScriptingService.evaluateExpressionInBackground(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult parentResult)
Asynchronously executes any scripting expression.
|
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelService.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
Collection<ProgressListener> listeners,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelService.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
ModelService.findShadowOwner(String shadowOid,
Task task,
OperationResult parentResult)
Returns the User object representing owner of specified account (account
shadow).
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Returns object for provided OID.
|
void |
ModelService.importFromResource(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult)
Import accounts from resource.
|
void |
ModelService.importFromResource(String shadowOid,
Task task,
OperationResult parentResult)
Import single account from resource.
|
List<PrismObject<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult result)
Deprecated.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.recompute(Class<F> type,
String oid,
Task task,
OperationResult parentResult)
Recomputes focal object with the specified OID.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects in iterative fashion (using callback).
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.addObject(PrismObject<T> newObject) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.addObject(PrismObject<T> newObject,
ModelExecuteOptions options) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.addObject(T newObject) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.addObject(T newObject,
ModelExecuteOptions options) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.countObjects(Class<T> type,
ObjectQuery query)
Count objects.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options)
Count objects.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.deleteObject(Class<T> type,
String oid) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.deleteObject(Class<T> type,
String oid,
ModelExecuteOptions options) |
void |
MidpointFunctions.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas)
Execute the provided object deltas.
|
void |
MidpointFunctions.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options)
Execute the provided object deltas.
|
void |
MidpointFunctions.executeChanges(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>... deltas)
Execute the provided object deltas.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
MidpointFunctions.findShadowOwner(String accountOid)
Returns the User object representing owner of specified account (account
shadow).
|
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType |
MidpointFunctions.getLinkedShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType focus,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType |
MidpointFunctions.getLinkedShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType focus,
String resourceOid) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType |
MidpointFunctions.getLinkedShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType focus,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.getObject(Class<T> type,
String oid)
Returns object for provided OID.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.getObject(Class<T> type,
String oid)
Returns object for provided OID.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options)
Returns object for provided OID.
|
com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType |
MidpointFunctions.getParentOrgByOrgType(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType object,
String orgType) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.modifyObject(ObjectDelta<T> modifyDelta) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.modifyObject(ObjectDelta<T> modifyDelta,
ModelExecuteOptions options) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidpointFunctions.recompute(Class<F> type,
String oid)
Recomputes focal object with the specified OID.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.searchObjectByName(Class<T> type,
PolyString name)
Search for objects by name.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.searchObjectByName(Class<T> type,
PolyStringType name)
Search for objects by name.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.searchObjectByName(Class<T> type,
String name)
Search for objects by name.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.searchObjects(Class<T> type,
ObjectQuery query)
Search for objects.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options)
Search for objects.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler)
Search for objects in iterative fashion (using callback).
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctions.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options)
Search for objects in iterative fashion (using callback).
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ReadHook.invoke(PrismObject<T> object,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
todo
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.addObject(PrismObject<T> object,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Add new object.
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.countObjects(Class<O> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.deleteObject(Class<T> clazz,
String oid,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Deletes object with specified OID.
|
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
ModelCrudService.findShadowOwner(String accountOid,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result) |
void |
ModelCrudService.importFromResource(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description.
|
void |
ModelCrudService.notifyChange(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectShadowChangeDescriptionType changeDescription,
OperationResult parentResult,
Task task) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelObjectResolver.searchIterative(Class<O> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<O> handler,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelCrudService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Set<com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorType> |
ModelController.discoverConnectors(com.evolveum.midpoint.xml.ns._public.common.common_3.ConnectorHostType hostType,
OperationResult parentResult) |
ScriptExecutionResult |
ModelController.evaluateExpression(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult result) |
void |
ModelController.evaluateExpressionInBackground(QName objectType,
ObjectFilter filter,
String actionName,
Task task,
OperationResult parentResult) |
void |
ModelController.evaluateExpressionInBackground(com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType expression,
Task task,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelController.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
Collection<ProgressListener> statusListeners,
OperationResult parentResult) |
Collection<ObjectDeltaOperation<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> |
ModelController.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
ModelController.findShadowOwner(String accountOid,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
void |
ModelController.importFromResource(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult) |
void |
ModelController.importFromResource(String shadowOid,
Task task,
OperationResult parentResult) |
void |
ModelController.importFromResource(String shadowOid,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.previewChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.recompute(Class<F> type,
String oid,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ModelController.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.addObject(PrismObject<T> newObject) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.addObject(PrismObject<T> newObject,
ModelExecuteOptions options) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.addObject(T newObject) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.addObject(T newObject,
ModelExecuteOptions options) |
<T> Integer |
MidpointFunctionsImpl.countAccounts(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName attributeName,
T attributeValue) |
<T> Integer |
MidpointFunctionsImpl.countAccounts(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
String attributeName,
T attributeValue) |
<T> Integer |
MidpointFunctionsImpl.countAccounts(String resourceOid,
QName attributeName,
T attributeValue) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.countObjects(Class<T> type,
ObjectQuery query) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.deleteObject(Class<T> type,
String oid) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.deleteObject(Class<T> type,
String oid,
ModelExecuteOptions options) |
void |
MidpointFunctionsImpl.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas) |
void |
MidpointFunctionsImpl.executeChanges(Collection<ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>> deltas,
ModelExecuteOptions options) |
void |
MidpointFunctionsImpl.executeChanges(ObjectDelta<? extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType>... deltas) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
MidpointFunctionsImpl.findShadowOwner(String accountOid) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType |
MidpointFunctionsImpl.getLinkedShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType focus,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType |
MidpointFunctionsImpl.getLinkedShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType focus,
String resourceOid) |
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType |
MidpointFunctionsImpl.getLinkedShadow(com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType focus,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.getObject(Class<T> type,
String oid) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.getObject(Class<T> type,
String oid) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T> |
MidpointFunctionsImpl.getObjectsInConflictOnPropertyValue(O objectType,
String propertyPathString,
T propertyValue,
boolean getAllConflicting) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T> |
MidpointFunctionsImpl.getObjectsInConflictOnPropertyValue(O objectType,
String propertyPathString,
T propertyValue,
String matchingRuleName,
boolean getAllConflicting) |
com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType |
MidpointFunctionsImpl.getParentOrgByOrgType(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType object,
String orgType) |
<T> boolean |
MidpointFunctionsImpl.isUniqueAccountValue(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadowType,
String attributeName,
T attributeValue) |
<T> boolean |
MidpointFunctionsImpl.isUniquePropertyValue(com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType objectType,
String propertyPathString,
T propertyValue) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.modifyObject(ObjectDelta<T> modifyDelta) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.modifyObject(ObjectDelta<T> modifyDelta,
ModelExecuteOptions options) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
MidpointFunctionsImpl.recompute(Class<F> type,
String oid) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.searchObjectByName(Class<T> type,
PolyString name) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.searchObjectByName(Class<T> type,
PolyStringType name) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.searchObjectByName(Class<T> type,
String name) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.searchObjects(Class<T> type,
ObjectQuery query) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidpointFunctionsImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options) |
Modifier and Type | Method and Description |
---|---|
boolean |
ImportAccountsFromResourceTaskHandler.importSingleShadow(String shadowOid,
Task task,
OperationResult parentResult)
Imports a single shadow.
|
Modifier and Type | Method and Description |
---|---|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Clockwork.click(LensContext<F> context,
Task task,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ChangeExecutor.executeChanges(LensContext<O> syncContext,
Task task,
OperationResult parentResult) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LensUtil.getOrCreateProjectionContext(LensContext<F> context,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LensUtil.getProjectionContext(LensContext<F> context,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> equivalentAccount,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
LensUtil.getProjectionContext(LensContext<F> context,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.getResource(LensContext<F> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result) |
static <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
LensUtil.loadFullAccount(LensContext<F> context,
LensProjectionContext accCtx,
ProvisioningService provisioningService,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Clockwork.run(LensContext<F> context,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ShadowConstraintsChecker.check(OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextLoader.load(LensContext<F> context,
String activityDescription,
OperationResult result) |
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ContextLoader.makeSureProjectionIsLoaded(LensContext<F> context,
LensProjectionContext projectionContext,
OperationResult result)
Make sure that the projection context is loaded as approppriate.
|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProjectionValuesProcessor.process(LensContext<O> context,
LensProjectionContext projectionContext,
String activityDescription,
Task task,
OperationResult result) |
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AssignmentProcessor.processAssignmentsProjections(LensContext<O> context,
XMLGregorianCalendar now,
Task task,
OperationResult result)
Processing all the assignments to determine which projections should be added, deleted or kept as they are.
|
<F extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
Projector.project(LensContext<F> context,
String activityDescription,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
static com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType |
Utils.getResource(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow,
ProvisioningService provisioning,
OperationResult result) |
static void |
Utils.resolveResource(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType shadow,
ProvisioningService provisioning,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.addObject(File file) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.addObject(File file,
Task task,
OperationResult result) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.addObject(PrismObject<O> object) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.addObject(PrismObject<O> object,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.addTrigger(String oid,
XMLGregorianCalendar timestamp,
String uri) |
protected void |
AbstractModelIntegrationTest.assertAccount(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> user,
String resourceOid) |
protected void |
AbstractModelIntegrationTest.assertHasShadow(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.assertNoObject(Class<O> type,
String oid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertSubOrgs(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> baseOrg,
int expected) |
protected void |
AbstractModelIntegrationTest.assertSubOrgs(String baseOrgOid,
int expected) |
protected void |
AbstractModelIntegrationTest.assertUsers(int expectedNumberOfUsers) |
protected void |
AbstractModelIntegrationTest.assignAccount(String userOid,
String resourceOid,
String intent) |
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) |
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationType activationType,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
PrismContainer<?> extension,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assignRole(String userOid,
String roleOid,
Task task,
OperationResult result) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserDeleteAccount(String userOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected ObjectDelta<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.createModifyUserUnlinkAccount(String userOid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.deleteObject(Class<O> type,
String oid,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.displayAllUsers() |
protected String |
AbstractModelIntegrationTest.dumpOrgTree(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType> topOrg,
Task task,
OperationResult result) |
protected String |
AbstractModelIntegrationTest.dumpOrgTree(String topOrgOid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType |
AbstractModelIntegrationTest.findInducementByTarget(String roleOid,
String targetOid) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.findObjectByName(Class<O> type,
String name) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.findUserByUsername(String username) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.getLinkRef(PrismObject<F> focus,
String resourceOid) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.getLinkRefOid(PrismObject<F> focus,
String resourceOid) |
protected <F extends com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType> |
AbstractModelIntegrationTest.getLinkRefOid(PrismObject<F> focus,
String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent) |
protected String |
AbstractModelIntegrationTest.getLinkRefOid(String userOid,
String resourceOid) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.getObject(Class<O> type,
String oid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.RoleType> |
AbstractModelIntegrationTest.getRole(String oid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.getShadowModel(String accountOid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.getShadowModel(String accountOid,
boolean noFetch,
boolean assertSuccess) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractModelIntegrationTest.getShadowModelNoFetch(String accountOid) |
protected List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType>> |
AbstractModelIntegrationTest.getSubOrgs(String baseOrgOid,
Task task,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.TaskType> |
AbstractModelIntegrationTest.getTask(String taskOid) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.UserType> |
AbstractModelIntegrationTest.getUser(String userOid) |
protected com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType |
AbstractModelIntegrationTest.getUserAssignment(String userOid,
String roleOid) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
File file,
String oid,
Task task,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
String filename,
String oid,
Task task,
OperationResult result) |
protected Collection<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.modifyAccountShadowReplace(String accountOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,C extends Containerable> |
AbstractModelIntegrationTest.modifyObjectAddContainer(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
C... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.modifyObjectAddProperty(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,C extends Containerable> |
AbstractModelIntegrationTest.modifyObjectDeleteContainer(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
C... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.modifyObjectDeleteProperty(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.modifyObjectReplace(Class<O> type,
String oid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,C extends Containerable> |
AbstractModelIntegrationTest.modifyObjectReplaceContainer(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
C... newRealValue) |
protected <O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.modifyObjectReplaceProperty(Class<O> type,
String oid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyRoleAddConstruction(String roleOid,
long inducementId,
String resourceOid) |
protected void |
AbstractModelIntegrationTest.modifyRoleAddInducementTarget(String roleOid,
String targetOid) |
protected void |
AbstractModelIntegrationTest.modifyRoleDeleteInducement(String roleOid,
long inducementId) |
protected void |
AbstractModelIntegrationTest.modifyRoleDeleteInducementTarget(String roleOid,
String targetOid) |
protected void |
AbstractModelIntegrationTest.modifyUserAdd(String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserAdd(String userOid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserAddAccount(String userOid,
File accountFile,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.modifyUserAssignment(String userOid,
String roleOid,
QName refType,
QName relation,
Task task,
PrismContainer<?> extension,
com.evolveum.midpoint.xml.ns._public.common.common_3.ActivationType activationType,
boolean add,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.modifyUserAssignment(String userOid,
String roleOid,
QName refType,
QName relation,
Task task,
PrismContainer<?> extension,
boolean add,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.modifyUserDelete(String userOid,
ItemPath propertyPath,
Task task,
OperationResult result,
Object... newRealValue) |
protected void |
AbstractModelIntegrationTest.modifyUserDelete(String userOid,
QName propertyName,
Task task,
OperationResult result,
Object... newRealValue) |
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.recomputeUser(String userOid,
Task task,
OperationResult result) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.searchObjectByName(Class<T> type,
String name) |
protected <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
AbstractModelIntegrationTest.searchObjectByName(Class<T> type,
String name,
Task task,
OperationResult result) |
protected List<PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.OrgType>> |
AbstractModelIntegrationTest.searchOrg(String baseOrgOid,
OrgFilter.Scope scope,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.setSecurityContextUser(String userOid) |
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.unassignAllRoles(String userOid) |
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) |
protected void |
AbstractModelIntegrationTest.unassignRole(String userOid,
String roleOid,
PrismContainer<?> extension,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.unassignRole(String userOid,
String roleOid,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.addObject(PrismObject<T> object,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Add new object.
|
ConstraintsCheckingResult |
ProvisioningService.checkConstraints(RefinedObjectClassDefinition shadowDefinition,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowObject,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
String shadowOid,
ResourceShadowDiscriminator resourceShadowDiscriminator,
ConstraintViolationConfirmer constraintViolationConfirmer,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions option,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
Deletes object with specified OID.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.executeScript(String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptType script,
Task task,
OperationResult parentResult)
Executes a single provisioning script.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningService.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Returns object for provided OID.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description.
|
void |
ResourceEventListener.notifyEvent(ResourceEventDescription eventDescription,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<T> handler,
OperationResult parentResult)
Search for objects iteratively.
|
int |
ProvisioningService.synchronize(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult)
Collect external changes on a resource and call the business logic with
the accumulated change data.
|
Modifier and Type | Method and Description |
---|---|
abstract <T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ObjectNotFoundHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
SchemaExceptionHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ObjectAlreadyExistHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
GenericErrorHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
SecurityViolationHandler.handleError(T shadow,
ErrorHandler.FailedOperation op,
Exception ex,
boolean compensate,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.addObject(PrismObject<T> object,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.addResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
RefinedObjectClassDefinition objectClassDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
OperationResult parentResult) |
String |
ShadowCache.addShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
ConstraintsCheckingResult |
ConstraintsChecker.check(OperationResult result) |
void |
AccessChecker.checkAdd(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
ConstraintsCheckingResult |
ProvisioningServiceImpl.checkConstraints(RefinedObjectClassDefinition shadowDefinition,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadowObject,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
String shadowOid,
ResourceShadowDiscriminator resourceShadowDiscriminator,
ConstraintViolationConfirmer constraintViolationConfirmer,
OperationResult parentResult) |
void |
AccessChecker.checkModify(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
Collection<? extends ItemDelta> modifications,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions options,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
Task task,
OperationResult parentResult) |
void |
ResourceObjectConverter.deleteResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
RefinedObjectClassDefinition objectClassDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
OperationResult parentResult) |
void |
ShadowCache.deleteShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ProvisioningOperationOptions options,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Task task,
OperationResult parentResult) |
Object |
ResourceManager.executeScript(String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptType script,
Task task,
OperationResult result) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.executeScript(String resourceOid,
com.evolveum.midpoint.xml.ns._public.common.common_3.ProvisioningScriptType script,
Task task,
OperationResult parentResult) |
List<Change<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ResourceObjectConverter.fetchChanges(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult) |
List<Change<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType>> |
ShadowCache.fetchChanges(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resourceType,
QName objectClass,
PrismProperty<?> lastToken,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowManager.findOrCreateShadowFromChange(com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Change<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> change,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ProvisioningServiceImpl.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.getResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Collection<? extends ResourceAttribute<?>> identifiers,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowCache.getShadow(String oid,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> repositoryShadow,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ShadowCache.handleError(Exception ex,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
ErrorHandler.FailedOperation op,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Collection<? extends ItemDelta> modifications,
boolean compensate,
Task task,
OperationResult parentResult) |
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ResourceObjectConverter.locateResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
Collection<? extends ResourceAttribute<?>> identifiers,
RefinedObjectClassDefinition objectClassDefinition,
OperationResult parentResult)
Tries to get the object directly if primary identifiers are present.
|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
Collection<PropertyModificationOperation> |
ResourceObjectConverter.modifyResourceObject(ConnectorInstance connector,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
RefinedObjectClassDefinition objectClassDefinition,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
Collection<? extends ItemDelta> itemDeltas,
OperationResult parentResult) |
String |
ShadowCache.modifyShadow(PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> shadow,
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType resource,
String oid,
Collection<? extends ItemDelta> modifications,
com.evolveum.midpoint.xml.ns._public.common.common_3.OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
void |
ChangeNotificationDispatcherImpl.notifyEvent(ResourceEventDescription eventDescription,
Task task,
OperationResult parentResult) |
void |
ResourceEventListenerImpl.notifyEvent(ResourceEventDescription eventDescription,
Task task,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<T> handler,
OperationResult parentResult) |
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ProvisioningServiceImpl.searchObjectsIterativeInternal(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<T> handler,
boolean readFromRepository,
OperationResult parentResult) |
int |
ProvisioningServiceImpl.synchronize(String resourceOid,
QName objectClass,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstance.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers,
AttributesToReturn 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.
|
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
ConnectorInstanceIcfImpl.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers,
AttributesToReturn attributesToReturn,
OperationResult parentResult) |
Set<PropertyModificationOperation> |
ConnectorInstanceIcfImpl.modifyObject(ObjectClassComplexTypeDefinition objectClass,
Collection<? extends ResourceAttribute<?>> identifiers,
Collection<Operation> changes,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ReportManagerImpl.invoke(PrismObject<T> object,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
ObjectResolver.searchIterative(Class<O> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<O> handler,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcer.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result)
Evaluates authorization: simply returns if the currently logged it user is authorized for a
specified action.
|
static MidPointPrincipal |
SecurityUtil.getPrincipal() |
MidPointPrincipal |
SecurityEnforcer.getPrincipal()
Returns principal representing the currently logged-in user.
|
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
SecurityEnforcerImpl.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result) |
MidPointPrincipal |
SecurityEnforcerImpl.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findAccountShadowByUsername(String username,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findShadowByName(QName objectClass,
String name,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
protected PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowType> |
AbstractIntegrationTest.findShadowByName(com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowKindType kind,
String intent,
String name,
PrismObject<com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceType> resource,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
DirectoryFileObjectResolver.searchIterative(Class<O> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
ResultHandler<O> handler,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<O extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType,T extends com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType> |
MidPointGuiAuthorizationEvaluator.authorize(String operationUrl,
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType phase,
PrismObject<O> object,
ObjectDelta<O> delta,
PrismObject<T> target,
OwnerResolver ownerResolver,
OperationResult result) |
MidPointPrincipal |
MidPointGuiAuthorizationEvaluator.getPrincipal() |
Copyright © 2015 evolveum. All rights reserved.