Class LdapMapping.AttrValue

  • Enclosing class:
    LdapMapping

    public static class LdapMapping.AttrValue
    extends LdapMapping
    This represent a value we need to insert into an ldap entry as we create it. These have no corresponding vcard property.
    • Constructor Detail

      • AttrValue

        public AttrValue​(String attrId,
                         String value)
        Simple not-required attr<->property
        Parameters:
        attrId - the id
        value - the value
    • Method Detail

      • getValue

        public String getValue()
        Returns:
        name of attribute
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object