Class ShadowAttributeUcfDefinition.Data
java.lang.Object
com.evolveum.midpoint.prism.AbstractFreezable
com.evolveum.midpoint.schema.processor.ShadowAttributeUcfDefinition.Data
- All Implemented Interfaces:
Freezable
,ShadowAttributeUcfDefinition
,ShadowAttributeUcfDefinition.Mutable
,ShortDumpable
,Serializable
- Enclosing interface:
- ShadowAttributeUcfDefinition
public static class ShadowAttributeUcfDefinition.Data
extends AbstractFreezable
implements ShadowAttributeUcfDefinition, ShadowAttributeUcfDefinition.Mutable, Serializable
Contains real data for UCF aspect of shadow attribute definition.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.schema.processor.ShadowAttributeUcfDefinition
ShadowAttributeUcfDefinition.Data, ShadowAttributeUcfDefinition.Delegable, ShadowAttributeUcfDefinition.Mutable
Nested classes/interfaces inherited from interface com.evolveum.midpoint.schema.processor.ShadowAttributeUcfDefinition.Mutable
ShadowAttributeUcfDefinition.Mutable.Delegable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns name of the attribute as given in the connector framework.Returns native attribute name.@Nullable Boolean
Is this attribute returned by default? (I.e.int
hashCode()
void
setFrameworkAttributeName
(String frameworkAttributeName) void
setNativeAttributeName
(String nativeAttributeName) void
setReturnedByDefault
(Boolean returnedByDefault) void
Show the content of the object intended for diagnostics.Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutable, performFreeze
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getNativeAttributeName
Description copied from interface:ShadowAttributeUcfDefinition
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.- Specified by:
getNativeAttributeName
in interfaceShadowAttributeUcfDefinition
- Returns:
- native attribute name
-
setNativeAttributeName
- Specified by:
setNativeAttributeName
in interfaceShadowAttributeUcfDefinition.Mutable
-
getFrameworkAttributeName
Description copied from interface:ShadowAttributeUcfDefinition
Returns name of the attribute as given in the connector framework. This is not used for any significant logic. It is mostly for diagnostics.- Specified by:
getFrameworkAttributeName
in interfaceShadowAttributeUcfDefinition
- Returns:
- name of the attribute as given in the connector framework.
-
setFrameworkAttributeName
- Specified by:
setFrameworkAttributeName
in interfaceShadowAttributeUcfDefinition.Mutable
-
getReturnedByDefault
Description copied from interface:ShadowAttributeUcfDefinition
Is this attribute returned by default? (I.e. if no specific options are sent to the connector?)- Specified by:
getReturnedByDefault
in interfaceShadowAttributeUcfDefinition
-
setReturnedByDefault
- Specified by:
setReturnedByDefault
in interfaceShadowAttributeUcfDefinition.Mutable
-
shortDump
Description copied from interface:ShortDumpable
Show the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Specified by:
shortDump
in interfaceShortDumpable
- Parameters:
sb
- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-
equals
-
hashCode
public int hashCode()
-