Uses of Interface
com.evolveum.midpoint.util.DebugDumpable
Package
Description
Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).
Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.
Contains the activity framework: the code that supports execution of activities within tasks.
Supports the definitions of activities and their various aspects:
- work,
- distribution,
- control flow,
- reporting,
- ...
Classes that support execution (run) of activities.
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
This package is experimental and will be moved to prism project shortly.
Defines value selectors and their clauses.
Low-level security functions.
Copyright (c) 2010-2019 Evolveum and contributors
This work is dual-licensed under the Apache License 2.0
and European Union Public License.
-
Uses of DebugDumpable in com.evolveum.midpoint.audit.api
Modifier and TypeClassDescriptionclass
Audit event record describes a single event (usually data change) in a format suitable for audit. -
Uses of DebugDumpable in com.evolveum.midpoint.authentication.api.authorization
Modifier and TypeInterfaceDescriptioninterface
loader for url, initialize all urls with authorizations -
Uses of DebugDumpable in com.evolveum.midpoint.cases.api
-
Uses of DebugDumpable in com.evolveum.midpoint.cases.api.events
Modifier and TypeClassDescriptionclass
Object that is able to produce given notification event (with the help ofCaseEventCreationListener
) when theFutureNotificationEvent.send(CaseEventCreationListener, Task, OperationResult)
method is called.static class
static class
static class
static class
static class
static class
static class
-
Uses of DebugDumpable in com.evolveum.midpoint.cases.api.extensions
Modifier and TypeInterfaceDescriptioninterface
interface
Tells theCaseEngine
how it should open a stage. -
Uses of DebugDumpable in com.evolveum.midpoint.gui.api.prism.wrapper
Modifier and TypeInterfaceDescriptioninterface
interface
ItemWrapper<I extends Item<?,
?>, VW extends PrismValueWrapper> interface
PrismContainerValueWrapper<C extends Containerable>
interface
PrismContainerWrapper<C extends Containerable>
interface
PrismObjectValueWrapper<O extends ObjectType>
interface
PrismObjectWrapper<O extends ObjectType>
interface
interface
PrismReferenceWrapper<R extends Referencable>
interface
interface
interface
-
Uses of DebugDumpable in com.evolveum.midpoint.gui.impl.component.search
-
Uses of DebugDumpable in com.evolveum.midpoint.gui.impl.prism.wrapper
Modifier and TypeClassDescriptionclass
AssignmentHolderWrapper<AH extends AssignmentHolderType>
class
class
class
AssociationMappingExpressionWrapper<C extends Containerable>
class
class
AttributeMappingValueWrapper<C extends Containerable>
class
class
class
class
Created by honcharclass
class
CreateObjectForReferenceValueWrapper<T extends Referencable>
class
Created by honcharclass
ItemWrapperImpl<I extends Item<?,
?>, VW extends PrismValueWrapper> class
class
PrismContainerValueWrapperImpl<C extends Containerable>
class
PrismContainerWrapperImpl<C extends Containerable>
class
PrismObjectValueWrapperImpl<O extends ObjectType>
class
PrismObjectWrapperImpl<O extends ObjectType>
class
class
class
PrismReferenceValueWrapperImpl<T extends Referencable>
class
PrismReferenceWrapperImpl<R extends Referencable>
class
class
class
class
class
Created by honcharclass
class
Wrapper for ResourceType/schemaHandling/objectType/focus/archetypeRef.class
Wrapper for ResourceType/schemaHandling/objectType/focus/archetypeRef.class
class
class
class
class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.gui.impl.prism.wrapper.association
-
Uses of DebugDumpable in com.evolveum.midpoint.gui.impl.session
-
Uses of DebugDumpable in com.evolveum.midpoint.model.api
Modifier and TypeInterfaceDescriptioninterface
Provides information about processing of given metadata item (e.g.Modifier and TypeClassDescriptionclass
Data structure that contains information about possible assignment targets or holders for a particular object.class
Assignment object relation specification.class
ObjectTreeDeltas<T extends ObjectType>
Structure that contains all primary changes requested: from focus as well as from projections.class
class
Describes a state of the operation.class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.api.authentication
Modifier and TypeClassDescriptionclass
class
Compiled user profile.class
Compiled form of either object collection view or an implicit object collection, such as (e.g.) anArchetypeType
.class
class
Principal that extends simple MidPointPrincipal with user interface concepts (user profile). -
Uses of DebugDumpable in com.evolveum.midpoint.model.api.context
Modifier and TypeInterfaceDescriptioninterface
Path from the source object (focus) to the ultimate assignment that is being processed or referenced.interface
Single assignment in an assignment path.interface
EvaluatedPolicyRule
that is associated to givenEvaluatedAssignment
, either as "own" (i.e.interface
interface
interface
TODO document this interface and its methodsinterface
Facade interface that provides insight about construction that was evaluated by projector code.interface
interface
ModelContext<F extends ObjectType>
interface
ModelElementContext<O extends ObjectType>
interface
Modifier and TypeClassDescriptionclass
class
class
class
class
Common abstract superclass for triggered exclusion and requirement constraints.class
Represents triggered exclusion constraint.class
class
static class
static class
class
class
class
Description of a situation that caused a trigger of the policy rule.class
Represents triggered requirement constraint.class
class
class
class
class
Used to find a matching projection context.class
Uniquely identifiesModelProjectionContext
.static class
static class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.api.correlation
Modifier and TypeClassDescriptionclass
AbstractCorrelationResult<C extends Containerable>
class
Result of a correlation operation.class
CorrelationCaseDescription<F extends FocusType>
Describes a correlation case, typically when it's going to be presented to the user.static class
class
The context of the correlation and correlator state update operations.static class
Context for correlating an association value to a set of matching focus assignments.static class
Context for correlating a focus to a set of matching focuses.static class
Context for correlating a shadow to a set of matching focuses.class
Details of the error state for the use inCompleteCorrelationResult
; and later maybe also inCorrelationResult
.class
Contains information about a correlation property that is to be (e.g.) displayed in the correlation case view.class
Result of a sub-object correlation. -
Uses of DebugDumpable in com.evolveum.midpoint.model.api.correlator
Modifier and TypeClassDescriptionclass
Collection of (unique) candidate owners.class
static class
class
Describes how the correlator (could) came to a given candidate owner, and the specific confidence value of it.static class
This is for correlators that support candidate check (i.e., determining confidence for the provided candidate) but do not provide any the specific explanations of their decisions.static class
This is for correlators that do not support neither explanation nor candidate check (i.e., determining confidence for the provided candidate).class
Result of the correlation at the level ofCorrelator
, i.e.class
CorrelatorContext<C extends AbstractCorrelatorType>
Overall context in which the correlator works.class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.api.correlator.idmatch
Modifier and TypeClassDescriptionclass
Object to be matched, resolved or updated.class
A request for matching to be sent to an external ID Match service.class
A response from an external ID Match service.class
Represents a potential match obtained from ID Match service. -
Uses of DebugDumpable in com.evolveum.midpoint.model.api.simulation
Modifier and TypeInterfaceDescriptioninterface
ProcessedObject<O extends ObjectType>
Parsed analogy ofSimulationResultProcessedObjectType
.static interface
ProcessedObject.ProcessedObjectItemDelta<V extends PrismValue,
D extends ItemDefinition<?>> ItemDelta
augmented with functionality needed to display it in a complex way, for example, with the information on real change(s) to the object. -
Uses of DebugDumpable in com.evolveum.midpoint.model.api.util
Modifier and TypeInterfaceDescriptioninterface
Interface used to intercept the ModelContext as it passes through the computation. -
Uses of DebugDumpable in com.evolveum.midpoint.model.api.visualizer
Modifier and TypeClassDescriptionclass
Created by Viliam Repan (lazyman). -
Uses of DebugDumpable in com.evolveum.midpoint.model.common.mapping
Modifier and TypeInterfaceDescriptioninterface
PrismValueDeltaSetTripleProducer<V extends PrismValue,
D extends ItemDefinition<?>> Modifier and TypeClassDescriptionclass
AbstractMappingImpl<V extends PrismValue,
D extends ItemDefinition<?>, MBT extends AbstractMappingType> Evaluation of a mapping.class
MappingImpl<V extends PrismValue,
D extends ItemDefinition<?>> (Traditional) data mapping. -
Uses of DebugDumpable in com.evolveum.midpoint.model.common.mapping.metadata
Modifier and TypeClassDescriptionclass
Specification of value metadata processing for a given data item: mappings that should be applied and item definitions driving e.g.class
Convenient data structure to provide input for metadata computation for custom transformational metadata mappings.static class
class
Specification of processing of individual metadata items.class
MetadataMappingImpl<V extends PrismValue,
D extends ItemDefinition<?>> Evaluated or to-be-evaluated metadata mapping. -
Uses of DebugDumpable in com.evolveum.midpoint.model.common.util
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.cleanup
Modifier and TypeClassDescriptionfinal class
Activity execution for an elementary cleanup part.class
static final class
static class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.correlator.idmatch.data
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.correlator.items
Modifier and TypeClassDescriptionclass
Instance of a correlation item TODO finish! cleanup! -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.expr
Modifier and TypeClassDescriptionclass
AssociationSynchronizationResult<V extends PrismValue>
Result of the evaluation ofAssociationSynchronizationExpressionEvaluator
. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.integrity.objects
Modifier and TypeClassDescriptionprotected static class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.integrity.shadows
Modifier and TypeClassDescriptionfinal class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.lens
Modifier and TypeClassDescriptionclass
class
ItemValueWithOrigin<V extends PrismValue,
D extends ItemDefinition<?>> Value of an item along with the information where it came from:ItemValueWithOrigin.producer
andItemValueWithOrigin.construction
.class
LensContext<F extends ObjectType>
class
LensContextPlaceholder<F extends ObjectType>
This class does nothing.class
LensElementContext<O extends ObjectType>
Lens context for a computation element - a focus or a projection.class
LensFocusContext<O extends ObjectType>
class
LensObjectDeltaOperation<T extends ObjectType>
Describes operation executed during the clockwork.class
class
ObjectDeltaWaves<O extends ObjectType>
Secondary deltas from already completed waves.static class
ObjectDeltaWaves.WaveDelta<O extends ObjectType>
Delta for a specific execution wave.class
Context related to evaluation and processing of policy rules.class
RememberedElementState<O extends ObjectType>
Element state that we can return to e.g. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.lens.assignments
Modifier and TypeClassDescriptionclass
Path from focus object to a given assignment.class
Primary duty of this class is to be a part of assignment path.class
EvaluatedAssignmentImpl<AH extends AssignmentHolderType>
Evaluated assignment that contains all constructions and authorizations from the assignment itself and all the applicable inducements from all the roles referenced from the assignment.class
class
class
A rule that has been "transplanted" onto new owner (EvaluatedAssignment
) - currently, the other side of "one-sided" exclusion constraint.class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.lens.construction
Modifier and TypeInterfaceDescriptioninterface
EvaluatedAbstractConstruction<AH extends AssignmentHolderType>
Facade interface for evaluated resource object and persona constructions.Modifier and TypeClassDescriptionclass
AbstractConstruction<AH extends AssignmentHolderType,
ACT extends AbstractConstructionType, EC extends EvaluatedAbstractConstruction<AH>> A superclass for both resource object constructions (ResourceObjectConstruction
) and persona object constructions (PersonaConstruction
).class
Resource object construction that was assigned to the focus.class
Specifies the target of resource object construction - i.e.class
Evaluated resource object construction that is assigned to the focus.class
class
EvaluatedPersonaConstructionImpl<AH extends AssignmentHolderType>
class
Evaluated resource object construction that is defined in the schemaHandling part of resource definition.class
EvaluatedResourceObjectConstructionImpl<AH extends AssignmentHolderType,
ROC extends ResourceObjectConstruction<AH, ?>> Evaluated construction of a resource object.class
PersonaConstruction<AH extends AssignmentHolderType>
class
PlainResourceObjectConstruction<AH extends AssignmentHolderType>
Special construction subclass that represents resource object constructions as defined in the `schemaHandling` section of the resource definition.class
ResourceObjectConstruction<AH extends AssignmentHolderType,
EC extends EvaluatedResourceObjectConstructionImpl<AH, ?>> Contains "construction bean" (ConstructionType) - a definition how to construct a resource object. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.lens.projector
Modifier and TypeClassDescriptionclass
SmartAssignmentCollection<F extends AssignmentHolderType>
Smart set of assignment values that keep track whether the assignment is new, old or changed.class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Modifier and TypeInterfaceDescriptioninterface
The source data for inbound mappings related to a single shadow or association value.interface
Everything necessary to carry out limited, single-shadow inbounds evaluation.Modifier and TypeClassDescriptionclass
Minimalistic context needed to evaluate inbound mappings outside of bothLensContext
andSynchronizationContext
.static class
static class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Modifier and TypeClassDescriptionclass
Inbound mapping source (InboundsSource
) that is used in clockwork-based inbound mapping evaluation.class
Source for the whole inbounds processing.class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.lens.projector.mappings
Modifier and TypeClassDescriptionclass
MappingOutputStruct<V extends PrismValue>
Output of mappings computation: basically the triple plus some flags. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.schema.transform
Modifier and TypeInterfaceDescriptioninterface
PartiallyMutableItemDefinition<I extends Item<?,
?>> static interface
static interface
static interface
static interface
Modifier and TypeClassDescriptionclass
class
TransformableContainerDefinition<C extends Containerable>
class
class
TransformableItemDefinition<I extends Item<?,
?>, D extends ItemDefinition<I>> class
TransformableObjectDefinition<O extends Objectable>
class
static class
TODO is this used?static class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.scripting
Modifier and TypeClassDescriptionstatic class
static class
class
Data that are passed between individual scripting actions. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.simulation
Modifier and TypeClassDescriptionclass
ProcessedObjectImpl<O extends ObjectType>
Default (and the only) implementation ofProcessedObject
. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.sync
Modifier and TypeClassDescriptionclass
SynchronizationContext<F extends FocusType>
Context of the synchronization operation.static class
SynchronizationContext.Complete<F extends FocusType>
Synchronization context ready for the synchronization, i.e. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.sync.tasks
Modifier and TypeClassDescriptionclass
Specifies the basic scope of synchronization (or potentially other resource-related) activity, usually given by [resource, kind, intent, object class name] tuple.class
Specialization of standardSearchSpecification
dealing with resource objects search.class
Abstract class for Work Definition that work with resource set. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.sync.tasks.async
Modifier and TypeClassDescriptionfinal class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.sync.tasks.imp
Modifier and TypeClassDescriptionclass
AbstractImportActivityRun<WD extends ResourceSetTaskWorkDefinition,
AH extends ModelActivityHandler<WD, AH>> Abstract class for runner of tasks based on import (import and shadow reclassification).final class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification
Modifier and TypeClassDescriptionfinal class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.sync.tasks.recon
Modifier and TypeClassDescriptionclass
Debugging listener for reconciliation tasks.class
Code common to all three reconciliation sub-activities: operation completion, resource reconciliation, and remaining shadows reconciliation.final class
The reason of existence of this class is to sendReconciliationResult
object toReconciliationResultListener
after the whole activity finishes.class
class
final class
Execution of resource objects reconciliation (the main part of reconciliation). -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.sync.tasks.sync
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.tasks
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
final class
static class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.tasks.cluster
Modifier and TypeClassDescriptionfinal class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.tasks.scanner
Modifier and TypeClassDescriptionfinal class
Execution of a single focus validity scanner task part.class
class
ScanActivityRun<O extends ObjectType,
WD extends WorkDefinition, MAH extends ModelActivityHandler<WD, MAH>> Things that we want to remember for all task scanners, like scanning timestamps. -
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.trigger
-
Uses of DebugDumpable in com.evolveum.midpoint.model.impl.visualizer.output
Modifier and TypeClassDescriptionclass
class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.ninja.action.upgrade
-
Uses of DebugDumpable in com.evolveum.midpoint.notifications.api.events
Modifier and TypeInterfaceDescriptioninterface
An event related to access certification.interface
An event related to an execution of anActivity
.interface
A realization of anActivity
is complete.interface
Event related to a case (as a whole).interface
Event related to case management: either case-level or work-item-level.interface
interface
interface
Event for certification reviewers (reminding him/her of the need to do the work).interface
interface
Notification event that should be propagated, filtered, externalized (typically to ascii or html), and send out.interface
Event about model operation (TODO)interface
Any event that is triggered by the 'notify' policy rule action.interface
Signals that a report output has been created.interface
Event about resource object (account) creation, modification, or deletion.interface
interface
-
Uses of DebugDumpable in com.evolveum.midpoint.notifications.api.transports
-
Uses of DebugDumpable in com.evolveum.midpoint.prism
Modifier and TypeInterfaceDescriptioninterface
Provides a definition for a complex type, i.e.interface
interface
Common interface to access all definitions.interface
Simple type, which behaves as enumeration in most modeling languages.interface
Item<V extends PrismValue,
D extends ItemDefinition<?>> Item is a common abstraction of Property, Reference and Container.interface
ItemDefinition<I extends Item<?,
?>> A definition of a specific item (as opposed to a type).interface
interface
PrismContainer<C extends Containerable>
Prism container groups items into logical blocks.interface
PrismContainerDefinition<C extends Containerable>
Definition of a prism container.interface
PrismContainerValue<C extends Containerable>
interface
PrismObject<O extends Objectable>
Common supertype for all identity objects.interface
PrismObjectDefinition<O extends Objectable>
TODOinterface
PrismObjectValue<O extends Objectable>
Extension of PrismContainerValue that holds object-specific data (OID and version).interface
Property is a specific characteristic of an object.interface
Definition of a prism property.interface
interface
Object Reference is a property that describes reference to an object.interface
interface
interface
interface
Defines a simple (non-structured) definition.interface
Definition of a type (as opposed to definition of an item).interface
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.deleg
Modifier and TypeInterfaceDescriptioninterface
interface
ContainerDefinitionDelegator<C extends Containerable>
interface
interface
ItemDefinitionDelegator<I extends Item<?,
?>> interface
ItemDeltaDelegator<V extends PrismValue,
D extends ItemDefinition<?>> interface
ObjectDefinitionDelegator<O extends Objectable>
interface
PrismContainerValueDelegator<C extends Containerable>
interface
interface
interface
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.delta
Modifier and TypeInterfaceDescriptioninterface
ContainerDelta<V extends Containerable>
interface
DeltaMapTriple<K,
V> interface
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.interface
ItemDelta<V extends PrismValue,
D extends ItemDefinition<?>> Item Delta describes a change of an item which is a property, container or a reference.interface
ObjectDelta<O extends Objectable>
Relative difference (delta) of the object.interface
PrismValueDeltaSetTriple<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values.interface
Relative difference (delta) of a property values.interface
Modifier and TypeClassDescriptionclass
DeltaTriple<T>
Utility class for keeping things in three: plus, zero and minus.class
PartiallyResolvedDelta<V extends PrismValue,
D extends ItemDefinition<?>> -
Uses of DebugDumpable in com.evolveum.midpoint.prism.extensions
Modifier and TypeClassDescriptionclass
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl
Modifier and TypeClassDescriptionclass
Direct implementation ofComplexTypeDefinition
.class
Abstract definition in the schema.class
EXPERIMENTALclass
class
ItemDefinitionImpl<I extends Item<?,
?>> Abstract item definition in the schema.class
ItemImpl<V extends PrismValue,
D extends ItemDefinition<?>> Item is a common abstraction of Property and PropertyContainer.class
PrismContainerDefinitionImpl<C extends Containerable>
Definition of a property container.class
PrismContainerImpl<C extends Containerable>
Property container groups properties into logical blocks.The reason for grouping may be as simple as better understandability of data structure.class
PrismContainerValueImpl<C extends Containerable>
class
PrismObjectDefinitionImpl<O extends Objectable>
MidPoint Object Definition.class
PrismObjectImpl<O extends Objectable>
Common supertype for all identity objects.class
PrismObjectValueImpl<O extends Objectable>
Extension of PrismContainerValue that holds object-specific data (OID and version).class
Property Definition.class
Property is a specific characteristic of an object.class
class
Object Reference Schema Definition.class
Object Reference is a property that describes reference to an object.class
class
class
TODO documentclass
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.binding
Modifier and TypeClassDescriptionclass
static class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.delta
Modifier and TypeClassDescriptionclass
ContainerDeltaImpl<V extends Containerable>
class
DeltaMapTripleImpl<K,
V> class
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.class
ItemDeltaImpl<V extends PrismValue,
D extends ItemDefinition<?>> class
ObjectDeltaImpl<O extends Objectable>
class
PrismValueDeltaSetTripleImpl<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values.class
Relative difference (delta) of a property values.class
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.item
Modifier and TypeClassDescriptionclass
DummyContainerImpl<C extends Containerable>
class
DummyItem<V extends PrismValue,
D extends ItemDefinition<?>, R extends Item<V, D>> class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.lazy
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.metadata
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.query
Modifier and TypeClassDescriptionclass
class
Filter designed to explicitly match everything.class
class
class
class
final class
final class
class
class
final class
final class
class
class
class
Filter designed to explicitly match nothing.class
class
final class
class
class
final class
class
class
class
class
final class
class
class
class
class
ValueFilterImpl<V extends PrismValue,
D extends ItemDefinition<?>> -
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.schema
Modifier and TypeClassDescriptionclass
final class
Schema (prism or non-prism) with additional information.class
Registry and resolver of schema files and resources.class
Contains caches and provides definitions. -
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.schema.axiom
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.xml
Modifier and TypeClassDescriptionclass
Maps namespaces to preferred prefixes. -
Uses of DebugDumpable in com.evolveum.midpoint.prism.impl.xnode
Modifier and TypeClassDescriptionclass
FIXME: This could be effective singletonclass
class
class
class
class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.polystring
-
Uses of DebugDumpable in com.evolveum.midpoint.prism.query
Modifier and TypeInterfaceDescriptioninterface
interface
interface
AnyInFilter<T>
interface
interface
EqualFilter<T>
interface
interface
interface
interface
interface
TODO create a better name for this filterinterface
LessFilter<T>
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
interface
ValueFilter<V extends PrismValue,
D extends ItemDefinition<?>> -
Uses of DebugDumpable in com.evolveum.midpoint.prism.schema
Modifier and TypeInterfaceDescriptioninterface
Schema as a collection of definitions.interface
Schema (prism or non-prism) with additional information.interface
static interface
interface
Maintains system-wide schemas that is used as source for parsing during initialize and reload.interface
Maintains system-wide parsed schemas. -
Uses of DebugDumpable in com.evolveum.midpoint.prism.util
Modifier and TypeInterfaceDescriptioninterface
AbstractItemDeltaItem<D extends ItemDefinition<?>>
Common supertype for bothItemDeltaItem
andObjectDeltaObject
.Modifier and TypeClassDescriptionclass
ItemDeltaItem<V extends PrismValue,
D extends ItemDefinition<?>> A class defining old item state (before change), delta (change) and new item state (after change).class
ObjectDeltaObject<O extends Objectable>
A class defining old object state (before change), delta (change) and new object state (after change).Modifier and TypeMethodDescriptionstatic void
PrismTestUtil.display
(String title, DebugDumpable dumpable) -
Uses of DebugDumpable in com.evolveum.midpoint.prism.xml
Modifier and TypeInterfaceDescriptioninterface
Maps namespaces to preferred prefixes. -
Uses of DebugDumpable in com.evolveum.midpoint.prism.xnode
Modifier and TypeInterfaceDescriptioninterface
This is a marker that a given prism item is incomplete.interface
interface
Note we cannot use "extends Map" here, because in that case we would have to declare XNodeImpl as map value parameter.interface
interface
interface
-
Uses of DebugDumpable in com.evolveum.midpoint.provisioning.api
Modifier and TypeInterfaceDescriptioninterface
TODOinterface
Represents [live] synchronization change event obtained from a resource.interface
interface
Represents a synchronization change event (obtained typically by live synchronization or asynchronous update) that needs to be processed.Modifier and TypeClassDescriptionclass
Suggested configuration properties of connector.class
Externally-provided resource event.class
Describes a change of a specific resource object together with definitions of the source and possibly also other information.class
Describes an attempt to apply a change to a specific resource object.class
Emitted when a shadow is converted from live to dead and then eventually to deleted. -
Uses of DebugDumpable in com.evolveum.midpoint.repo.api
-
Uses of DebugDumpable in com.evolveum.midpoint.repo.api.perf
-
Uses of DebugDumpable in com.evolveum.midpoint.repo.api.query
Modifier and TypeClassDescriptionclass
CompleteQuery<T extends ObjectType>
Wraps everything we need to count or look for objects. -
Uses of DebugDumpable in com.evolveum.midpoint.repo.common.activity
Modifier and TypeClassDescriptionclass
Activity<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>> Binds together all the information about an activity and its run (if present).class
Represents the tree of activities that comprise a logical task.class
EmbeddedActivity<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>> A sub-activity that does not have its own (explicit) definition.class
StandaloneActivity<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>> This is an activity that can be instantiated in standalone way (i.e. -
Uses of DebugDumpable in com.evolveum.midpoint.repo.common.activity.definition
Modifier and TypeInterfaceDescriptioninterface
Defines the work that is to be done within an activity.Modifier and TypeClassDescriptionclass
IMPLEMENTATION NOTE: The fields in sub-classes should be immutable! (TODO: why?)class
Defines control flow aspects of an activity: various preconditions, error handling, and so on.class
ActivityDefinition<WD extends WorkDefinition>
Definition of an activity.class
Defines the distribution aspects of an activity: buckets, worker tasks, worker threads, subtasks, and so on.class
Defines "execution mode" aspects of an activity: production/preview/dry-run/...class
Defines reporting features of the activity, like logging, tracing, profiling, and reports.class
Definition for pure composite activity. -
Uses of DebugDumpable in com.evolveum.midpoint.repo.common.activity.handlers
-
Uses of DebugDumpable in com.evolveum.midpoint.repo.common.activity.run
Modifier and TypeClassDescriptionclass
AbstractActivityRun<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Implements (represents) a run (execution) of an activity in the current task.class
AbstractCompositeActivityRun<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Run of a set of child activities.final class
CompositeActivityRun<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> final class
DelegatingActivityRun<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>> final class
DistributingActivityRun<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> An activity that distributes (usually bucketed) activity to a set of worker tasks.class
IterativeActivityRun<I,
WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Represents a run of an iterative activity: either plain iterative one or search-based one.class
LocalActivityRun<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>, BS extends AbstractActivityWorkStateType> The "real" run of an activity - i.e.class
PlainIterativeActivityRun<I,
WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Run of a plain iterative activity.class
SearchBasedActivityRun<C extends Containerable,
WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> A run of a given search-iterative activity.class
SearchSpecification<C extends Containerable>
"Compiled" specification of items that are to be processed bySearchBasedActivityRun
. -
Uses of DebugDumpable in com.evolveum.midpoint.repo.common.activity.run.buckets
Modifier and TypeClassDescriptionclass
class
Implements "get bucket" operation.class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.repo.common.activity.run.state
Modifier and TypeClassDescriptionclass
class
CurrentActivityState<WS extends AbstractActivityWorkStateType>
Activity state for the current activity run.class
State of activity not connected to the current activity run. -
Uses of DebugDumpable in com.evolveum.midpoint.repo.common.expression
Modifier and TypeClassDescriptionclass
Source<V extends PrismValue,
D extends ItemDefinition<?>> Expression evaluation source.class
SourceTriple<V extends PrismValue,
D extends ItemDefinition<?>> PrismValueDeltaSetTriple that also remembers the source from which it has originated. -
Uses of DebugDumpable in com.evolveum.midpoint.repo.common.subscription
Modifier and TypeClassDescriptionclass
The state of the subscription with regards to the current situation (subscription ID presence, time, system features, and so on).class
The system features related to the subscription handling. -
Uses of DebugDumpable in com.evolveum.midpoint.repo.sqlbase.perfmon
-
Uses of DebugDumpable in com.evolveum.midpoint.schema
Modifier and TypeClassDescriptionclass
ObjectDeltaOperation<O extends ObjectType>
class
Specifies the "coordinates" of a resource operation covering multiple objects, like search, or live sync.static class
static class
static class
class
Aggregate bean containing resource OID, kind, intent, object class and tag flags.class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.schema.config
Modifier and TypeInterfaceDescriptioninterface
Used to access both "legacy" and "modern" association definitions.Modifier and TypeClassDescriptionclass
Used for both association definitions and resource object construction with associations.static class
Access to legacy configuration (i.e.class
TEMPORARY -
Uses of DebugDumpable in com.evolveum.midpoint.schema.delta
Modifier and TypeClassDescriptionfinal record
Conflict<PV extends PrismValue,
ID extends ItemDefinition<I>, I extends Item<PV, ID>, V extends ItemTreeDeltaValue<PV, ITD>, ITD extends ItemTreeDelta<PV, ID, I, V>, ITDV extends ItemTreeDeltaValue<PV, ITD>> class
ContainerTreeDelta<C extends Containerable>
class
ContainerTreeDeltaValue<C extends Containerable>
class
ItemTreeDelta<PV extends PrismValue,
ID extends ItemDefinition<I>, I extends Item<PV, ID>, V extends ItemTreeDeltaValue> class
ItemTreeDeltaValue<PV extends PrismValue,
ITD extends ItemTreeDelta> class
ObjectTreeDelta<O extends ObjectType>
class
ObjectTreeDeltaValue<O extends ObjectType>
class
class
class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.schema.expression
-
Uses of DebugDumpable in com.evolveum.midpoint.schema.internals
Modifier and TypeClassDescriptionclass
class
Simple monitoring object. -
Uses of DebugDumpable in com.evolveum.midpoint.schema.processor
Modifier and TypeInterfaceDescriptioninterface
A resource schema that is certain to contain no refinements.interface
Resource schema that is complete with regards to the resource definition, i.e., it contains the full `schemaHandling`, including refined object types and object classes, and all the resource-level definitions, e.g., for shadow caching.interface
Represents ad-hoc combination of definitions of structural and auxiliary object classes.interface
The schema for connector configuration.interface
Object class definition as seen by the connector (or manually configured via XSD).interface
Definition of a reference type as seen by the connector (or defined in the simulated references capability).interface
The resource schema as obtained from the connector (or manually specified via XSD).interface
Describes a resource object class (e.g.interface
A definition that describes either an object class (as fetched from the resource, optionally refined by `schemaHandling`), or an object type (as defined in `schemaHandling` part of resource definition).interface
Defines "inbound processing" for resource object type or an association: correlation, synchronization reactions, inbounds for attributes and associations.interface
Definition of "resource object type".interface
A schema covering the whole resource.interface
Definition of aShadowAssociation
, e.g., `ri:group`.interface
Complex type definition for aShadowAssociationsContainer
.interface
Container holdingShadowAssociation
objects.interface
The enhanced definition of `associations` container (ShadowAssociationsContainer
) in aShadowType
object.interface
ShadowAttributeDefinition<V extends PrismValue,
D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>> Definition of aShadowAttribute
: simple or reference one.interface
Complex type definition for aShadowAttributesContainer
.interface
TODOinterface
The enhanced definition of `attributes` container (ShadowAttributesContainer
) in aShadowType
object.interface
ShadowCoordinatesQualifiedObjectDelta<T extends Objectable>
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type).interface
Supertype for a CTD for `attributes` and `associations` shadow containers.interface
A generalization of a source for synchronization and inbounds processing purposes: Either anAbstractShadow
or aShadowAssociationValue
.interface
Definition of anShadowReferenceAttribute
.interface
TODO update this doc Resource Object Attribute is a Property of Resource Object.interface
Full prism definition of aShadowSimpleAttribute
: has a native part and a refined part from `schemaHandling`.Modifier and TypeClassDescriptionclass
Common implementation for bothResourceObjectClassDefinition
andResourceObjectTypeDefinition
.class
class
class
Represents ad-hoc combination of definitions of structural and auxiliary object classes.class
class
Represents native object class or reference type definition.class
Shadow reference type that is backed by a native implementation.static class
class
class
An alternative representation of aShadowSimpleAttributeDefinition
that describes a normalization-aware resource attribute: one that has both original and normalized values.class
class
Default implementation ofResourceObjectClassDefinition
.class
Identification of a resource object using its primary and/or secondary identifiers.static class
Identification that does not contain a primary identifier.static class
Identification that contains a primary identifier.class
Primary and/or secondary identifiers of a resource object.static class
Secondary-only identifiers.static class
Identifiers that contain a primary identifier.static class
Inbound processing for the `associationSynchronization` expression evaluator.class
Generalized specification of a set of resource objects.final class
Default implementation ofResourceObjectTypeDefinition
.class
Delineates the boundary of a resource object type (i.e.class
Direct implementation ofResourceSchema
interface.class
Represents an association between shadows: one subject and zero or more objects.class
The (currently) only implementation ofShadowAssociationDefinition
.class
final class
class
Represents a specific shadow association value - i.e.class
ShadowAttributeDefinitionImpl<V extends PrismValue,
D extends ShadowAttributeDefinition<V, D, RV, SA>, RV, SA extends ShadowAttribute<V, D, RV, SA>, ND extends NativeShadowAttributeDefinition> Base implementation ofShadowSimpleAttributeDefinitionImpl
andShadowReferenceAttributeDefinitionImpl
.class
Resource Object Definition (Object Class).final class
TODO review docs Resource Object.class
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type).class
Rules that drive automatic shadow marking.static class
Rule for a single shadow mark.class
Represents a shadow reference attribute (like `ri:group` or `ri:access`).class
Definition of a shadow association item, e.g., `ri:group`.class
Represents a value of aShadowReferenceAttribute
.class
An attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition.class
class
Defines single "kind" of simulated reference subject or object.class
Specifies how to simulate the reference type: what are the participants, what attributes to use for the reference, etc. -
Uses of DebugDumpable in com.evolveum.midpoint.schema.processor.deleg
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of DebugDumpable in com.evolveum.midpoint.schema.result
Modifier and TypeClassDescriptionclass
Provides rich information about an operation being executed; mainly for the sake of error reporting and functional/performance troubleshooting. -
Uses of DebugDumpable in com.evolveum.midpoint.schema.selector.spec
Modifier and TypeClassDescriptionclass
Processes the `archetypeRef` clause.class
class
class
See https://docs.evolveum.com/midpoint/reference/security/authorization/configuration/selectors/delegator/.class
class
class
class
class
A clause that: .class
class
class
class
A clause of aValueSelector
.class
class
Originally, this was used for evaluation of `subtype` on objects.class
class
class
Parsed form ofObjectSelectorType
and its subtypes. -
Uses of DebugDumpable in com.evolveum.midpoint.schema.statistics
-
Uses of DebugDumpable in com.evolveum.midpoint.schema.util
Modifier and TypeInterfaceDescriptioninterface
Either a resource object, or a repository shadow (after being adopted by provisioning, i.e.interface
Modifier and TypeClassDescriptionstatic class
The default implementation.class
A shadow that was fetched from the repository OR that is going to be (or was) added to the repository.class
Represents iterable collection of association values either in an item delta, or in a shadow.class
Represents iterable collection of attribute values either in an item delta, or in a shadow.Modifier and TypeMethodDescriptionstatic <K,
V extends DebugDumpable>
voidSchemaDebugUtil.debugDumpMapMultiLine
(StringBuilder sb, Map<K, V> map, int indent) static <K,
V extends DebugDumpable>
StringSchemaDebugUtil.dumpMapMultiLine
(Map<K, V> map) Modifier and TypeMethodDescriptionstatic String
SchemaDebugUtil.debugDump
(Collection<? extends DebugDumpable> dumpables) static String
SchemaDebugUtil.debugDump
(Collection<? extends DebugDumpable> dumpables, int indent) -
Uses of DebugDumpable in com.evolveum.midpoint.schema.util.task
Modifier and TypeClassDescriptionclass
Implementation ofTaskInformation
based on new, activity-based tasks.class
Extract of the most relevant performance information about an activity.class
Summarized representation of a progress of an activity and its sub-activities.class
State of the worker tasks (in the broad sense - i.e.class
Task progress counted in buckets.class
Task progress counted in items.class
TheTaskInformation
based on a legacy task structure.class
Contains all non-trivial task information (progress, workers, overall status, and so on) needed for the use of GUI and reporting. -
Uses of DebugDumpable in com.evolveum.midpoint.schema.validator
Modifier and TypeClassDescriptionclass
class
final record
class
-
Uses of DebugDumpable in com.evolveum.midpoint.security.api
Modifier and TypeClassDescriptionclass
Parsed form ofAuthorizationType
.class
Simple midPoint principal.class
TODO description + better name -
Uses of DebugDumpable in com.evolveum.midpoint.security.enforcer.api
Modifier and TypeInterfaceDescriptioninterface
Compiled security constraints for a given prism value (usually containerable) and operation, at the granularity of individual contained items.interface
Extracted relevant security constraints related to given object.interface
Compiled security constraints for a given operation and phase applicable to a prism entity (Item
orPrismValue
).static interface
Compiled constraints related to anItem
; they describe access to their values.static interface
Compiled constraints related to aPrismValue
; they describe access to contained sub-items. -
Uses of DebugDumpable in com.evolveum.midpoint.task.api
Modifier and TypeInterfaceDescriptioninterface
Running lightweight asynchronous task.interface
A task that is directly used to execute the handler code.interface
Task instance - a logical unit of work. -
Uses of DebugDumpable in com.evolveum.midpoint.task.api.test
-
Uses of DebugDumpable in com.evolveum.midpoint.util
Modifier and TypeMethodDescriptionstatic String
DebugUtil.debugDump
(DebugDumpable dd) static String
DebugUtil.debugDump
(DebugDumpable dd, int indent) static Object
DebugUtil.debugDumpLazily
(DebugDumpable dumpable) static Object
DebugUtil.debugDumpLazily
(DebugDumpable dumpable, int indent) static void
DebugUtil.debugDumpWithLabel
(StringBuilder sb, String label, DebugDumpable dd, int indent) static void
DebugUtil.debugDumpWithLabelLn
(StringBuilder sb, String label, DebugDumpable dd, int indent) static String
DebugUtil.dump
(DebugDumpable dumpable) -
Uses of DebugDumpable in com.evolveum.midpoint.util.caching
Modifier and TypeClassDescriptionclass
This is a "compiled" configuration for a cache.class
Temporary implementation. -
Uses of DebugDumpable in com.evolveum.midpoint.util.statistics
-
Uses of DebugDumpable in com.evolveum.midpoint.web.application
-
Uses of DebugDumpable in com.evolveum.midpoint.web.component.assignment
-
Uses of DebugDumpable in com.evolveum.midpoint.web.component.breadcrumbs
Modifier and TypeClassDescriptionclass
Breadcrumb object that is stored in the session. -
Uses of DebugDumpable in com.evolveum.midpoint.web.component.prism.show
Modifier and TypeClassDescriptionclass
Artificial implementation of a visualization used to hold a list of deltas. -
Uses of DebugDumpable in com.evolveum.midpoint.web.component.util
Modifier and TypeClassDescriptionclass
RoleAnalysisTablePageable<T extends Serializable>
class
SelectableBeanImpl<T extends Serializable>
class
TreeSelectableBean<T extends Serializable>
-
Uses of DebugDumpable in com.evolveum.midpoint.web.page.admin.certification.dto
-
Uses of DebugDumpable in com.evolveum.midpoint.web.page.admin.reports.dto
-
Uses of DebugDumpable in com.evolveum.midpoint.web.page.admin.resources.content.dto
-
Uses of DebugDumpable in com.evolveum.midpoint.web.page.admin.server.dto
Modifier and TypeClassDescriptionclass
Task error bean for native repository.class
TaskErrorSelectableBeanImplOld<O extends ObjectType>
TODO: promised to be removed in 4.5, at least in this doc: https://docs.evolveum.com/midpoint/reference/admin-gui/admin-gui-config/ -
Uses of DebugDumpable in com.evolveum.midpoint.web.security
-
Uses of DebugDumpable in com.evolveum.midpoint.web.session
Modifier and TypeClassDescriptionclass
Created by honchar.class
class
class
Created by Viliam Repan (lazyman).class
Created by honcharclass
Created by honchar.class
Created by honchar.class
Created by honcharclass
class
class
class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.wf.api
Modifier and TypeClassDescriptionclass
ChangesByState<F extends FocusType>
Classification of deltas (in approval case) according to their state. -
Uses of DebugDumpable in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Modifier and TypeClassDescriptionclass
class
class
class
class
Describe terminate session event cluster-wide. -
Uses of DebugDumpable in com.evolveum.midpoint.xml.ns._public.common.audit_3
Modifier and TypeClassDescriptionclass
Audit event record describes a single event (usually data change) in a format suitable for audit. -
Uses of DebugDumpable in com.evolveum.midpoint.xml.ns._public.common.common_3
Modifier and TypeClassDescriptionclass
Definition of an access certification - a template for a set of access certification campaigns.class
Common parts of definitions of activity-related reports.class
Supertype for all activity state types.class
Session process options.class
Defines mapping(s) for an attribute.class
Common supertype for all authentication module definitions.class
Work definition for the certification related operations.class
Abstract clockwork-based synchronization action.class
Abstract supertype for constructions.class
Current state of a correlator being used.class
Definition of a correlator.class
Common definition for all authentication modules that use password.class
class
Supertype of report export types.class
Abstract type for key from key store.class
Configuration of the logger: the facility that collects log messages from the code.class
Defines how a value of a property (or attribute) should be constructed.class
Common supertype for item normalization steps (for custom indexing).class
Abstract supertype for all data types that specify configuration properties for a specific object type (User, Role, Org, Resource, ...)class
Common supertype for policy for given operation.class
Common definition for all authentication modules that use password.class
Basic data structure for all policy constraints.class
Basic super type for predefined configuration of account activation.class
TODOclass
Abstract type for configuration of reports.class
Definition for report-related activities.class
Abstract class that contains the "essence" of a role.class
Abstract supertype for various expression and related profiles.class
Common definition for all authentication modules that use security questions.class
Definition of a shadow association type: parts that are common for native and simulated association types.class
Abstract type for key from string representation.class
Information about mapping or expression source during evaluation.class
Abstract synchronization action - either clockwork-based or arbitrary one.class
Reaction to synchronization situation or situations: a common supertype for object and item-level structures.class
class
Marker type for an activity work definition.class
TODO EXPERIMENTALclass
TODOclass
Common superclass for workflow (approval) work item, certification work item and case management work item.class
Describes how to segment the work into buckets and manage them.class
class
Scope for assignment-related reviews.class
Definition of an access certification campaign.class
Statistics give a set of access certification cases.class
class
An item that has to be certified, viewed in the scope of a given certification campaign.class
Configuration for access certification.class
Access certification definition augmented with report-related information (e.g.class
Access certification definition.class
The most common way of specifying scope - providing type+search filter to select "base" objects and then some means of deriving certification cases from them.class
TODOclass
TODOclass
Specifies how to select reviewers for a campaign stage.class
Specifies the scope of an access certification campaign.class
Definition of an access certification campaign stage.class
Information about a stage of a campaign.class
A work item for a certification case.class
A configuration request access UIclass
TODOclass
TODOclass
Type that defines activation properties.class
Tailors the work specification by adding activity or activities before or after existing ones, or by changing specification (execution mode, flow of control, distribution) of existing activities.class
Objects affected by a simple activity.class
TODOclass
Work definition for the auto-scaling activity.class
Work state for the auto scaling activity.class
TODOclass
TODOclass
Information about the bucket processing within an activity.class
TODOclass
TODOclass
Defines the features related to the flow of control within an activity (simple or composite).class
Counters related to the execution of the activity, grouped into related categories.class
A group of related counters.class
A single counter.class
Describes an activity, i.e.class
TODOclass
Describes how we are going to distribute the work that is to be done: how to divide it into work buckets, and how to distribute these buckets to worker tasks.class
Specifies a reaction when a given error during activity execution occurs.class
Specifies a strategy for handling errors during iterative activities.class
Detailed definition of the execution mode.class
How should the activity deal with item counting, i.e.class
Information about item processing in given activity.class
Controls logging aspects of an activity execution.class
class
Progress of an activity.class
A collection of related report data objects.class
How should the task report its various aspects?class
Defines specific activity-related reports.class
Reports related to activity execution.class
Information about individual activity run.class
Should the simulation result be created for the activity? If so, how?class
State related to the "simulated" execution of this activity (and its children).class
Parameters related to the maintenance of activity tree state overview.class
Describes the state of an activity.class
Statistical information for individual activities.class
How the part is realized via subtask.class
Information about synchronization situations of objects processed by synchronization-related tasks: live sync, import, reconciliation.class
TODOclass
Definition for tracing execution of an iterative activity.class
Describes the state of an activity tree.class
Creates an owning focus for the resource object.class
Creates an owning focus value for the resource object value.class
Authorizations to be applied in addition to or instead of the ones of current/selected subject.class
Configuration related to approvals GUI.class
Default display formats for various UI elements.class
Role management features that are potentially user-specific i.e.class
Administration GUI configuration.class
Structure containing metadata about administrative operational state of the resource.class
Contains free form logging configuration.class
Condition controlling item report collection that is evaluated after the item is processed.class
This policy constraint always applies.class
Contains information about matching rules for attribute analysis.class
Contains information about matching rules for object analysis process.class
The container consists of statistical data about role analysis cluster.class
Configuration of the logger: the facility that collects log messages from the code.class
Specification of policies that are applicable to this object type.class
Prescribes how individual approval requirements should be composed into overall approval schema.class
Describes the approval context, i.e.class
Approval action.class
Trace for operation(s) that create approval process start instruction(s).class
Information on actual or expected execution of an approval schema.class
Rules for approving something (e.g.class
One "level" (or stage) in the approval process.class
Information of an actual or expected execution of an approval stage.class
Preview of an execution of an approval stage.class
Record of an actual execution of an approval stage.class
Definition of GUI-related configuration for the archetyped objects.class
Definition of archetype policies, such as object template, lifecycle, type display properties and so on.class
Module is used for the refining user search based on archetype selection.class
Defines a set of archetypes.class
Archetype definition.class
Trace for assignment evaluation operation.class
Abstract supertype for all object types that can have assignments.class
Constraint that triggers the rule when the object is assigned.class
Assignment path leading to this data.class
One segment in the metadata assignment path.class
One segment in the assignment path.class
Sequence of assignment paths, e.g.class
class
Specifies what types of assignments can be made to the focal object when it is a target of an assignment.class
Trace for assignment evaluation operation.class
Selects some assignments from all the assignments in the object.class
Generic assignments of one object to another object.class
Definition of an associated object.class
Container for association-to-be-added in the context: resource shadow discriminator.class
Creates association values by constructing it via mappings for individual attributes and object references.class
Synchronizes association values by correlating and mapping them to values of respective focus item (typically, an assignment).class
Options for asynchronous script execution.class
JAXB version of OperationRequested.Add class.class
JAXB version of OperationRequested.Delete class.class
JAXB version of OperationRequested.Modify class.class
JAXB version of OperationRequested class.class
Executes the asynchronous update from a resource.class
The container consists of statistical data about object.class
Defines inbound mapping(s) for an attribute.class
Defines outbound mapping(s) for an attribute.class
The module can be used as an additional verification of the already authenticated user.class
class
class
Behavioral data about past authentications.class
Definition of authentication modules that midPoint is aware about.class
Channel specification for authentication sequence.class
Specification of authentication module in the sequence.class
Authentication sequence.class
Definition of the use of authentication mechanisms.class
A request to evaluate authorization-based access decision.class
A request to evaluate authorization-based filter processing.class
Request to evaluate authorizations for diagnostics purposes.class
Response of diagnostic evaluation of authorizations.class
How the evaluation should be traced.class
Limitations of this authorization when it is applied to other authorizations.class
Authorization define fine-grained access to midPoint objects and system functionality.class
class
Specification of role auto-assignment properties.class
class
Defines how auto-scaling should be carried out.class
Available (saved or preconfigured) filter which can be applied during the search.class
Common base type for handler and notifiers - filtering and common information.class
Specifies the basic features of a repository-based object set.class
Specifies a set of resource objects to be processed with only basic identifiers.class
Condition controlling item report creation that is evaluated before the item is processed.class
General-purpose behavioral data.class
Specification of how string-based segments are delineated.class
Information about bucket completion or analysis to be recorded in buckets report.class
Defines how buckets should be created.class
Defines report on buckets processing.class
Defines the sampling of buckets.class
TODOclass
Specifies restrictions and permissions for a specific action.class
A profile concerning the use of actions.class
How is the cache invalidated? Currently applicable only to global repo cache objects.class
Settings for a given cache and object type(s).class
Settings for a given cache.class
Report on the state of midPoint caches.class
How cache statistics are collected and reported.class
class
Profiles for various kind of caching.class
Definition of object attribute caching policies.class
Specific caching profile that can be used system-wide or for individual threads.class
Collection of resource capabilities.class
Event describing the completion of a workflow process instance.class
Information related to correlation request that is to be resolved.class
Event describing the creation of a workflow process instance.class
Any event occurring during case lifetime that needs to be recorded, e.g.class
TODOclass
A work item for a (generic) case.class
Work definition for the close current stage of the certification campaign operation.class
Work definition for the opening next stage of the certification campaign operation.class
TODOclass
Work definition for the certification campaign reiteration operation.class
Work definition for the certification campaign remediation operation.class
Work definition for the start certification campaign operation.class
Batch of changes to be executed.class
Configuration of comment text field in last step (checkout) of request access UI wizard.class
Configuration structure related to request access UI wizard and its last step - checkout.class
Configuration of validity (assignment validity) for requested roles in last step (checkout) of request access UI wizard.class
Definition for a classic report export activity.class
Definition for a classic report import activity.class
Configuration of the logger: the facility that collects log messages from the code.class
Information how to override logging level for specified logger(s).class
Configuration of cleanup intervals and policies for various midPoint subsystems.class
Configuration of cleanup intervals and policies for a specific subsystem or feature.class
Definition for a cleanup activity.class
Trace for Clockwork.click operation.class
Trace for Clockwork.run operation.class
Abstract trace for clockwork events.class
Contains information about matching rules for clustering process.class
Contains information about matching rules for clustering process.class
State of the cluster for the purposes of auto-scaling.class
Specification of an explicit or implicit object collection (including reference to the collection).class
Specification of an explicit or implicit object collection, without reference to the collection.class
Constraints for collection stats (statistics).class
Stats (statistics) setting and entries.class
TODO EXPERIMENTALclass
Report on structured object size.class
Definition of scaling for the composite correlator.class
User-friendly way of defining a correlator or correlators.class
Composition-enabled composite correlator.class
A filter with an expression that denotes a necessary condition for the filter to be applied.class
Defines properties of a specific dashboard widget.class
What parts of a system configuration (in the most broad sense of the word), or what changes thereof should be (or are) used for the particular execution? Most of the time, we are concerned with simulated executions, but in the future it is possible to tweak configuration in a way that will be safe to run in production.class
TODOclass
How to resolve write-write conflicts on focal objects, i.e.class
Resource configuration (hostname, port, ...).class
class
class
Host definition for remote connector, remote connector framework or a remote "gateway".class
Complete specification of a connector instance with configuration and capabilities.class
Description of a generic connector.class
Information about a ConnId operation.class
Defines report on ConnId operations.class
How constraints checking (for focus and projections) should be done.class
Projection construction.class
Definition for the panel which will be used on details panel.class
Abstract container secrets provider.class
Module is used for the user authentication using the correlation rules.class
Legacy definition of whether to create correlation cases.class
Defines the custom confidence value for given correlator.class
These values are used to determine the correlation results.class
Definition of a correlation (e.g.class
Item that should be correlated as part of this correlator (i.e., correlation rule).class
Configuration for correlation module.class
Defines some restrictions for the correlation authentication module.class
Definition of how the results of the correlator should be integrated in the parent (composite) one.class
Creates (or updates) a correlation case for resource object in "disputed" synchronization state, i.e.class
Structure that specifies common elements to all the credential policies.class
Source of a new credential value.class
Credentials management policy.class
Specifies the method of resetting the credential.class
Credentials reset management policy.class
Specifies the method of storing the credential in midPoint.class
This is a container type for various credentials types: passwords, public keys, one-time password scheme identifiers, etc.class
CSV export type for Report.class
Work state for a custom composite activity.class
Normalization carried out using custom expression.class
Custom notifier which uses expression to produce the message object.class
Custom ways of evaluating a policy constraint.class
Configuration of the custom secrets provider, that is not known at the compile time.class
Custom secrets provider implementation, that is not known at the compile time.class
Custom type transport that can be realized either as a Java class (e.g.class
Specifies layout of a dashboard, such as the user dashboard (home screen) or administration dashboard.class
Configuration of dashboard-based reports.class
Configuration Dasboard dashboard showing in GUI.class
Properties of a specific widget data field.class
Specifies widget data source.class
Specifies widget presentation properties.class
Defines properties of a specific dashboard widget.class
Conditional variation in the way how the widget is displayed.class
Container which specify legal content for the role related to the GDPR.class
Cleanup policy for dead nodes.class
Default expression profiles to be used in specific situations.class
Default phase or phases for evaluation of inbound mappings.class
Default operation policy for those operations that do not have their behavior specified explicitly via object marks.class
If an account is unassigned and there is no other existing assignment for an account midPoint will de-provisioning that account.class
TODO EXPERIMENTALclass
State for a delegation (delegating) activity run.class
Deletes the owning focus for the resource object.class
Deletes the owning focus value for the resource object value.class
Deletes the resource object.class
Deletes the resource object value.class
Deletes specified objects.class
TODO EXPERIMENTALclass
Information about midPoint deployment: subscription information, deployment name, description, color and so on.class
Contains information about the outlier assignment anomaly result.class
Contains information about the outlier assignment anomaly result.class
Specific elements for export/import.class
class
Definition for a distributed report export activity.class
Docker secrets provider.class
TODOclass
Module is used for 2FA authentication.class
Enforcement action.class
Environment variables secrets provider.class
What should a task do when an error of given type is encountered? Only some combinations of values are allowed: ignore (+ stopAfter), retryLater (+ stopAfter), stop.class
Selects error categories, e.g.class
Description of an error condition to act on.class
TODO EXPERIMENTALclass
Defines how a value of a property (or attribute) should be constructed.class
An event handler type - extends common handler with filter/info and additionally can contain one or more notifiers of various kinds.class
Domain of a given event mark.class
Information specific for event marks.class
Container that defines exclusion of entities (e.g.class
Privileges and identity that will be used to execute an expression or similar operation.class
Executes given changes.class
Segmentation strategy that explicitly enumerates the buckets.class
A correlator that uses a specified expression to find shadow owner.class
Trace for expression evaluation operation.class
Specifies restrictions for execution of specific expression evaluators.class
Describes input parameters to the expression.class
Specifies restrictions and permissions for a specific class.class
Specifies restrictions and permissions for a specific method.class
Specifies restrictions and permissions for a package.class
Specifies restrictions and permissions for various evaluators, especially for scripting expressions.class
Specifies restrictions for execution of expressions and scripts.class
Information about mapping source during evaluation.class
Composition-enabled expression correlator.class
Place for non-standard object properties.class
Selects objects that were failed to be processed in previous activity run(s).class
class
How should be errors during object fetch process handled and reported.class
class
Export configuration.class
Secrets provider that reads secrets from files.class
Where and how to store "file" messages.class
A correlator that uses a specified filter to find shadow owner.class
Composition-enabled filter correlator.class
Specification of role auto-assignment properties.class
TODOclass
Alternative identities for a focus.class
Source of a focus identity.class
Alternative identity for a focus.class
Information about focus being loaded.class
A single (alternative) identity.class
Abstract supertype for all object types that can be focus of full midPoint computation.class
Executes validity scan on focal objects.class
class
class
Specifies a form using several different methods, e.g.class
Form definition.class
Represents frequency-related information.class
Information about full shadow being loaded.class
Configuration of the full text search feature.class
What items to index.class
What function libraries and their functions can be called?class
What functions in a given function library can be called?class
Define reusable functionsclass
Specifies the fuzzy search algorithm to use for searching.class
Configuration for GeneralChangeProcessor.class
General notifier that can handle any type of event.class
Configuration that is common to all transport configurations.class
Generic object for storing unknown (unexpected) object types.class
A generic configuration for a wf aspect.class
See GetOperationOptions for a description.class
Policy rule for use in global configuration.class
Group selection structure creates new tile in first step of request access wizard UI (person of interest).class
Actions are special things that can be done with particular object or list of objects.class
Specifies the settings for GUI object export.class
Flexible configurable label.class
Base data Provider configurationclass
Configuration of the object list column.class
Specifies form that are used for displaying and editing of specific object typeclass
Specifies the set of default panels that are used for displaying and editing of objects, such as User, Role, Org, ...class
Specifies the configuration of a generic table listing various things (usually objects).class
Configuration of additional panels that can be present in some view types.class
Specifies the set of pages that are used for displaying lists of objects such as Users, Roles, Orgs, ...class
Specifies the page used to list specific object type or object collection.class
Parameter which can be used within GUI.class
Specifies form that are used for displaying and editing of specific object type EXPERIMENTAL.class
Specifies form that are used for displaying and editing of specific object type EXPERIMENTAL.class
List pages for shadows.class
Constraint that triggers when the focus has given assignment(s).class
TODOclass
Definition for self dashboard.class
HTML export type for Report.class
Definition of HTTP BASIC authentication module (RFC 7617).class
Pseudo-authentication for pre-authenticated users.class
Definition of HTTP SecQ module.class
User interface icon specification.class
Identity recovery management policy.class
Attributes to be sent to the external ID Match service.class
What properties should be sent to the ID Match service.class
State of the process driven by ID Match correlator.class
Correlation using ID Match service.class
Composition-enabled ID Match correlator.class
Error should be ignored and the processing should continue.class
A segmentation strategy that is interpreted by the specific activity run.class
Definition for an import activity.class
Inactivates the owning focus for the resource object.class
Inactivates the owning focus value.class
Inactivates the resource object.class
Inactivates the resource object value.class
Phase or phases in which the mapping should be evaluated.class
Configuration of inbound mappings evaluation.class
class
Definition of item normalization (for custom indexing).class
Configuration for indirect search item.class
Technical (infrastructure) configuration of midPoint deployment.class
In Memory Assignment Data Providerclass
Integer stat (statistic) entry.class
"Fast filter" that can reject a raw operation result.class
Information about a midPoint internal operation.class
Defines report on internal operations.class
Various internals configuration elements.class
Trace for item consolidation.class
Definition of a property constraints.class
Definition of correlation-related aspects of a focus item.class
Definition of a single-item correlator for an item (a resource object attribute or a focus item).class
Definition of a custom indexing for an item.class
TODOclass
Information about item processing to be recorded in items report.class
Description of the common item handling details, such as display name, read/write access and value and synchronization expressions.class
TODOclass
Columns common to all specific item-related reports (like ConnId operations, internal operations, etc).class
Condition controlling item report creation or collection that is evaluated before or after item is processed.class
Correlator that compares individual items.class
Defines the custom confidence value for given search item.class
Specifies how to search for the item.class
Defines report on items processing.class
Composition-enabled items correlator.class
Action(s) that have to be executed in specified synchronization situation.class
Defines reaction(s) to synchronization-related situations, plus other synchronization settings, at the level of focus item.class
Reaction to synchronization situation or situations at the level of focus item.class
Definition of iteration properties for a resource account or other resource objects.class
Executes specified changes on specified objects.class
Executes a script (a.k.a.class
Define that resource server expect token in format JWT.class
LDAP authentication module supports authentication via LDAP server.class
Search configuration which uses an Ldap filter to locate the userclass
This type exists just to allow (deprecated) "cases" element in legacy synchronization bean.class
Values of sequences used in the computation.class
Value of a sequence used in the computation.class
A serialization of model context, i.e.class
TODOclass
TODOclass
TODOclass
Specifies the use of Levenshtein edit distance for searching.class
Specifies restrictions and permissions for a specific library function.class
Action that reduces (purges) object data.class
TODO EXPERIMENTALclass
Specification of lifecycle states and state transitions.class
Specification of lifecycle state transition.class
Specification of lifecycle state.class
Selects objects among linked ones (for this object).class
Selects objects among linked sources (for this object).class
Links resource object to its owning focus.class
Selects objects among link targets (for this object).class
Definitions of link types for objects having this archetype.class
Definitions of a link type.class
Definition for a live sync activity.class
State of the live sync activity.class
Single language localization for the message template.class
Auditing configuration for auditing by using the logging subsystem.class
Configuration of logging levels, categories, log files, etc.class
Information how to override logging configuration.class
Definition of "login form" module.class
Data structure that represents entire content of the lookup table, organized into table rows.class
An object that represents lookup table.class
Mail nonce authentication module.class
Where and how to send mail messages (or any other mail messages).class
Describes the context of the manual provisioning request that is represented by a case.class
Trace for mapping evaluation operation.class
Information about mapping source during evaluation.class
class
Specification of a mapping, typically used to identify the mapping that provided a particular focus value.class
Mapping state properties after evaluation.class
Mapping state property.class
Generic set of mappings.class
Informs that the value was provided by a mapping (and how exactly).class
Specialization of abstract mapping for regular data mappings.class
Information about the marking rule that provided a value for effectiveMarkRef (for shadows).class
A mark is a "label" given to an object - currently a prism object, an assignment, or audited/simulation event.class
Configuration of memory diagnostics features.class
Configuration that specifies automatic merging of two objects.class
Specifies the content of the message used with a transport mechanism, for instance mail.class
Localizable template of the message used with a transport mechanism, for instance mail.class
A configuration for message transports.class
Defines handling of a metadata items.class
Description of the metadata item handling details, such as (TODO)class
Specialization of abstract mapping for metadata mappings.class
In what situations should be this mapping template applied?class
Selection of items to include/exclude when applying given metadata processing.class
How object metadata should be recorded or updated.class
Meta-data about data creation, modification, etc.class
Trace for model's delta execution.class
Options for execution of Model operations.class
Constraint that triggers the rule on object modification, addition or deletion.class
TODOclass
SAML2 key from key store.class
SAML2 key from string representation.class
Constraint on multiplicity of assigned objects.class
Work definition for the multi-propagation activity.class
How should be a multi-source item handled.class
Definition of "multi-source" item.class
Node describes a single installation of midPoint.class
Structure that specifies policy for nonce management.class
class
Executes a script (a.k.a.class
"No-op" correlation that always returns "certainly no owner" result.class
"No-op" normalization step (for custom indexing).class
Work definition for a no-op activity.class
Steps to be applied during item normalization (for custom indexing).class
A configuration for user notifications.class
Message attachment for notifications.class
TODOclass
Type for notification specific transport configuration.class
Segmentation strategy that divides the processing space (represented by an interval of numeric values) into a number of work buckets.class
Configuration of object collection-based reports.class
Object collection specification.class
Specifies the set of forms that are used for displaying and editing of objects, such as User, Role, Org, ...class
Specifies form that are used for displaying and editing of specific object typeclass
Definition for object integrity check activity.class
Shadow specific provisioning policy.class
Position of an object (an item in the language of prism) within midPoint objects structure.class
Definition of policy for a specific object type.class
Selects some objects from all the objects in midPoint.class
A definition that applies to a set of repository objects.class
Specifies a set of repository objects to be processed.class
Defines a synchronization properties (configuration) for a resource.class
Defines a synchronization properties (configuration) for a specific type of object, e.g.class
Object-template-related settings related to correlation.class
TODO Description of the common item handling details, such as display name, read/write access and value and synchronization expressions.class
class
TODO: update The user template used to create new users.class
Common supertype for all identity objects.class
Configuration for default object type.class
OpenId Connect authentication module.class
OpenID Connect client.class
OpenID Provider.class
OpenID Connect resource server.class
Segmentation strategy that divides the processing space into a number of buckets based on OID values.class
Define that resource server expect opaque token, which have to be verified by user info endpoint.class
Structure containing metadata about operational state of the resource.class
How operationExecution records should be updated.class
Information about operation execution record real owner.class
Information about an operation executed on an object.class
What monitored operations to trace.class
TODOclass
Strategy for operation result aggregation.class
Operation execution statistics/state.class
TODOclass
TODOclass
Definition of object with respect to subject membership in organizational hierarchy.class
Organizational unit, division, section, object group, team, project or any other form of organizing things and/or people.class
The object (currently supported are tasks) is orphaned i.e.class
class
class
Limitations related to other privileges, like the ability to complete work items.class
Counter keyed by a qualified outcome.class
The container consists of statistical data about object.class
Selects some objects from all the objects in midPoint.class
Describes input parameters.class
Options that allows to select only some of the projector/clockwork parts to process.class
Structure that specifies policy for password management.class
Contains a single entry of the password history.class
TODOclass
class
Configuration for a primary change processor aspect.class
Description of an operation that is pending (in progress) or that was recently completed.class
Persona construction.class
Describes an attempt that is to be made.class
Actions that are executed as reactions to triggered policy rules.class
Common supertype for policy actions.class
Trace for policy constraint evaluation operation.class
How should be triggering of this constraint presented, e.g.class
References another policy constraint.class
Set of governance, risk management, compliance (GRC) and similar policy constraints that influence the identity model.class
Recorded exception from a policy rule.class
TODO EXPERIMENTALclass
Trace for policy rule evaluation operation.class
Information about the policy rule that provided a value for effectiveMarkRef.class
These rules specify compliance and governance constraints.class
Constraint that triggers the rule when the object is in a given policy situation(s).class
Information about the policy statement that provided a value for effectiveMarkRef (for shadows).class
Statement specifying explicit include (marking) of object or exclude from specified policy.class
Specifies limits when is the action executed.class
Object containing elements of business or governance policy.class
Polystring->string normalization step (for custom indexing).class
A normalization step taking only prefix into account (for custom indexing).class
This configuration will pre-provision a disabled account defined time before focus's activation/validFrom date.class
Used to define preview panels, for now it is only used on home (dashboard), but maybe later, we will need to show tables/forms in preview form also at other places.class
Configuration for PrimaryChangeProcessor.class
Prism specific configuration, mainly for performance optimizations and tuningclass
Describes set of items that are or have been processed.class
Describes an item (typically an object) that is or has been processed.class
class
A configuration for profiling features of midPoint.class
class
class
TODOclass
Specification of the way how projections are handled on the resource.class
Trace for Projector component operation.class
Trace for Projector.project operation.class
Work definition for the propagation activity.class
Properties secrets provider.class
class
TODOclass
JAXB version of PropertyModificationOperation class.class
Ultimate origin of the data.class
Specifies data provenance properties for a particular data feed (source), such as resource.class
Provenance metadata provide high-level information about origin of the value.class
Configuration of a service provided by midPoint.class
class
Trace for provisioning operation.class
TODOclass
Work state for a pure composite activity.class
Item processing outcome plus optional qualification.class
Sampling using random distribution of samples.class
Recomputes specified objects.class
Executes the reconciliation.class
State of the reconciliation activity.class
TODOclass
Defines the target (page/panel/url) to be redirected toclass
TODOclass
TODOclass
Sampling using regular distribution of samples.class
Re-indexes specified repository objects.class
Definition of a single (custom) relation.class
Definition of (custom) relations.class
Configuration for relation search item.class
Configuration structure related to request access UI wizard and its second step - relation selection.class
TODOclass
Re-indexes specified repository objects.class
Behavior for report.class
Report configuration based on report configuration schema.class
Reports outputs.class
State of the report export activity.class
class
Specification of midPoint report.class
Trace for repository ADD operation.class
Repository Assignment Data Providerclass
Configuring various aspects of the repository - in addition to those that are configured statically using config.xml file.class
Trace for repository DELETE operation.class
Trace for repository getObject operation.class
TEMPORARY - REMOVEclass
Trace for repository getVersion operation.class
Trace for repository MODIFY operation.class
Trace for repository operation.class
Trace for repository searchObjects/searchObjectsIterative operation.class
TEMPORARY - REMOVEclass
How repository statistics are collected and reported.class
Defines how the mapping of the activation section is handled for the resource.class
Description of the attribute handling details, such as display name, read/write access and value and synchronization expressions.class
Definition for different behaviors are handled for the resource.class
class
class
Configuration of resource "business" aspects such as workflow parameters, notifications, approvers, owners, etc.class
Configuration of consistency mechanisms.class
TODOclass
Description of the common item handling details, such as display name, read/write access and value and synchronization expressions.class
class
Configuration of inbound/outbound resource mappings evaluation.class
Describes how entitlement is associated to the subject (e.g.class
Trace for evaluation resource object construction.class
Specification of focus objects corresponding to given resource object type.class
class
class
Definition of resource object lifecycle handling.class
Describes how "multi-accounts" are treated for given object type.class
Describes the options for an owner of a resource object.class
An option when choosing an owner for a resource object.class
Resource object pattern.class
Reference to a resource object.class
Specifies a set of resource objects to be processed.class
Defines a type of resource objects.class
Delineates the boundary of a resource object type (i.e.class
Describes a dependency of an object type on another object type.class
References an object type.class
class
Resource represents a system or component external to the IDM system which we manage.class
Marker type for an activity work definition that use resourceObjects.class
Processing of the specified account should be retried later.class
Hyperlink with a label, menu and other data that control a rich presentation of the link.class
Contains information about...class
Contains information about...class
Contains information about...class
Contains information about candidate roles and their analysis.class
TODOclass
A set of grouped objects based on density and similarity.class
Options for Detecting Business Roles These parameters serve as key specifications for performing searches and analyzes aimed at discovering different business roles.class
Contains information about detected or found patterns.class
Object that should be excluded from the analysis in next analysis round.class
Contains specific characteristics of the object.class
Contains specific characteristics of the object.class
Objects above which a specific characteristic has been identified.class
Information about an operation executed on an object.class
This complex type defines options for role analysis.class
Partitions contains information about outliers analysis result for specific session.class
Contains detailed information about similar objects analysis.class
Contains information about outliers and their analysis.class
Contains information about the outlier statistic result.class
Contains detailed information about pattern analysis.class
TODOclass
Object clustering options for "role" mode.class
The container consists of statistical data about the role analysis session.class
Session for role analysis, e.g.class
Configuration structure related to request access UI wizard and its third step - role catalog.class
Role collection view defines structure that should be shown in request access UI wizard - in role catalog step.class
A configuration for role management: role catalog, role assignments, etc.class
Definition of "role membership management" activity.class
Definition of object with respect to subject relation to a role.class
A role in the extended Role-Based Access Control (RBAC) sense.class
SAML2 authentication module support authentication via Identity provider with SAML2.class
SAML2 key.class
SAML2 authentication module, network configuration.class
SAML2 provider.class
SAML2 provider metadata.class
SAML2 authentication module, service provider configuration.class
Work state for scanning activities (validity scanner, trigger scanner, shadow refresher).class
Task schedule.class
TODOclass
Specification of handling details for resource schema.class
Schema definition type.class
Configuration for scope search item.class
Trace for script evaluation operation.class
Object(s) on which the script should be executed.class
TODOclass
Specifies restrictions for execution of script expressions.class
Information about script variable during evaluation.class
Configuration of the search box (the set of input fields that control definition of search query).class
Describes input parameters for the search filter.class
The list of the search properties to be configured for the search panel.class
Search itemclass
Secrets providers configuration container.class
Abstract definition of a secrets provider.class
Object that contains definitions of overall security policy.class
Answer to the security question.class
Definition of a single security question.class
Structure that specifies policy for security questions.class
class
Definition of "security questions form" module.class
Selector-qualified options for a get-like operation.class
TODOclass
Structure that specifies policy for password management.class
Definition of a sequence object that produces unique values.class
This object type represents any kind of abstract or concrete services or devices such as servers, virtual machines, printers, mobile devices, network nodes, application servers, applications or anything similar.class
Definition of an association (for specific participant).class
Association values from the resource.class
The value of an association.class
Definition of a high-level (logical) association type.class
Definition of the "object" participant of the association type.class
Definition of a participant (subject or object) of an association type.class
Definition of the "subject" participant of the association type.class
The value of an association.class
Attribute values from the resource.class
Shadow behavioral data.class
Global settings for the "shadow caching" feature.class
Definition of a shadow caching policy.class
Scope of the shadow caching.class
Deletes all shadows that have not been updated for given time.class
Current state of the correlation process.class
Scope of the shadow credentials caching.class
Shadow discriminator uniquely identifies a projection among other projections linked to the same focus.class
TODOclass
Definition for shadow integrity check activity.class
Describes a dependency between shadow items.class
The behavior of a shadow item that differs from the "pure data store" expectations.class
How is given shadow mark automatically applied to shadows.class
Definition for a shadow reclassification activity.class
As ShadowAttributesType, but constrained to contain only reference attributes.class
Looks for pending operations in shadows and updates their status.class
TODOclass
Local copy of any object on the provisioning resource that is related to provisioning.class
TODOclass
TODOclass
TODOclass
Simple schema describing how work items for a case should be created.class
TODOclass
TODOclass
TODOclass
TODOclass
TODOclass
TODOclass
TODOclass
TODOclass
Definition of a specific simulation.class
Specifies which event marks to consider for given simulation.class
Specification of how metric values are aggregated.class
Specification of how is the metric value computed for individual "processed objects".class
Explicit definition of a metric.class
Set of dimensions of a partition.class
The scope of a partition, i.e.class
Partial or total aggregation of values for given metric.class
Reference to a metric - either by identifier (for explicitly defined ones) or by mark OID (for event mark based).class
Definition of the use of simulation metrics for the particular type of simulation.class
Values of a simulation metric, aggregated along with specific dimensions.class
A predicate over SimulationResultProcessedObjectType and/or ProcessedObject instances.class
Specifies which (non-tag) metrics to consider for given simulation.class
A value of a metric observed on a particular object processed by the simulation.class
An object that was processed during a particular simulation run.class
Result of a simulation run.class
Report on the cache state.class
SMS (mobile text message) nonce authentication module.class
Where and how to send SMS messages (or any other SMS).class
Event describing the completion of a workflow process instance stage.class
A constraint that triggers when an object or assignment is in a given state.class
The processing should be stopped.class
class
class
Segmentation strategy that divides the processing space (represented by a set of string values) into a number of work buckets; either based on intervals, prefixes or exact value matching.class
Selects some objects from all the objects in midPoint.class
Subreport with expression.class
How should we handle the situations when a sub-report produces either either multiple values, or no values at all?class
Configuration of the logger: the facility that collects log messages from subsystem code.class
Specifies the look and feel of the summary panel.class
Reference to a super-correlator.class
Declares a "super-resource".class
Stop action.class
Action(s) that have to be executed in specified synchronization situation.class
Default settings for synchronization reactions.class
Defines reaction(s) to synchronization-related situations, plus other synchronization settings.class
Reaction to synchronization situation or situations.class
Describes how many times given synchronization situation transition has occurred.class
How synchronization situation in shadows should be updated.class
Defines a synchronization properties (configuration) for a resource.class
Plain "synchronize" action.class
Drives the synchronization of simple association values having this shadow as an object.class
Drives the synchronization of respective shadows (or related aspects).class
Plain "synchronize" (clockwork-based) action.class
TODOclass
class
Specifies details how an audit event record property is created.class
Details about creation and recording of audit events.class
Specifies details regarding creation and recording of audit events.class
Global settings related to correlation.class
Specifies profile for expression evaluations, execution, restrictions, etc.class
Global configuration of simulations.class
System configuration object.class
Configuration structure related to request access UI wizard and its first step - person of interest.class
Describes the state of the activity or activities embedded in the task (and its subtasks - in the case of a root task).class
Searchable computed indexes, which tries to capture common parameters used to identify objects (and resource objects), which are expected to be affected by execution of the task.class
Auto-scaling configuration for the task.class
Constraints on task execution, e.g.class
Specification of the environment in which the task should execute.class
TODOclass
TaskType contains information about a task (either transient or persistent).class
Selects an object by comparing tenant information.class
Water mark (bound).class
TODOclass
A constraint that triggers when validity of an object, assignment, or basically any time-sensitive item (e.g.class
Specification of the data flow(s) to be visualized.class
One object.class
Object dictionary.class
Selects an operation trace.class
Root type for tracing information that is embedded in OperationResult objects.class
What columns to visualize? Volatile - will be changed soon.class
How to visualize trace file.class
How to visualize trace file.class
How a traced operation is to be visualized.class
Tracing configuration, including profiles to be selected from.class
Description of the environment where the trace was captured.class
Metadata e.g.class
Output of the tracing.class
Describes how the tracing is to be done.class
Describes how the tracing of specific type is to be done.class
class
Specifies how the inner constraints are to be evaluated with regard to operation start and end state.class
Deals with creation of recompute triggers for selected objects.class
Executes trigger scan on repository objects.class
Defines triggers for an object.class
Specifies the use of trigram similarity for searching.class
Unlinks resource object from its owning focus.class
Object clustering options for "user" mode.class
Specifies the details of a new credential entered manually by a user.class
Defines properties of a specific user interface feature (e.g.class
TODOclass
User object represents a physical user of the system.class
TODOclass
TODOclass
Element which allows predefined validity duration for requested rolesin request access UI wizard.class
Value Metadata specific internals configuration, mainly for performance optimizations and tuningclass
The value metadata.class
class
Trace for expression evaluation operation in AbstractValueTransformationExpressionEvaluator.class
Trace for transformation of a tuple of values.class
There are cases when you need to force midpoint thinks that user has assigned some role.class
Item specification to display in containerclass
Used to specify "virtual" containers for displaying details page in GUI.class
Water mark (bound).class
Configuration for workflow change processor.class
Configuration for workflows - for those parts not stored in the system config file.class
Configuration related to tasks in which model operations are executed.class
Whether and how to serialize execution tasks (if "execute after all approvals" is set to false).class
DEPRECATED We need to decide what to do with this.class
Specification of a process that is to be started.class
TODO: viliamclass
Parameters related to buckets allocation process.class
Description of a state and content of a work bucket.class
Definition of the work that has to be done within an activity.class
How to create and manage worker tasks.class
How to create worker tasks per node.class
Result of the workers reconciliation process.class
Actions to execute.class
Event describing the work item completion.class
Event describing the fact of delegation.class
A request to delegate work item - analogous to AbstractWorkItemOutputType.class
Event describing the fact of escalation.class
Process event related to a specific work item.class
TODO EXPERIMENTALclass
Overall output from a work item: outcome (approve/reject/...), comment, additional delta, and probably other things in the future.class
Selects some work items from all the items (perhaps of a given type, like approval work items).class
Actions that should be applied to a work item in given moments (relative to work item creation or work item deadline).class
This element contains the XSD-formatted definition of schema. -
Uses of DebugDumpable in com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_3
Modifier and TypeClassDescriptionclass
Connector configuration propertiesclass
Configuration of ConnId connector pools.class
Type that contains configuration of ConnId results handlers.class
Connector operation timeout values. -
Uses of DebugDumpable in com.evolveum.midpoint.xml.ns._public.prism_schema_3
Modifier and TypeClassDescriptionclass
class
Common elements for all definitions.class
Elements for enumeration definition.class
Elements for enumeration value definition.class
class
Common elements for property, reference and container definition.class
class
class
-
Uses of DebugDumpable in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3
Modifier and TypeClassDescriptionclass
Base type for all write capabilities.class
Describes capability to process activation data, which means enable/disable of accounts, dates for scheduled enable/disable and similar things related to make the account active.class
Describes capability to provide lockout status (e.g.class
Describes capability to provide activation status (e.g.class
Describes capability to provide activation validity dates (validFrom, validTo)class
Indication that ADD and REMOVE of attribute values is reliably supported.class
Describes capability to process asynchronous updates.class
Describes capability to specify additional (auxiliary) object classes in addition to the primary object class.class
Container for various behavior-related capabilities.class
Collection of resource capabilities.class
Abstract supertype for all (static schema) capabilities.class
Ability to efficiently count objects.class
Describes create capability.class
Describes capability to present credentials in a structured way.class
Describes delete capability.class
Describes capability to do configuration discovery, check and recommendation (`DiscoverConfigurationApiOp`).class
Describes capability of resource to provide last login timestamp.class
Describes capability to detect changes in almost real time (live synchronization).class
How to handle paged searches.class
Describes capability to present password in a structured way.class
Describes read capability.class
May specify either the native or simulated references.class
Describes capability to execute operations with specified identity.class
Describes capability to discover resource schema.class
class
Describes capability to execute scripts (short pieces of program) on the connector or resource.class
Definition of a simulated reference type.class
Delineates the boundary of eligible simulated reference participants.class
Definition of a participant (subject or object) of a reference.class
Describes capability to test connection to the resource once the connector is configured.class
Describes update capability. -
Uses of DebugDumpable in com.evolveum.prism.xml.ns._public.query_3
-
Uses of DebugDumpable in com.evolveum.prism.xml.ns._public.types_3
Modifier and TypeClassDescriptionclass
class
Polymorphic string.class