|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Objectable in com.evolveum.midpoint.common.refinery |
---|
Classes in com.evolveum.midpoint.common.refinery with type parameters of type Objectable | |
---|---|
class |
ShadowDiscriminatorObjectDelta<T extends Objectable>
|
Methods in com.evolveum.midpoint.common.refinery with type parameters of type Objectable | ||
---|---|---|
static
|
ShadowDiscriminatorObjectDelta.createModificationReplaceProperty(java.lang.Class<O> type,
java.lang.String resourceOid,
java.lang.String intent,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property. |
Uses of Objectable in com.evolveum.midpoint.common.validator |
---|
Methods in com.evolveum.midpoint.common.validator with type parameters of type Objectable | ||
---|---|---|
|
EventHandler.postMarshall(PrismObject<T> object,
org.w3c.dom.Element objectElement,
OperationResult objectResult)
Call-back called after the object is unmarshalled. |
Methods in com.evolveum.midpoint.common.validator with parameters of type Objectable | |
---|---|
void |
Validator.validateObject(Objectable object,
OperationResult objectResult)
|
Uses of Objectable in com.evolveum.midpoint.prism |
---|
Classes in com.evolveum.midpoint.prism with type parameters of type Objectable | |
---|---|
class |
PrismObject<T extends Objectable>
Common supertype for all identity objects. |
class |
PrismObjectDefinition<T extends Objectable>
MidPoint Object Definition. |
Methods in com.evolveum.midpoint.prism with type parameters of type Objectable | ||
---|---|---|
|
PrismContext.adopt(ObjectDelta<T> delta)
|
|
|
PrismContext.adopt(PrismObject<T> object)
|
|
|
PrismContext.adopt(PrismObject<T> object,
java.lang.Class<T> declaredType)
Set up the specified object with prism context instance and schema definition. |
|
|
PrismContext.parseObject(org.w3c.dom.Element objectElement)
Parses a DOM object and creates a prism from it. |
|
|
PrismContext.parseObject(java.io.File file)
Parses a file and creates a prism from it. |
|
|
PrismContext.parseObject(java.lang.String xmlString)
Parses a string and creates a prism from it. |
Methods in com.evolveum.midpoint.prism that return Objectable | |
---|---|
Objectable |
PrismValue.getOriginObject()
|
Methods in com.evolveum.midpoint.prism with parameters of type Objectable | |
---|---|
void |
PrismContext.adopt(Objectable objectable)
|
void |
PrismValue.setOriginObject(Objectable source)
|
Constructors in com.evolveum.midpoint.prism with parameters of type Objectable | |
---|---|
PrismContainerValue(OriginType type,
Objectable source,
PrismContainerable container,
java.lang.String id)
|
|
PrismPropertyValue(T value,
OriginType type,
Objectable source)
|
|
PrismReferenceValue(java.lang.String oid,
OriginType type,
Objectable source)
|
Uses of Objectable in com.evolveum.midpoint.prism.delta |
---|
Classes in com.evolveum.midpoint.prism.delta with type parameters of type Objectable | |
---|---|
class |
ObjectDelta<T extends Objectable>
Relative difference (delta) of the object. |
Methods in com.evolveum.midpoint.prism.delta with type parameters of type Objectable | ||
---|---|---|
static
|
ObjectDelta.createAddDelta(PrismObject<O> objectToAdd)
|
|
static
|
ObjectDelta.createDeleteDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext)
|
|
static
|
PropertyDelta.createDelta(ItemPath propertyPath,
java.lang.Class<O> compileTimeClass,
PrismContext prismContext)
|
|
static
|
PropertyDelta.createDelta(ItemPath propertyPath,
PrismObjectDefinition<O> objectDefinition)
|
|
static
|
ContainerDelta.createDelta(PrismContext prismContext,
java.lang.Class<O> type,
javax.xml.namespace.QName containerName)
|
|
static
|
ContainerDelta.createDelta(PrismObjectDefinition<O> objectDefinition,
javax.xml.namespace.QName containerName)
|
|
static
|
PropertyDelta.createDelta(javax.xml.namespace.QName propertyName,
java.lang.Class<O> compileTimeClass,
PrismContext prismContext)
|
|
static
|
PropertyDelta.createDelta(javax.xml.namespace.QName propertyName,
PrismObjectDefinition<O> objectDefinition)
|
|
static
|
ObjectDelta.createEmptyAddDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createEmptyDeleteDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createEmptyDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext,
ChangeType changeType)
|
|
static
|
ObjectDelta.createEmptyModifyDelta(java.lang.Class<O> type,
java.lang.String oid,
PrismContext prismContext)
|
|
static
|
ReferenceDelta.createModificationAdd(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismObject<?> refTarget)
|
|
static
|
ReferenceDelta.createModificationAdd(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismReferenceValue refValue)
|
|
static
|
ReferenceDelta.createModificationAddCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismObject<?> refTarget)
|
|
static
|
ReferenceDelta.createModificationAddCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismReferenceValue refValue)
|
|
static
|
ReferenceDelta.createModificationAddCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
java.lang.String targetOid)
|
|
static
|
ObjectDelta.createModificationAddContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationAddContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationAddProperty(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
ObjectDelta.createModificationAddProperty(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
ObjectDelta.createModificationAddReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismObject<?>... referenceObjects)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModificationAddReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismReferenceValue... referenceValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModificationAddReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
java.lang.String... targetOids)
|
|
static
|
ReferenceDelta.createModificationDelete(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismObject<?> refTarget)
|
|
static
|
ReferenceDelta.createModificationDelete(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismReferenceValue refValue)
|
|
static
|
ReferenceDelta.createModificationDelete(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismObject<?> refTarget)
|
|
static
|
ReferenceDelta.createModificationDeleteCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismObject<?> refTarget)
|
|
static
|
ReferenceDelta.createModificationDeleteCollection(java.lang.Class<T> type,
javax.xml.namespace.QName refName,
PrismContext prismContext,
PrismReferenceValue refValue)
|
|
static
|
ObjectDelta.createModificationDeleteContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationDeleteContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationDeleteProperty(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
|
|
static
|
ObjectDelta.createModificationDeleteReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
PrismReferenceValue... referenceValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModificationDeleteReference(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
java.lang.String... targetOids)
|
|
static
|
ObjectDelta.createModificationReplaceContainer(java.lang.Class<O> type,
java.lang.String oid,
ItemPath containerPath,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationReplaceContainer(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName containerName,
PrismContext prismContext,
PrismContainerValue<C>... containerValues)
|
|
static
|
ObjectDelta.createModificationReplaceProperty(java.lang.Class<O> type,
java.lang.String oid,
ItemPath propertyPath,
PrismContext prismContext,
X... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModificationReplaceProperty(java.lang.Class<O> type,
java.lang.String oid,
javax.xml.namespace.QName propertyName,
PrismContext prismContext,
X... propertyValues)
Convenience method for quick creation of object deltas that replace a single object property. |
|
static
|
ObjectDelta.createModifyDelta(java.lang.String oid,
java.util.Collection<? extends ItemDelta> modifications,
java.lang.Class<T> objectTypeClass,
PrismContext prismContext)
|
|
static
|
ObjectDelta.createModifyDelta(java.lang.String oid,
ItemDelta modification,
java.lang.Class<T> objectTypeClass,
PrismContext prismContext)
|
|
static
|
PropertyDelta.createReplaceDelta(PrismContainerDefinition<O> containerDefinition,
javax.xml.namespace.QName propertyName,
java.lang.Object... realValues)
|
|
static
|
PropertyDelta.createReplaceDeltaOrEmptyDelta(PrismObjectDefinition<O> objectDefinition,
javax.xml.namespace.QName propertyName,
java.lang.Object realValue)
|
|
static
|
PropertyDelta.createReplaceEmptyDelta(PrismObjectDefinition<O> objectDefinition,
javax.xml.namespace.QName propertyName)
Create delta that deletes all values of the specified property. |
|
static
|
DiffUtil.diff(java.io.File oldXmlFile,
java.io.File newXmlFile,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DiffUtil.diff(PrismObject<T> oldObject,
PrismObject<T> newObject)
|
|
static
|
DiffUtil.diff(java.lang.String oldXml,
java.lang.String newXml,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DiffUtil.diff(T oldObjectType,
T newObjectType,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
protected static
|
ObjectDelta.fillInModificationAddContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
ObjectDelta.fillInModificationAddProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues)
|
|
protected static
|
ObjectDelta.fillInModificationDeleteContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
ObjectDelta.fillInModificationDeleteProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues)
|
|
protected static
|
ObjectDelta.fillInModificationReplaceContainer(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
PrismContainerValue<C>... containerValues)
|
|
protected static
|
ObjectDelta.fillInModificationReplaceProperty(ObjectDelta<O> objectDelta,
ItemPath propertyPath,
X... propertyValues)
|
|
static
|
ObjectDelta.summarize(java.util.List<ObjectDelta<T>> deltas)
Returns a delta that is a "sum" of all the deltas in the collection. |
|
static
|
ObjectDelta.summarize(ObjectDelta<T>... deltas)
Returns a delta that is a "sum" of all the deltas in the collection. |
|
static
|
ObjectDelta.union(ObjectDelta<T>... deltas)
Union of several object deltas. |
Methods in com.evolveum.midpoint.prism.delta with parameters of type Objectable | |
---|---|
void |
PrismValueDeltaSetTriple.setOriginObject(Objectable originObject)
Sets specified origin object for all values in all sets |
Method parameters in com.evolveum.midpoint.prism.delta with type arguments of type Objectable | |
---|---|
ItemDelta<V> |
ItemDelta.narrow(PrismObject<? extends Objectable> object)
Filters out all delta values that are meaningless to apply. |
PropertyDelta<T> |
PropertyDelta.narrow(PrismObject<? extends Objectable> object)
|
Uses of Objectable in com.evolveum.midpoint.prism.dom |
---|
Methods in com.evolveum.midpoint.prism.dom with type parameters of type Objectable | ||
---|---|---|
|
PrismDomProcessor.parseObject(org.w3c.dom.Element objectElement)
|
|
|
PrismDomProcessor.parseObject(java.io.File file)
|
|
|
PrismDomProcessor.parseObject(java.io.File file,
java.lang.Class<T> type)
|
|
|
PrismDomProcessor.parseObject(org.w3c.dom.Node domNode)
|
|
|
PrismDomProcessor.parseObject(java.lang.String objectString)
|
|
|
PrismDomProcessor.parseObject(java.lang.String objectString,
java.lang.Class<T> type)
|
|
|
PrismDomProcessor.serializeObjectToString(PrismObject<T> object)
|
|
|
PrismDomProcessor.serializeObjectToString(PrismObject<T> object,
boolean serializeCompositeObjects)
|
Methods in com.evolveum.midpoint.prism.dom that return types with arguments of type Objectable | |
---|---|
java.util.List<PrismObject<? extends Objectable>> |
PrismDomProcessor.parseObjects(java.io.File file)
This is really stupid implementation. |
Uses of Objectable in com.evolveum.midpoint.prism.query |
---|
Method parameters in com.evolveum.midpoint.prism.query with type arguments of type Objectable | |
---|---|
static EqualsFilter |
EqualsFilter.createEqual(java.lang.Class<? extends Objectable> type,
PrismContext prismContext,
javax.xml.namespace.QName propertyName,
java.lang.Object realValue)
|
static RefFilter |
RefFilter.createReferenceEqual(java.lang.Class type,
javax.xml.namespace.QName propertyName,
PrismObject<? extends Objectable> targetObject)
|
Uses of Objectable in com.evolveum.midpoint.prism.schema |
---|
Methods in com.evolveum.midpoint.prism.schema with type parameters of type Objectable | ||
---|---|---|
|
SchemaRegistry.applyDefinition(ObjectDelta<T> objectDelta,
java.lang.Class<T> type,
boolean force)
This method will try to locate the appropriate object definition and apply it. |
|
|
SchemaDefinitionFactory.createObjectDefinition(javax.xml.namespace.QName elementName,
ComplexTypeDefinition complexTypeDefinition,
PrismContext prismContext,
java.lang.Class<T> compileTimeClass,
com.sun.xml.xsom.XSAnnotation annotation,
com.sun.xml.xsom.XSParticle elementParticle)
|
|
|
SchemaRegistry.findObjectDefinitionByCompileTimeClass(java.lang.Class<T> compileTimeClass)
|
|
|
PrismSchema.findObjectDefinitionByCompileTimeClass(java.lang.Class<T> type)
|
|
|
SchemaRegistry.findObjectDefinitionByElementName(javax.xml.namespace.QName elementName)
|
|
|
PrismSchema.findObjectDefinitionByElementName(javax.xml.namespace.QName elementName)
|
|
|
SchemaRegistry.findObjectDefinitionByType(javax.xml.namespace.QName typeName)
|
|
|
PrismSchema.findObjectDefinitionByType(javax.xml.namespace.QName typeName)
|
|
|
PrismSchema.findObjectDefinitionByType(javax.xml.namespace.QName typeName,
java.lang.Class<T> type)
|
|
|
SchemaRegistry.instantiate(java.lang.Class<T> compileTimeClass)
|
Method parameters in com.evolveum.midpoint.prism.schema with type arguments of type Objectable | |
---|---|
void |
SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject,
java.lang.Class<? extends Objectable> type)
|
void |
SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject,
java.lang.Class<? extends Objectable> type)
|
void |
SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject,
java.lang.Class<? extends Objectable> type,
boolean force)
This method will try to locate the appropriate object definition and apply it. |
void |
SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject,
java.lang.Class<? extends Objectable> type,
boolean force)
This method will try to locate the appropriate object definition and apply it. |
PrismSchema |
SchemaRegistry.findSchemaByCompileTimeClass(java.lang.Class<? extends Objectable> compileTimeClass)
|
Uses of Objectable in com.evolveum.midpoint.prism.util |
---|
Methods in com.evolveum.midpoint.prism.util with type parameters of type Objectable | ||
---|---|---|
static
|
PrismAsserts.assertNoItem(PrismObject<T> object,
ItemPath itemPath)
|
|
static
|
PrismAsserts.assertNoItem(PrismObject<T> object,
javax.xml.namespace.QName itemName)
|
|
static
|
PrismAsserts.assertObjectDefinition(PrismObjectDefinition<T> objDef,
javax.xml.namespace.QName elementName,
javax.xml.namespace.QName typeName,
java.lang.Class<T> compileTimeClass)
|
|
static
|
PrismTestUtil.getObjectDefinition(java.lang.Class<T> compileTimeClass)
|
|
static
|
PrismTestUtil.parseDelta(java.io.File file)
|
|
static
|
PrismTestUtil.parseObject(org.w3c.dom.Element element)
|
|
static
|
PrismTestUtil.parseObject(java.io.File file)
|
|
static
|
PrismTestUtil.parseObject(java.lang.String xmlString)
|
Methods in com.evolveum.midpoint.prism.util that return types with arguments of type Objectable | |
---|---|
static java.util.List<PrismObject<? extends Objectable>> |
PrismTestUtil.parseObjects(java.io.File file)
|
Methods in com.evolveum.midpoint.prism.util with parameters of type Objectable | ||
---|---|---|
static void |
PrismAsserts.assertEquals(java.io.File fileNewXml,
Objectable objectable)
|
|
static void |
PrismAsserts.assertEquals(Objectable expected,
Objectable actual)
|
|
static
|
PrismAsserts.assertOrigin(Visitable visitableItem,
OriginType expectedOriginType,
Objectable expectedOriginObject)
|
|
static java.lang.String |
PrismTestUtil.marshalToString(Objectable objectable)
|
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type Objectable | |
---|---|
static void |
PrismAsserts.asserHasDelta(java.lang.String message,
java.util.Collection<? extends ObjectDelta<? extends Objectable>> deltas,
ChangeType expectedChangeType,
java.lang.Class<?> expectedClass)
|
static java.lang.String |
PrismTestUtil.serializeObjectToString(PrismObject<? extends Objectable> object)
|
Uses of Objectable in com.evolveum.midpoint.prism.xjc |
---|
Methods in com.evolveum.midpoint.prism.xjc with type parameters of type Objectable | ||
---|---|---|
static
|
PrismForJAXBUtil.objectableAsReferenceValue(T objectable,
PrismReference reference)
|
Uses of Objectable in com.evolveum.midpoint.prism.xml |
---|
Methods in com.evolveum.midpoint.prism.xml with parameters of type Objectable | |
---|---|
void |
PrismJaxbProcessor.marshalToDom(Objectable objectable,
org.w3c.dom.Node parentNode)
|
java.lang.String |
PrismJaxbProcessor.marshalToString(Objectable objectable)
|
java.lang.String |
PrismJaxbProcessor.marshalToString(Objectable objectable,
java.util.Map<java.lang.String,java.lang.Object> properties)
|
Uses of Objectable in com.evolveum.midpoint.repo.sql.data.common |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common with type parameters of type Objectable | ||
---|---|---|
static
|
RUtil.revive(Objectable object,
PrismContext prismContext)
|
Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type Objectable | ||
---|---|---|
static
|
RUtil.revive(Objectable object,
PrismContext prismContext)
|
Uses of Objectable in com.evolveum.midpoint.schema |
---|
Methods in com.evolveum.midpoint.schema with type parameters of type Objectable | ||
---|---|---|
static
|
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DeltaConvertor.createObjectDelta(ObjectModificationType objectModification,
PrismObjectDefinition<T> objDef)
|
|
static
|
DeltaConvertor.toModifications(java.util.Collection<ItemDeltaType> itemDeltaTypes,
PrismObjectDefinition<T> objDef)
|
|
static
|
DeltaConvertor.toModifications(ObjectModificationType objectModification,
java.lang.Class<T> type,
PrismContext prismContext)
|
|
static
|
DeltaConvertor.toModifications(ObjectModificationType objectModification,
PrismObjectDefinition<T> objDef)
|
|
static
|
DeltaConvertor.toObjectModificationType(ObjectDelta<T> delta)
Converts this delta to ObjectModificationType (XML). |
Method parameters in com.evolveum.midpoint.schema with type arguments of type Objectable | |
---|---|
static ItemDelta |
DeltaConvertor.createItemDelta(ItemDeltaType propMod,
java.lang.Class<? extends Objectable> objectType,
PrismContext prismContext)
Creates delta from PropertyModificationType (XML). |
static ObjectDeltaType |
DeltaConvertor.toObjectDeltaType(ObjectDelta<? extends Objectable> objectDelta)
|
Uses of Objectable in com.evolveum.midpoint.schema.util |
---|
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type Objectable | |
---|---|
static void |
ObjectTypeUtil.assertConcreteType(java.lang.Class<? extends Objectable> type)
|
Uses of Objectable in com.evolveum.midpoint.xml.ns._public.common.common_2a |
---|
Classes in com.evolveum.midpoint.xml.ns._public.common.common_2a that implement Objectable | |
---|---|
class |
AccountShadowType
Account object type. |
class |
ConnectorHostType
Host definition for remote connector, remote connector framework or a remote "gateway". |
class |
ConnectorType
Description of a generic connector. |
class |
GenericObjectType
Generic object for storing unknown (unexpected) object types. |
class |
NodeType
Node describes a single installation of midPoint. |
class |
ObjectType
Common supertype for all identity objects. |
class |
OrgType
Organizational unit, division, section, object gropup, team or any other form of organizing things and/or people. |
class |
ResourceObjectShadowType
Local copy of any object on the provisioning resource that is related to provisioning. |
class |
ResourceType
Resource represents a system or component external to the IDM system which we manage. |
class |
RoleType
A role that implies assignments. |
class |
SystemConfigurationType
System configuration object. |
class |
TaskType
TaskType contains information about a task (either transient or persistent). |
class |
UserTemplateType
The user template used to create new users. |
class |
UserType
User object represents a physical user of the system. |
class |
ValuePolicyType
Java class for ValuePolicyType complex type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |