Interface ShadowAttributeUcfDefinition.Mutable.Delegable
- All Superinterfaces:
ShadowAttributeUcfDefinition.Mutable
- All Known Implementing Classes:
NativeShadowAttributeDefinitionImpl
- Enclosing interface:
- ShadowAttributeUcfDefinition.Mutable
public static interface ShadowAttributeUcfDefinition.Mutable.Delegable
extends ShadowAttributeUcfDefinition.Mutable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.schema.processor.ShadowAttributeUcfDefinition.Mutable
ShadowAttributeUcfDefinition.Mutable.Delegable
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
setFrameworkAttributeName
(String frameworkAttributeName) default void
setNativeAttributeName
(String nativeAttributeName) default void
setReturnedByDefault
(Boolean returnedByDefault) ucfData()
-
Method Details
-
ucfData
ShadowAttributeUcfDefinition.Mutable ucfData() -
setReturnedByDefault
- Specified by:
setReturnedByDefault
in interfaceShadowAttributeUcfDefinition.Mutable
-
setNativeAttributeName
- Specified by:
setNativeAttributeName
in interfaceShadowAttributeUcfDefinition.Mutable
-
setFrameworkAttributeName
- Specified by:
setFrameworkAttributeName
in interfaceShadowAttributeUcfDefinition.Mutable
-