Class LDAPUtils


  • public class LDAPUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LDAPUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escapeLDAPFilterTerm​(java.lang.String term)
      Escape a term for use in an LDAP filter.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LDAPUtils

        public LDAPUtils()
    • Method Detail

      • escapeLDAPFilterTerm

        public static java.lang.String escapeLDAPFilterTerm​(java.lang.String term)
        Escape a term for use in an LDAP filter.
        Parameters:
        term -
        Returns: