Class TransformAttributeNameEvent

    • Constructor Detail

      • TransformAttributeNameEvent

        public TransformAttributeNameEvent​(SyncTask source,
                                           String message,
                                           com.unboundid.ldap.sdk.DN sourceDN,
                                           String originalAttributeName,
                                           String transformedAttributeName)
        Creates a new transform attribute name event.
        Parameters:
        source - The event source.
        message - The event message.
        sourceDN - The distinguished name (DN) of the source directory entry.
        originalAttributeName - The original attribute value.
        transformedAttributeName - The transformed attribute value.
    • Method Detail

      • getSourceDN

        public com.unboundid.ldap.sdk.DN getSourceDN()
        Gets the distinct name (DN) of the source directory entry.
        Returns:
        The source entry DN.
      • getOriginalAttributeName

        public String getOriginalAttributeName()
        Gets the original attribute name.
        Returns:
        The original attribute name.
      • getTransformedAttributeName

        public String getTransformedAttributeName()
        Gets the transformed attribute name.
        Returns:
        The transformed attribute name.