Interface ShadowAttributeUcfDefinition
- All Superinterfaces:
- Serializable,- ShortDumpable
- All Known Subinterfaces:
- NativeShadowAttributeDefinition,- NativeShadowReferenceAttributeDefinition,- NativeShadowSimpleAttributeDefinition<T>,- ResourceAttributeDefinitionDelegator<T>,- ResourceAttributeWrapper<T>,- ShadowAttributeDefinition<V,,- D, - RV, - SA> - ShadowAttributeUcfDefinition.Delegable,- ShadowReferenceAttributeDefinition,- ShadowSimpleAttributeDefinition<T>
- All Known Implementing Classes:
- NativeShadowAttributeDefinitionImpl,- ResourceAttributeWrapperImpl,- ShadowAttributeDefinitionImpl,- ShadowAttributeUcfDefinition.Data,- ShadowReferenceAttributeDefinitionImpl,- ShadowSimpleAttributeDefinitionImpl,- TransformablePropertyDefinition.RefinedAttribute,- TransformablePropertyDefinition.ResourceAttribute
Getter interface to "UCF" part of shadow attribute definitions.
 Supports delegation to real data store.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classContains real data for UCF aspect of shadow attribute definition.static interfacestatic interfaceMutable interface to properties in this class.
- 
Method SummaryModifier and TypeMethodDescriptionReturns name of the attribute as given in the connector framework.Returns native attribute name.@Nullable BooleanIs this attribute returned by default?Methods inherited from interface com.evolveum.midpoint.util.ShortDumpableshortDump, shortDump, shortDumpLazily
- 
Method Details- 
getNativeAttributeNameString getNativeAttributeName()Returns native attribute name. Native name of the attribute is a name as it is used on the resource or as seen by the connector. It is used for diagnostics purposes and may be used by the connector itself. As the attribute names in XSD have to comply with XML element name limitations, this may be the only way how to determine original attribute name. Returns null if native attribute name is not set or unknown. The name should be the same as the one used by the resource, if the resource supports naming of attributes. E.g. in case of LDAP this annotation should contain "cn", "givenName", etc. If the resource is not that flexible, the native attribute names may be hardcoded (e.g. "username", "homeDirectory") or may not be present at all.- Returns:
- native attribute name
 
- 
getFrameworkAttributeNameString getFrameworkAttributeName()Returns name of the attribute as given in the connector framework. This is not used for any significant logic. It is mostly for diagnostics.- Returns:
- name of the attribute as given in the connector framework.
 
- 
getReturnedByDefaultIs this attribute returned by default? (I.e. if no specific options are sent to the connector?)
 
-