Activity for Timothy Cline

  • Timothy Cline Timothy Cline posted a comment on discussion Discussions

    I have a byte array attribute that I would like to use a case-sensitive matching rule on. From what I can see in the com.unboundid.ldap.sdk.Attribute class, the CaseIgnoreStringMatchingRule is hard coded as the matching rule for byte arrays. Is there a way for me to specify a matching rule for an arbitrary attribute? We currently use the @LDAPField annotation on our POJO class fields and I do not see any way to specify the matching rule there. Tim

1