Uses of Interface
com.evolveum.midpoint.prism.Freezable
Package
Description
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 Freezable in com.evolveum.midpoint.gui.api.prism.wrapper
Modifier and TypeInterfaceDescriptioninterface
ItemWrapper<I extends Item,
VW extends PrismValueWrapper> interface
PrismContainerWrapper<C extends Containerable>
interface
PrismObjectWrapper<O extends ObjectType>
interface
interface
PrismReferenceWrapper<R extends Referencable>
interface
interface
-
Uses of Freezable in com.evolveum.midpoint.gui.impl.prism.wrapper
Modifier and TypeClassDescriptionclass
AssignmentHolderWrapper<AH extends AssignmentHolderType>
class
Created by honcharclass
Created by honcharclass
ItemWrapperImpl<I extends Item,
VW extends PrismValueWrapper> class
PrismContainerWrapperImpl<C extends Containerable>
class
PrismObjectWrapperImpl<O extends ObjectType>
class
class
PrismReferenceWrapperImpl<R extends Referencable>
class
class
Created by honcharclass
class
class
class
class
class
-
Uses of Freezable in com.evolveum.midpoint.model.api.simulation
Modifier and TypeInterfaceDescriptionstatic 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 Freezable 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
An interface to mutate the definition of a complex type.interface
An interface that provides an ability to modify a definition.interface
MutableItemDefinition<I extends Item>
EXPERIMENTALinterface
MutablePrismContainerDefinition<C extends Containerable>
interface
MutablePrismObjectDefinition<O extends Objectable>
interface
interface
interface
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
Modifier and TypeClassDescriptionclass
class
List that freezes its members as well.class
DeeplyFreezableReference<T extends Serializable>
Reference that freezes the referenced object as well.class
Contains the expression that can be part of e.g.class
A list that can be made immutable.class
FreezableReference<T extends Serializable>
A reference that can be made immutable.Modifier and TypeMethodDescriptionprotected void
static void
Freezable.freezeNullable
(Freezable target) -
Uses of Freezable 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
interface
interface
-
Uses of Freezable in com.evolveum.midpoint.prism.delta
Modifier and TypeInterfaceDescriptioninterface
ContainerDelta<V extends Containerable>
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
Relative difference (delta) of a property values.interface
-
Uses of Freezable in com.evolveum.midpoint.prism.impl
Modifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.DefinitionImpl
class
com.evolveum.midpoint.prism.impl.ItemDefinitionImpl<I extends Item<?,
?>> class
com.evolveum.midpoint.prism.impl.ItemImpl<V extends PrismValue,
D extends ItemDefinition<?>> class
com.evolveum.midpoint.prism.impl.PrismContainerDefinitionImpl<C extends Containerable>
class
com.evolveum.midpoint.prism.impl.PrismContainerImpl<C extends Containerable>
class
com.evolveum.midpoint.prism.impl.PrismPropertyDefinitionImpl<T extends Object>
class
com.evolveum.midpoint.prism.impl.PrismPropertyImpl<T extends Object>
-
Uses of Freezable in com.evolveum.midpoint.prism.impl.binding
Modifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
class
com.evolveum.midpoint.prism.impl.binding.AbstractMutableObjectable
-
Uses of Freezable in com.evolveum.midpoint.prism.impl.delta
Modifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.delta.ObjectDeltaImpl<O extends Objectable>
-
Uses of Freezable in com.evolveum.midpoint.prism.impl.schema
Modifier and TypeClassDescriptionclass
com.evolveum.midpoint.prism.impl.schema.PrismSchemaImpl
-
Uses of Freezable in com.evolveum.midpoint.prism.path
-
Uses of Freezable 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
ValueFilter<V extends PrismValue,
D extends ItemDefinition<?>> -
Uses of Freezable in com.evolveum.midpoint.prism.schema
Modifier and TypeInterfaceDescriptioninterface
interface
Schema as a collection of definitions.interface
Schema (prism or non-prism) with additional information. -
Uses of Freezable in com.evolveum.midpoint.prism.util
Modifier and TypeMethodDescriptionstatic <T extends Freezable>
Collection<T>PrismUtil.freezeCollectionDeeply
(Collection<T> freezables) CloneUtil.toImmutable
(CF input) Provides an immutable version of the input: - If the input is immutable, returns it as is. -
Uses of Freezable 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 Freezable in com.evolveum.midpoint.schema
-
Uses of Freezable in com.evolveum.midpoint.schema.expression
Modifier and TypeClassDescriptionclass
Compiled expression permission profile. -
Uses of Freezable in com.evolveum.midpoint.schema.processor
Modifier and TypeInterfaceDescriptioninterface
Represents ad-hoc combination of definitions of structural and auxiliary object classes.interface
interface
interface
Interface allowing modifications of an object class definition.interface
interface
interface
/** Resource Object Attribute is a Property of Resource Object.interface
TODOinterface
TODO review docs Resource Object Definition (Object Class).interface
Information about a resource attribute that is available from the connector and optionally refined by configuration in resource `schemaHandling` section.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
Definition of "resource object type".interface
A schema covering the whole resource.interface
ShadowCoordinatesQualifiedObjectDelta<T extends Objectable>
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type).Modifier and TypeClassDescriptionclass
Common implementation for bothResourceObjectClassDefinition
andResourceObjectTypeDefinition
.class
Represents ad-hoc combination of definitions of structural and auxiliary object classes.class
class
A structure holding "raw" definition of a resource attribute, i.e.class
class
Resource Object Definition (Object Class).final class
TODO review docs Resource Object.class
An attribute definition (obtained typically from the connector), optionally refined by information from `schemaHandling` section of a resource definition.class
class
Default implementation ofResourceObjectClassDefinition
.final class
Default implementation ofResourceObjectTypeDefinition
.class
Direct implementation ofResourceSchema
interface.class
AnObjectDelta
enriched byResourceShadowCoordinates
(pointing to a resource object type). -
Uses of Freezable in com.evolveum.midpoint.schema.processor.deleg
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
-
Uses of Freezable 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 Freezable 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 Freezable 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
Object clustering options.class
Common supertype for all authentication module definitions.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 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
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
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
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
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
Container for association-to-be-added in the context: resource shadow discriminator.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 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 bulk action.class
A profile concerning the use of bulk 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
TODOclass
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
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
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
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
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 resource object.class
Deletes specified objects.class
TODO EXPERIMENTALclass
Information about midPoint deployment: subscription information, deployment name, description, color and so on.class
Specific elements for export/import.class
class
Definition for a distributed report export activity.class
TODOclass
Module is used for 2FA authentication.class
Enforcement action.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
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
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
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
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 resource object.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
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
See Axiom.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
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
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
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
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
These rules specify compliance and governance constraints.class
Constraint that triggers the rule when the object is in a given policy situation(s).class
Statement specifying explicit include (marking) of object or exclude from specified policy.class
Specifies limits when is the action executed.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
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
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
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
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
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
class
Resource represents a system or component external to the IDM system which we manage.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
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
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
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
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
TODOclass
Attribute values from the resource.class
Deletes all shadows that have not been updated for given time.class
Current state of the correlation process.class
Shadow discriminator uniquely identifies a projection among other projections linked to the same focus.class
TODOclass
Definition for shadow integrity check activity.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
Container for options that allow selectively switch behavior of different features during simulation or preview changes.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
References super object type.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" (clockwork-based) action.class
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
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 Freezable in com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_3
Modifier and TypeClassDescriptionclass
TODOclass
Type that contains configuration of ICF connector pools.class
Type that contains configuration of ICF results handlers.class
Type that contains configuration of ICF operation timeouts. -
Uses of Freezable 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
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 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
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
Describes capability to test connection to the resource once the connector is configured.class
Describes update capability. -
Uses of Freezable in com.evolveum.prism.xml.ns._public.query_3
-
Uses of Freezable in com.evolveum.prism.xml.ns._public.types_3