Class DnAttributeEntryHandler

    • Constructor Detail

      • DnAttributeEntryHandler

        public DnAttributeEntryHandler()
    • Method Detail

      • getDnAttributeName

        public java.lang.String getDnAttributeName()
        Returns the DN attribute name.
        Returns:
        DN attribute name
      • setDnAttributeName

        public void setDnAttributeName​(java.lang.String name)
        Sets the DN attribute name.
        Parameters:
        name - of the DN attribute
      • isAddIfExists

        public boolean isAddIfExists()
        Returns whether to add the entryDN if an attribute of the same name exists.
        Returns:
        whether to add the entryDN if an attribute of the same name exists
      • setAddIfExists

        public void setAddIfExists​(boolean b)
        Sets whether to add the entryDN if an attribute of the same name exists.
        Parameters:
        b - whether to add the entryDN if an attribute of the same name exists
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object