Class LdapMapping.AttrValue

java.lang.Object
org.bedework.carddav.server.dirHandlers.ldap.LdapMapping
org.bedework.carddav.server.dirHandlers.ldap.LdapMapping.AttrValue
Enclosing class:
LdapMapping

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

    • AttrValue

      public AttrValue(String attrId, String value)
      Simple not-required attrinvalid input: '<'->property
      Parameters:
      attrId - the id
      value - the value
  • Method Details

    • getValue

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object