Modifier and Type | Method and Description |
---|---|
<V extends PrismValue> |
MappingFactory.createMapping(MappingType mappingType,
String shortDesc) |
Modifier and Type | Method and Description |
---|---|
MappingType |
RefinedObjectClassDefinition.getCredentialsInbound() |
MappingType |
LayerRefinedObjectClassDefinition.getCredentialsInbound() |
MappingType |
RefinedObjectClassDefinition.getCredentialsOutbound() |
MappingType |
LayerRefinedObjectClassDefinition.getCredentialsOutbound() |
MappingType |
RefinedAttributeDefinition.getOutboundMappingType() |
MappingType |
LayerRefinedAttributeDefinition.getOutboundMappingType() |
Modifier and Type | Method and Description |
---|---|
List<MappingType> |
RefinedAttributeDefinition.getInboundMappingTypes() |
List<MappingType> |
LayerRefinedAttributeDefinition.getInboundMappingTypes() |
Modifier and Type | Method and Description |
---|---|
void |
RefinedAttributeDefinition.setOutboundMappingType(MappingType outboundMappingType) |
void |
LayerRefinedAttributeDefinition.setOutboundMappingType(MappingType outboundMappingType) |
Modifier and Type | Method and Description |
---|---|
void |
RefinedAttributeDefinition.setInboundMappingTypes(List<MappingType> inboundAssignmentTypes) |
void |
LayerRefinedAttributeDefinition.setInboundMappingTypes(List<MappingType> inboundAssignmentTypes) |
Modifier and Type | Method and Description |
---|---|
<V extends PrismValue> |
MappingEvaluationHelper.evaluateMappingSetProjection(Collection<MappingType> mappingTypes,
String mappingDesc,
XMLGregorianCalendar now,
MappingInitializer<V> initializer,
Item<V> aPrioriValue,
ItemDelta<V> aPrioriDelta,
PrismObject<? extends ShadowType> aPrioriObject,
Boolean evaluateCurrent,
org.apache.commons.lang.mutable.MutableBoolean strongMappingWasUsed,
LensContext<UserType,ShadowType> context,
LensProjectionContext<ShadowType> accCtx,
OperationResult result)
strongMappingWasUsed: Returns true here if the value was (at least partly) determined by a strong mapping.
|
Modifier and Type | Field and Description |
---|---|
protected MappingType |
ResourcePasswordDefinitionType.inbound |
protected MappingType |
ResourceAttributeDefinitionType.outbound |
protected MappingType |
ResourcePasswordDefinitionType.outbound |
Modifier and Type | Field and Description |
---|---|
protected List<MappingType> |
ResourceBidirectionalMappingType.inbound |
protected List<MappingType> |
ResourceAttributeDefinitionType.inbound |
protected List<MappingType> |
ResourceBidirectionalMappingType.outbound |
Modifier and Type | Method and Description |
---|---|
MappingType |
MappingType.clone()
Creates and returns a deep copy of this object.
|
MappingType |
ObjectFactory.createMappingType()
Create an instance of
MappingType |
MappingType |
ResourcePasswordDefinitionType.getInbound()
Gets the value of the inbound property.
|
MappingType |
ResourceAttributeDefinitionType.getOutbound()
Gets the value of the outbound property.
|
MappingType |
ResourcePasswordDefinitionType.getOutbound()
Gets the value of the outbound property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<MappingType> |
ObjectFactory.createMapping(MappingType value)
|
List<MappingType> |
ResourceBidirectionalMappingType.getInbound()
Gets the value of the inbound property.
|
List<MappingType> |
ResourceAttributeDefinitionType.getInbound()
Gets the value of the inbound property.
|
List<MappingType> |
ObjectTemplateType.getMapping() |
List<MappingType> |
ResourceBidirectionalMappingType.getOutbound()
Gets the value of the outbound property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<MappingType> |
ObjectFactory.createMapping(MappingType value)
|
void |
ResourcePasswordDefinitionType.setInbound(MappingType value)
Sets the value of the inbound property.
|
void |
ResourceAttributeDefinitionType.setOutbound(MappingType value)
Sets the value of the outbound property.
|
void |
ResourcePasswordDefinitionType.setOutbound(MappingType value)
Sets the value of the outbound property.
|
Constructor and Description |
---|
MappingType(MappingType o)
Creates a new
MappingType instance by deeply copying a given MappingType instance. |
Copyright © 2013 evolveum. All rights reserved.